Search found 23 matches

by ronn
Fri May 07, 2021 6:52 pm
Forum: Bug Triage
Topic: Datagrid form: errorDialog on DeleteFieldEditor command
Replies: 7
Views: 4173

Re: Datagrid form: errorDialog on DeleteFieldEditor command

Yup, I've had to do that in the past and seems like the logical next step. Lesson to myself: In order to save a bit of time, it is not, ever, never, a good idea to create a new stack from an old one and then try to modify the datagrids. Does not end well. Thanks for your reply.
by ronn
Thu May 06, 2021 6:19 pm
Forum: Bug Triage
Topic: Datagrid form: errorDialog on DeleteFieldEditor command
Replies: 7
Views: 4173

Re: Datagrid form: errorDialog on DeleteFieldEditor command

Hi Trevix. I know this happened almost a year ago but did you ever find a solution to your line 9267 problem? I am having what seems to be the same problem except I'm using a one-column datagrid table instead of a form. But I get the same error triggered from a CloseFieldEditor handler trying to do ...
by ronn
Thu May 12, 2016 3:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Widgets not working in Android
Replies: 3
Views: 3475

Re: Widgets not working in Android

Thanks guys. I knew I was being an idiot and overlooking something obvious.
by ronn
Thu May 12, 2016 3:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Widgets not working in Android
Replies: 3
Views: 3475

Widgets not working in Android

I haven’t seen others mention this so it's likely my problem, but I cannot get ANY of the widgets to work with Android. They do work on the desktop (Windows 10) but when I test on either an Android emulator or directly on my Nexus 5 I get nothing. Some (header, segmented, switch, navbar, etc.) show ...
by ronn
Fri Nov 27, 2015 8:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Biff Bart's Expense Tracker
Replies: 3
Views: 3653

Re: Biff Bart's Expense Tracker

Hey Keith. Re the stacks, I only have a completed edition, not individual stacks for each section -- that would be too easy -- and require forethought and organization on my part! But if you want to check out what I think is the final version, I've uploaded it to the same address and cleverly named ...
by ronn
Thu Mar 12, 2015 8:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Biff Bart's Expense Tracker
Replies: 3
Views: 3653

Biff Bart's Expense Tracker

So you're getting started in LiveCode, you understand the basics and have done some coding. Now you just need something to work on which will pull together the introductory concepts and push you to the next level. That is the purpose of a project I've created called "Biff Bart's Expense Tracker". It...
by ronn
Sat Jun 08, 2013 1:10 pm
Forum: Android Deployment
Topic: Copying Files PC <--> Android
Replies: 12
Views: 10842

Re: Copying Files PC <--> Android

Hi Simon. There's already a DropBox library for LiveCode at:
http://www.phoenixsea.ch/downloads/Live ... boxLib.zip

I was just looking for a straightforward copy/paste solution for moving files around. Seemed so simple at the time!
by ronn
Fri Jun 07, 2013 9:23 pm
Forum: Android Deployment
Topic: Copying Files PC <--> Android
Replies: 12
Views: 10842

Re: Copying Files PC <--> Android

No, there's no problem getting the app onto Android. The problem I'm having is, through Livecode, grabbing a data file that the app creates and copying it from the Android to the PC and vice-versa. I know what and where the file is, but haven't been able to figure out the code to actually copy it to...
by ronn
Fri Jun 07, 2013 2:42 pm
Forum: Android Deployment
Topic: Copying Files PC <--> Android
Replies: 12
Views: 10842

Re: Copying Files PC <--> Android

[ For anyone still following this sad and heart-wrenching tale ... ] Think I'm going to have to admit defeat. Having connected an Android phone/tablet to a PC via USB cable, from inside Android I've found no way to copy a file to the PC and from inside the PC I've found no way to read an Android fil...
by ronn
Thu Jun 06, 2013 1:15 am
Forum: Android Deployment
Topic: Copying Files PC <--> Android
Replies: 12
Views: 10842

Re: Copying Files PC <--> Android

Welllll ... afraid I could not get that to work. • ASK FILE is not supported on Android so I tried it on the PC end of things. While it let me see and choose Android folders through the Windows dialogue, any attempt to enter a file name and Save resulted in a "File not found" error (which seems an o...
by ronn
Wed Jun 05, 2013 9:05 pm
Forum: Android Deployment
Topic: Copying Files PC <--> Android
Replies: 12
Views: 10842

Re: Copying Files PC <--> Android

Thanks for the help, Jacque. Apparently when I said "I know the complete target path", I lied! I've been able to use your method to copy stuff from one place to another if both places are on the same device. But, assuming the source is on Android, how do I specify that the target is to be on the PC ...
by ronn
Wed Jun 05, 2013 4:02 pm
Forum: Android Deployment
Topic: Copying Files PC <--> Android
Replies: 12
Views: 10842

Copying Files PC <--> Android

Is there a direct LiveCode way to copy a file from an Android device to a PC or vice-versa? I know I could e-mail it or use DropBox or use a file manager but this is a frequent requirement and better done without non-LC apps or any manual interaction. The Android phone/tablet would be attached to th...
by ronn
Sun Jul 26, 2009 12:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Known Issues - (ALPHA) Web Plugin
Replies: 24
Views: 18841

Yes, I just tried again in Opera and find that all of the samples on the RunRev site DO work as expected. But if I try any others mentioned on the listserv such as: http://www.digitalprogolf.com/Scorecues.html or http://xfiles.funnygarbage.com/~colinholgate/rev/testtrack.html I get nothing in Opera ...
by ronn
Sat Jul 25, 2009 10:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Known Issues - (ALPHA) Web Plugin
Replies: 24
Views: 18841

I'm running Vista 64 and am finding that revLets don't run at all in Opera although they do run in Chrome, Firefox and (shudder) IE. Even though I used Opera to download & install the plugin, and it worked on the RunRev site immediately after the install, it has never worked since -- the revWebPlaye...
by ronn
Tue May 19, 2009 3:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Delete a row in a data grid?
Replies: 9
Views: 9532

Ta da!! Both of the suggested methods worked for me. Thanks very much Trevor.
... Ron