Search found 13530 matches

by Klaus
Fri Mar 09, 2012 6:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: need to generate 3 fields with in a set location
Replies: 17
Views: 7590

Re: need to generate 3 fields with in a set location

Hi dm,

glad I could help!

Did you check these stacks:
http://www.runrev.com/developers/lesson ... nferences/

"Controls" is by me :D


Best

Klaus
by Klaus
Fri Mar 09, 2012 4:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: need to generate 3 fields with in a set location
Replies: 17
Views: 7590

Re: need to generate 3 fields with in a set location

HI d.m.holdawayGA2553, yes, that makes sense :D OK, I would do it this way: 1. get the rects of all 3 buttons 2. randomize the rects -> sort... by random(YYYY) 3. Apply the rects back to the fields 4. Do this every 2 seconds on this card until the user closes/leaves the card. Is that what you need? ...
by Klaus
Fri Mar 09, 2012 3:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: need to generate 3 fields with in a set location
Replies: 17
Views: 7590

Re: need to generate 3 fields with in a set location

Hi,

hmm, define "random"! :D
I mean what fields should be swapped and how randomly?

This is surely doable!


Best

Klaus (with an U 8) )
by Klaus
Fri Mar 09, 2012 3:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is the Web Deployment Pack Viable?
Replies: 6
Views: 7367

Re: Is the Web Deployment Pack Viable?

Hi Hal,

I would not rely on a plugin (which is so 90s :-) ) that has not been updated for over a year
and does not run on the Mac in Safari, which IS the browser most Mac users use.


Best

Klaus
by Klaus
Fri Mar 09, 2012 2:34 pm
Forum: iOS Deployment
Topic: iOS 5.1 SDKs
Replies: 53
Views: 30482

Re: iOS 5.1 SDKs

Hi CALL-151, unfortunately not :? We are waiting for a fix from RunRev. But unfortunately the word "fix" (or even "patch") does obviously not exist in the scottish language, we always need to have to wait for a new version... And if we are out of luck, we also need to pay for that upgrade :cry: Best...
by Klaus
Fri Mar 09, 2012 2:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: need to generate 3 fields with in a set location
Replies: 17
Views: 7590

Re: need to generate 3 fields with in a set location

Hi d.m..................... first: fields do not have an ICON properrty! Setting this for the templatefield does give an error but does not make sense 8) For "moving" your fields you could simply "swap" the RECT of the two fields you want to "relocate": command Swap_Field_Rects tField1, tField2 put ...
by Klaus
Fri Mar 09, 2012 12:31 pm
Forum: Talking LiveCode
Topic: query the current status of a radio Button
Replies: 2
Views: 2550

Re: query the current status of a radio Button

Hi Kia,

yes, for CHECKBOXes and RADIOBUTTONs you can check their "hilite" property for true/false.


Best

Klaus
by Klaus
Fri Mar 09, 2012 1:31 am
Forum: Talking LiveCode
Topic: URL and "Contains" on multiple items
Replies: 16
Views: 8128

Re: URL and "Contains" on multiple items

Hi Kia,

is it really neccessary to update the FILE everytime the data changes?
Can't you just update the global variable and write its content to the FILE when the app quits?


Best

Klaus
by Klaus
Thu Mar 08, 2012 3:30 pm
Forum: Windows
Topic: DDE execute from LiveCode
Replies: 40
Views: 27018

Re: DDE execute from LiveCode

Hi Trevix, yep, "on startup" is the best place to load externals! Since Livecodes Standalone builder still does not copy third party external to the standalone, like the Enhanced QuickTime External that I use a LOT, although they are listed in the standalone builder settings, I started to add a "on ...
by Klaus
Thu Mar 08, 2012 1:34 pm
Forum: Talking LiveCode
Topic: URL and "Contains" on multiple items
Replies: 16
Views: 8128

Re: URL and "Contains" on multiple items

Hi Kia, Can I apply this to reading the URL file itself In place of having to put it into a variable first? Is it in efficient putting this formation into a variable over and over? I will be performing this task over and over as part Of an error check in the App. well, this is a question of efficien...
by Klaus
Wed Mar 07, 2012 10:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: insert image file into image area with script
Replies: 3
Views: 2372

Re: insert image file into image area with script

Hi Luc,

welcome to the forum! :D

Please check these great learning resources:
http://www.runrev.com/developers/lesson ... nferences/


Best

Klaus
by Klaus
Wed Mar 07, 2012 4:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: uncomment key shortcut on Mac
Replies: 5
Views: 3074

Re: uncomment key shortcut on Mac

Hi Bill,

sorry, no other idea so far... :(


Best

Klaus
by Klaus
Wed Mar 07, 2012 4:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: command click move window
Replies: 12
Views: 7367

Re: command click move window

Hi Bill,

good boy! :D

You can get a good overview of LiveCode by checking these stacks:
http://www.runrev.com/developers/lesson ... nferences/


Best from germany

Klaus
by Klaus
Wed Mar 07, 2012 3:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: command click move window
Replies: 12
Views: 7367

Re: command click move window

Hi Bill, sorry, my fault, I mixed them up a bit... OK, FUNCTIONS always require parens () and NOT a preceeding THE. "commandkey", like some other build-in functions, can be used in both ways: 1. like a function: put commandkey() into tCommandKey 2. like a property: put THE commandkey into tCommandKe...

Go to advanced search