Search found 16 matches
- Sat Feb 12, 2011 3:00 pm
- Forum: Off-Topic
- Topic: Rev 4.00 Enterprise for sale
- Replies: 0
- Views: 2534
Rev 4.00 Enterprise for sale
Maybe this application is still worth for somebody. I disuse it already for a long time, so a minor amount would be appretiated.
- Fri Aug 07, 2009 5:21 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Manipulating word chunks
- Replies: 11
- Views: 7409
I modified Janschenkel's script a bit and I came up with this: on mouseUp repeat for each line theLine in myVariable get the first word of theLine if theFirstWordList is empty then put it into theFirstWordList else put it & return after theFirstWordList end if end repeat -- strip the trailing retur...
- Thu Jul 30, 2009 5:06 pm
- Forum: Talking LiveCode
- Topic: quality control fields
- Replies: 2
- Views: 2782
- Tue Jul 21, 2009 12:26 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Setting up Rev help files
- Replies: 4
- Views: 3596
...are you saying that you build your help screens as html files, and display them using whatever the default browser is ? (It sounds much easier.)... No, the browser is YOUR idea :) (and I think it isn't bad idea) I spoke about rev fields - a field also can work with more complex text record, rtf ...
- Mon Jul 20, 2009 11:09 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Setting up Rev help files
- Replies: 4
- Views: 3596
- Mon Jul 20, 2009 10:45 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Script to launch PDF
- Replies: 24
- Views: 14888
- Fri Jul 17, 2009 9:07 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Multiple monitors
- Replies: 4
- Views: 3652
- Tue Jul 14, 2009 9:10 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Locking a computer
- Replies: 1
- Views: 3678
Re: Locking a computer
Hello. I found this code to lock a windows pc in another thread set the hideConsoleWindows to true put shell ("RunDLL32.EXE user32.dll,LockWorkStation") I am wondering how you UNLOCK the machine after you lock it? Would it be? set the hideConsoleWindows to true put shell ("RunDLL32.EXE user32.dll,U...
- Mon Jul 13, 2009 12:59 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stuck on a right click
- Replies: 9
- Views: 6777
- Mon Jul 13, 2009 12:45 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stuck on a right click
- Replies: 9
- Views: 6777
on mousedown tButton if tButton = 3 then popup btn "my context menu" at the mouseloc end if end mousedown Lollllllllllllll this was one of the RunRev mysteries that I can't seem to find an answer of and that I'm too shy to ask about... Thanks a lot! http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/2...
- Sun Jul 12, 2009 8:04 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: uninstaller doesn't work
- Replies: 8
- Views: 6642
RunRev - Forever?
I used the "Cleanse Uninstaller Pro" and RR had no chance 

- Thu Jul 02, 2009 5:51 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Merge two string
- Replies: 4
- Views: 3628
- Sun Jun 28, 2009 8:26 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: A strange IDEmenu behaviour - SOLVED
- Replies: 6
- Views: 5053
- Sun Jun 28, 2009 11:08 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: A strange IDEmenu behaviour - SOLVED
- Replies: 6
- Views: 5053
- Sun Jun 28, 2009 9:54 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: A strange IDEmenu behaviour - SOLVED
- Replies: 6
- Views: 5053
A strange IDEmenu behaviour - SOLVED
Hi all! I'm a newbie in rev (studio 3.5) and so far I track footprints of experienced users here :) But Now I striked on a little strange IDEmenu behaviour - after what I pick GoRevNet from Plugins menu, the picture of all menu is damaged. The attached pictures are pretty predicative, I believe. Any...