Search found 16 matches

by !Jerry!
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.
by !Jerry!
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...
by !Jerry!
Thu Jul 30, 2009 5:06 pm
Forum: Talking LiveCode
Topic: quality control fields
Replies: 2
Views: 2782

Hi bsouthuk, you can try this: on mouseUp ask "How much do you spent on clothes?" if it is not a number then answer ">" &it&"< - this is not a number, please enter a new value" else -- save the value in variable "it" for next processing put it into fld "someField" end if end mouseUp regards, Jerry
by !Jerry!
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 ...
by !Jerry!
Mon Jul 20, 2009 11:09 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Setting up Rev help files
Replies: 4
Views: 3596

Hi bonbon,

for a really nice formated text I'd use directly html format - it is the simplest way in my opinion.

Jerry
by !Jerry!
Mon Jul 20, 2009 10:45 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Script to launch PDF
Replies: 24
Views: 14888

Hi Stormy1,

I think you can put (and run) the code in Message Box (in Multiple Lines mode) e.g.

Jerry
by !Jerry!
Fri Jul 17, 2009 9:07 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple monitors
Replies: 4
Views: 3652

Hi Ad!

The "screenrects property" is function (are functions) and you can find it in Revolution Dictionary (Help|Dictionry).
by !Jerry!
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...
by !Jerry!
Mon Jul 13, 2009 12:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stuck on a right click
Replies: 9
Views: 6777

Don't cry! It is too late! This is a good lesson for the next time!

:lol: :lol:
Jerry
by !Jerry!
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...
by !Jerry!
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 8)
by !Jerry!
Thu Jul 02, 2009 5:51 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Merge two string
Replies: 4
Views: 3628

Hi Jan!

A small typo stealed in the last line of your example - "tRelativePath" in place of "tPartialPath".

I'm not a hair-splitter, I'm newbie in rev and I'm reading your "lessons" very carefully because you have a great ability to show things simply :D

Jerry
by !Jerry!
Sun Jun 28, 2009 8:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: A strange IDEmenu behaviour - SOLVED
Replies: 6
Views: 5053

Hi Richard,

I think, you completely detected the reason of the error. Now is the strange effect out - you have my admiration for that !
Thank you very much again

Jerry
by !Jerry!
Sun Jun 28, 2009 11:08 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: A strange IDEmenu behaviour - SOLVED
Replies: 6
Views: 5053

Hi Ed,

I thank you for your kind welcome :)

Yes, I admit it may be even only on my laptop with Vista premier!
Vista is sometimes very troubleshooting OS...
I sent an email to Richard and now I'm waiting too

Jerry
by !Jerry!
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...