Search found 2737 matches

by SparkOut
Wed Jul 09, 2008 11:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Mouseover rollover effects
Replies: 10
Views: 11511

Yep:

Code: Select all

set the layer of image "imagename" to top
or bottom, or "layer number", as appropriate
by SparkOut
Fri Jul 04, 2008 9:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Concurrency, or parallel processing or background tasks
Replies: 3
Views: 5234

I don't know if this is an optimal or even efficient way, but I tested like this: Made a plain card with two buttons (Inject and Dump) and one field called "fldAcceleratorStuff" Inject button script global gValue, gStopFlag on mouseUp global gValue, gStopFlag put false into gStopFlag put 0 into gVal...
by SparkOut
Thu Jul 03, 2008 1:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Can any object do this...
Replies: 8
Views: 9459

Glad it helped. There is one caveat though - which is that if after entering a new item in the combo-box, the user clicks a button which does not have the traversalOn property set (ie the "Focus with keyboard" box is not checked, so that a user can click it with the mouse, but tabbing via the keyboa...
by SparkOut
Thu Jul 03, 2008 10:40 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Can any object do this...
Replies: 8
Views: 9459

Re: Can any object do this...

Had some fun with comboBox. Only one item can be typed in direct. Any further items have to be put in programmatically. When the "second" item is put in the first disappears. So they all have to be put in by program which means that I have to test before adding the "cr" else there's a blank first e...
by SparkOut
Wed Jul 02, 2008 12:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Can any object do this...
Replies: 8
Views: 9459

Re: Can any object do this...

When it comes to removing entries it seems that if I loop through them only every second one is delete. This is probably because you are looping from the start of the list and incrementing the pointer. When you delete the first item, then item 2 becomes item one, but your pointer is still set as 2....
by SparkOut
Wed Mar 12, 2008 2:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Problem with compiled prog
Replies: 12
Views: 9851

I wonder... and can only make a vague guess, for obvious reasons... In the IDE it's easy to select objects, push them around, open properties, close properties, adjust things, which apparently have no effect on the look and operation. You can affect the layer orders in doing this though. I wonder if...
by SparkOut
Wed Oct 10, 2007 1:53 pm
Forum: Internet
Topic: Cross Platfrom PDF viewing from rev app
Replies: 4
Views: 7766

I came across this issue - I think from what you describe it is the same as mine: It is possible to embed the pdf document into a RunRev stack (in order to make it portable in one standalone executable file). To view the document cross platform you can set up a browser in the stack. (A QT player sho...

Go to advanced search