RunRev versus WinRar

2005-04-08 Thread Dwayne Rothe
ho really has rights to the .rev extension? Are there any copyright issues e.t.c or can anyone one use the same extension for their product? Anyway I would much rather bin WinRar than Revolution. Cheers Dwayne Rothe... ___ use-revolution mailing

Re: Seperate numbers from text

2005-04-06 Thread Dwayne Rothe
Thanx to all who replied, I think Jeannes answer is probably the simplest to use; repeat for each char thisChar in myString if thisChar is a number then put thisChar after numbersOnlyString end repeat I was using a similar script but was only returning 1 number, looking at the code above I n

Seperate numbers from text

2005-04-05 Thread Dwayne Rothe
Is there a way to seperate numbers from text in a string? e.g "string69" to return 69 or "string69also" to return 69 Is it possible to filter somehow? Cheers Thanx ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.run

Rename Duplicate

2005-04-03 Thread Dwayne Rothe
Example(3) e.t.c any ideas woold be appreciated thanx. Dwayne Rothe ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Printing examples?

2005-03-31 Thread Dwayne Rothe
shellCommand to "command.exe" set hideConsoleWindows to true get shell("start" && appTempFolder & "/print.hta") Print.hta will look for and load temp.html into itself, temp.html will be overwritten each time you preview, this way you won't overtime be adding

STOP TAB

2005-03-29 Thread Dwayne Rothe
push TAB in column3! Any Ideas please ;?) Thanx..Dwayne Rothe ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Pie Chart Example wanted!

2005-03-23 Thread Dwayne Rothe
Hi All, Does anyone know of a pie chart example stack/script getting around? cheers Dwayne.. ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

PrintPreview command/control

2005-03-19 Thread Dwayne Rothe
Is it possible to use the Windows Print Preview command from within Rev? I know it's possible to print from a dialog box by using the shell command thanx to Derek Bump, but wouldn't it be a great feature to also be able to have a print preview window. Typingres://C:\WINDOWS\System32\shdoclc.d

Card 2 PDF

2005-03-17 Thread Dwayne Rothe
Hi All, I have been trying to implement the example script "Print PDF" from "The Scripters Scrapbook" for saving a card/stack as a PDF file. I keep getting an error at the "on run {}" part of the script, the error reads 'not a valid handler' hint { Can anyone help me with this? Is there a differ

Re: Trial software and registering

2005-03-16 Thread Dwayne Rothe
he idkey gen stack using the principles from the "Sons of Thunder" website , http://www.sonsothunder.com/index2.htm?http://www.sonsothunder.com/devres/re volution/revolution.htm find section Deployment - (Nearly) Unbreakable Keyfile Encryption. Hope t

libEmail help!

2005-03-15 Thread Dwayne Rothe
Does any one have an example stack or notes on using libEmail? I would like to send a htmlText field & Image attachment using the default mail client (using revMail). I have been playing around with libEmail but can't implement it properly, so If anyone could chime in with some nice suggestions,

formatForPrinting bug?

2005-03-15 Thread Dwayne Rothe
Hi All, Using the formatForPrinting handler in Win 9x/ME cause the app to quit. Other Win OS are ok. If I comment out "set formatForPrinting of this stack to TRUE" all works fine on all Win OS. The handler I am using is written below: on printIt set

A4 Print setup

2005-03-12 Thread Dwayne Rothe
Hi All, Can anyone help me with page settings for printing? I want to be able to force the papersize for printing to A4. Are there specific commands for letter & A4 settings or do I need to use the printPaperSize property? If so what is the correct setting for A4? I know that letter size is 612

Re: Folder to file!

2005-03-08 Thread Dwayne Rothe
eserved. > You would need to keep a index of each file with it's file name and the > name of the custom property holding it's contents. > > Cheers, > Sarah > > On 09/03/2005, at 7:57 AM, Dwayne Rothe wrote: > > > Hi All, > > Is it possible to save the conten

Folder to file

2005-03-08 Thread Dwayne Rothe
Hi All, Is it possible to save the contents of a folder which may contain several different files in different formats to a single file? In other words I would like to convert the contents of a folder to a single file like a zip file without the compression! cheers Dwayne.. _

show menu

2005-02-26 Thread Dwayne Rothe
Hello How can I show the menu items of a popup menu when right clicking in a field? Like any text editor would have cut, copy, paste e.t.c I could always include a menu bar at the top of the field or window but I think most people are used to right clicking in an editable field! Thanx.

RE: pasting text from clipboard

2005-02-24 Thread Dwayne Rothe
) Anyway thanx again for pointing me in the right direction it was the finishing touch on my app, now I can have my head up ass down instead of head down ass up. Cheers Dwayne Rothe. -- Original Message You could also trap the

pasting text from clipboard

2005-02-23 Thread Dwayne Rothe
Hello, I have come across a strange occurance when pasting text from the clipboard of Win XP to a field in Rev. The text is pasted with a much larger font size than the properties of the field, also it doesn't change when you try setting the text size of the field after pasting the text. The fie

Encrypt/Decrypt

2005-02-22 Thread Dwayne Rothe
Hi All, I need some guidence creating a simple encrypt/decrypt program, e.g I have a field where I enter an [EMAIL PROTECTED] address, click a button and generate an encrypted string in another field. This string then becomes the password/key which is entered into another app to gain access. Ob

Progress Bar examples

2005-02-16 Thread Dwayne Rothe
I have put together a stack showing a system progress bar, a graphical progress bar and a slider bar in action! If anyone would like a copy let me know and I will gladly email you. It only takes up about 8kb if someone wants to make it available on their website let me know! Cheers Dwayne..

how to Progress Bar?

2005-02-16 Thread Dwayne Rothe
I guess this question has been asked a 1000 times before, but I will ask it again just in case you all missed it! How do you get a progress bar to work? I have looked for example stacks and docs but can't find anything! Any help would be great Thanks.

Re: RevMail Problem

2005-02-13 Thread Dwayne Rothe
Hi Roger, Problem lies in the original revlibrary.rev file (components/global environment/) The problem has been fixed, you can download an update by running Rev 2.5 then choose Help > Check for Updates... You will probably be prompted to update the revstandalonesettings.rev file (components/tools/

rev and zip files

2005-02-08 Thread Dwayne Rothe
Hi All, Is there a known way to open and move the contents of a zip file from within a rev stack (obviously Win OS) ? e.g I have a folder with ? qty of txt files and image files (.jpg) compressed to a zip file named data.zip I want to be able to decompress and put the contents of the zip file i

Exporting multiple files#1

2005-02-04 Thread Dwayne Rothe
Hi All, I need help writing multiple files from a list! I have a text file with items delimited by "|" Amongst those items I have have more data delimited by TAB eg. Name|Age|Favorite Color|Hobby1Hobby2 Hobby3|Pet1 Pet2 Pet3 the fourth & fifth items may contain hobbies & pets which c

Re: Printing with textAlign

2005-01-30 Thread Dwayne Rothe
Thanx for the reply Jaqueline, When the user selects the option of btn "left" or btn "center" the field to be printed is aligned before printing, this was done as a print preview, however rev still prints text as left alignment. Cheers...Dwayne > > On 1/29/05 7

Re:Problem building standalone message

2005-01-29 Thread Dwayne Rothe
Hi Bill, unfortunately there is no specific information given for the error, there is one thing to try though that usually works, select File> Standalone Application Settings... and in the General section you will find a radio button "select inclusions for the standalone application", select it.

focusBorder problem

2005-01-29 Thread Dwayne Rothe
Hi all, I have recently encountered a strange problem when adding buttons to a stack or card! The button created automatically shows the black focus border within, ok so I deselect the 'Focus with Keyboard' button in the properties and it disappears, problem solved right, not quite. When I use t

Printing with textAlign

2005-01-29 Thread Dwayne Rothe
Hi All, I am having a problem getting a field to print the text aligned center. I have two radio buttons to control alignment 1.) btn "left" 2.) btn "center" I am using the handler below; on mouseUp revShowPrintDialog true,true set printmargins to 36,36,36,36 set printTextFont to Tahoma if the

Re: Random #'s

2005-01-28 Thread Dwayne Rothe
Hey Guys after analysing the multitude of responses I finally went with the shortest code! It works perfect & fast, thats all I needed repeat until the number of items in tRnum = 5 set randomSeed to random(1) put random(10) into tRand if tRand is not among the items of tRnum then put tRa