Search found 6 matches

by hill180
Sun Feb 10, 2013 9:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Mac System Menu Bar
Replies: 5
Views: 4251

Mac System Menu Bar

Is it possible to create a system menu bar icon and functionality with Run Rev/LiveCode 5.5.3.

These are the menu items on the far right of the menu bar that are persistent regardless of focused program.

Thank you.
by hill180
Sun Jan 06, 2013 11:21 pm
Forum: Android Deployment
Topic: Evil gnome, Jelly Bean and mobilepickphoto
Replies: 4
Views: 4852

Re: Evil gnome, Jelly Bean and mobilepickphoto

I just ran into the mobilePickPhoto bug, where you can take the picture, but you can't "ok" it.

Have you gotten a work around, or has this bug been closed?
by hill180
Fri Oct 26, 2012 1:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to break code
Replies: 2
Views: 2680

How to break code

Many times, I am running a script that might be an infinite loop or a database code error I need to break out of.

Is there a way to easily break the code? Some secret key combo that runs from development, or do I just have to force close, lose what I have done and start up again.

Thanks.
by hill180
Sat Jun 02, 2012 3:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Starting Point - Application Initialization
Replies: 4
Views: 3657

Re: Starting Point - Application Initialization

I am still getting my bearing with livecode but I found this in the dictionary: When you save to standalone, if the field is not locked, will clear the field. on savingStandalone repeat with X = 1 to the number of cards of this stack repeat with Y = 1 to the number of fields of card X of this stack ...
by hill180
Sat Jun 02, 2012 2:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Starting Point - Application Initialization
Replies: 4
Views: 3657

Re: Starting Point - Application Initialization

Thank for you for the Global info. I think I must have click on the wrong stack when testing.

But to go to my first question. What is the best way to initialize the values in text fields. I've read some people clearing the values on save, or on stack open.
by hill180
Sat Jun 02, 2012 2:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Starting Point - Application Initialization
Replies: 4
Views: 3657

Starting Point - Application Initialization

Hello all, I come from traditional compile - run - test cycle as many of you have. The one part of RunRev I have a question on is initialization of fields/data For example: I have a field that has a file name in it. For testing I click over to live and click on the link and get the file name that is...