
Search found 76 matches
- Mon Dec 01, 2008 1:35 am
- Forum: Off-Topic
- Topic: who is mirye revolution.
- Replies: 9
- Views: 3894
- Sun Nov 30, 2008 4:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Changing or deleting the found text rectangle
- Replies: 6
- Views: 1827
YES! Slaponforehead :-) "find empty" is correct, since the text was not SELECted but found, so this is definitively logical. Oh sure... throw logic in there! LOL! Yep. That makes sense now. Thanks for pointing that out Klaus. If I understand the logic and reasoning behind something, my brain neuron...
- Sat Nov 29, 2008 10:45 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Changing or deleting the found text rectangle
- Replies: 6
- Views: 1827
What about find empty For me, the select empty doesn't work. Thanks bangkok! That works great. I tried the 'select empty' on an old 2.6 version of Rev and on another machine with a pristine copy of Rev 2.8 to no avail, although it still irks me because it should work. But 'find empty' works great a...
- Sat Nov 29, 2008 9:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Changing or deleting the found text rectangle
- Replies: 6
- Views: 1827
Thanks Klaus ~ I must have some text field property set incorrectly or my copy of Rev is having fits about "Select empty" because after reading the docs, select empty should work in getting rid of the rectangle, but in my case.. it has decided it didn't want to be ignored. <g> I thought something ma...
- Sat Nov 29, 2008 5:46 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Changing or deleting the found text rectangle
- Replies: 6
- Views: 1827
Changing or deleting the found text rectangle
Hi all ~ In my constant quest for simplicity.. There are times I would prefer that text which is found in an app by the find command in a script is either not pointed out by the "found rectangle" put around the text, as it is not a search for the user to directly see the search result pointed out......
- Sat Nov 29, 2008 5:07 pm
- Forum: Mac OS
- Topic: Converting HC stack to Rev-Compatibility issue
- Replies: 6
- Views: 3239
You shouldn't have any problems with this, but the general rule of thumb is to compact the HC stack in Hypercard three times before loading the stack into rev. Thanks "other" Mark. <g> I have used Rev for a while now and have converted other HC stacks so I'm aware of some of the caveats, but I have...
- Fri Nov 28, 2008 11:04 pm
- Forum: Mac OS
- Topic: Converting HC stack to Rev-Compatibility issue
- Replies: 6
- Views: 3239
- Fri Nov 28, 2008 9:01 pm
- Forum: Mac OS
- Topic: Converting HC stack to Rev-Compatibility issue
- Replies: 6
- Views: 3239
Hi Lynn, Rev 2.8.1 will run fine on OSX 10.5. It will just look a little wird, but it will run normally. Best, Mark Thanks Mark. That's a relief, as I just needed a little breathing room, cost wise. I have read about the metal texture issues since that is no longer part of Leopard, but what other i...
- Fri Nov 28, 2008 5:07 pm
- Forum: Mac OS
- Topic: Converting HC stack to Rev-Compatibility issue
- Replies: 6
- Views: 3239
Converting HC stack to Rev-Compatibility issue
Hi everyone, I've got a question regarding compatibility. A bit of the background... I am currently converting an old Hypercard accounting type application using Rev Studio v2.8.1. and OS X10.4. It has a large number of cards (around 3000) as the HC stack acted as the database. I am concurrently in ...
- Fri Jun 27, 2008 1:51 am
- Forum: Building Externals
- Topic: Built a successful external?
- Replies: 14
- Views: 9606
- Tue May 27, 2008 2:55 pm
- Forum: Off-Topic
- Topic: Error when contacting User Spaces server
- Replies: 4
- Views: 3398
- Fri Mar 21, 2008 2:22 pm
- Forum: Databases
- Topic: If you're using SQLite databases.....
- Replies: 4
- Views: 2686
Note: posted link points to a commercial product, not shareware or freeware. ```````````````````` Hi Mark ~ It appears there are two versions - one is a commerical product and the other is freeware. I went to the download page and found this: SQLite Expert Professional is available for you to try a...
- Tue Jan 15, 2008 2:34 pm
- Forum: Animation Engine
- Topic: Gravity yet? For platformer ...
- Replies: 11
- Views: 7302
I don't think Animation Engine has direct calls to manipulate gravity, however you can control direction, speed and collision aspects so I'm fairly sure it can be done in some way. Malte Brill from derBrill Software will probably come along soon to answer your question, and you can always send an Em...
- Sun Jan 06, 2008 1:56 am
- Forum: Talking LiveCode
- Topic: Using script to display imported video by ID
- Replies: 12
- Views: 5214
Hi Tim ~ I think I'm a bit confused about what exactly you want to do. :? In your first post you said you wanted the controls available which is why you would set the fileName of a player object. This will load a movie into a player object, allowing the end user to start the movie using the controls...
- Sat Jan 05, 2008 7:21 pm
- Forum: Talking LiveCode
- Topic: Using script to display imported video by ID
- Replies: 12
- Views: 5214
To my knowledge, you have to use a QT player object to hold the movie in order to access the controls or "badge" as it's called. The videoClip object has no such properties, it's simply an object that contains movie data. A player object offers much more control over playback. You can either create ...