Re: Printing Field contents in RunRev Enterprise 4.5.5

2010-08-16 Thread Mark Schonewille
Hi Brent, Your scripts seem correct to me. What happenes if you execute revPrintText Hello World from the message box? I get a page with that text in both Rev 4.0 and Rev 4.5. Are you using Rev 4.5? This is still in beta stage. You might want to use 4.0 instead. Which operating system are

Re: Printing Field contents in RunRev Enterprise 4.5.5

2010-08-16 Thread Peter Alcibiades
If YOU were wanting to print the text from a Field named Results what specifically would YOU script... Well, you did ask! Stop struggling with revPrintField etc. Just export the content to a text file, then call some other program to print it. Peter -- View this message in context:

Re: Printing Field contents in RunRev Enterprise 4.5.5

2010-08-16 Thread AndyP
HI Bren, I think you need to go back to some basic tests to tie this down. 1. As Mark suggested: revPrintText Hello World Does this work? if Yes goto 2. if not you have a problem with Rev so a reinstall may be in order. 2. Create a new stack with one card. Place one text box named Results and

New release of InfoWallet

2010-08-16 Thread Bill Vlahos
I just wanted to let folks know that InfoWallet 1.2.09 is out. New look and logo. New features include file attachments (compressed, encrypted, and password protected), pictures for contacts, RSS news, and more. Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about

Re: Printing Field contents in RunRev Enterprise 4.5.5

2010-08-16 Thread Kevin Miller
On 16/08/2010 03:38, Bsummerton bsummer...@virginbroadband.com.au wrote: I have checked that the Field Results contains text that is Black and not White. Can a Stack only have one Field Named Results within its Cards? I am using a Mac and exporting to Mac (which prints fine) but the Windows

Re: Printing Field contents in RunRev Enterprise 4.5.5

2010-08-16 Thread wayne durden
You might also double check that you didn't create two fields that have the same name with one being blank I quite often use button scripts to flesh out handlers before I turn them into functions in a card or stack script. I occasionally copy and paste a button control, change the script

Re: [solved][revServer] process timeout issue

2010-08-16 Thread Pierre Sahores
Hi There, To avoid any problem of response latency against any mutualised server, we can force the server to wakeup (if needed) in sending it a simple HTTP GET request against the app base URL just before going further with any HTTP POST requests. HTH, -- Pierre Sahores mobile : (33) 6 03

Effective line of a word

2010-08-16 Thread Jean-Pierre Soto
Hello, how can i know the effective line of a word in field with the wrap text set to true ? Thanks Jean-Pierre ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Effective line of a word

2010-08-16 Thread Mark Schonewille
Hi Jean-Pierre, Let's assume that you know the position of the word in the text as a whole. For example, because the user clicked on it. put word 2 of the clickCharChunk into myPos put the formattedText of fld Your Field into myText put number of lines of (char 1 to myPos of myText) into

Re: teaser

2010-08-16 Thread Shao Sean
There are tears in my eyes! yeah, they were pretty bad.. Low standards! Ha! i will try to have a another video within the next couple of days and you can see what i mean by the low standards... ___ use-revolution mailing list

Re: Trouble Setting Cookies

2010-08-16 Thread Gregory Lypny
Hi Andre and Jeff, Thank you for testing my site. I think the location of PUT NEW HEADER or PUT HEADER in relation ? or other PUT statements is, as you have mentioned, be the issue, although I can't say that I understand it yet. It may be why I have not been able to get Andre or John Craig's

Re: revNavigator

2010-08-16 Thread Mark Talluto
Super tool! I have been using it for years and I did make my very affordable payment back then. I too could not survive without it. Best regards, Mark Talluto http://www.canelasoftware.com On Aug 13, 2010, at 10:32 PM, Geoff Canyon Rev wrote: revNavigator hasn't been updated for several

Re: Multiple revCursors stacks

2010-08-16 Thread Hershel Fisch
Hi and thanks, as of now there are no subStacks in my stack starting with rev And the error is as follows A stack revHelpPopup in file /Application/Revolution Enterprise/4.0.0-dp-4/Toolset/revdocumentationlibrary.rev is already in memory. The Revolution UI does not distinguish stacks which have

[OT] Dead video card

2010-08-16 Thread Richmond
Wow! I returned from 4 days in the mountains to find the video-card on my G4 MDD had 'died'; this is a nuisance as I will be unable to release my Devawriter Pro before I can see into my computer. Has anybody any links to Mac compatible video-cards?? I find that Amazon is full of

Re: [OT] Dead video card

2010-08-16 Thread Jeff Massung
No such thing as a Mac Compatible video card... or a PC Compatible one for that matter. That's just a matter of branding. The only important question is whether or not there are good video drivers for your particular OS for that piece of hardware. If you go look at the ATI or nVidia websites,

Re: [OT] Dead video card

2010-08-16 Thread Richmond
Thanks for the helpful advice. On 08/16/2010 11:08 PM, Jeff Massung wrote: No such thing as a Mac Compatible video card... or a PC Compatible one for that matter. That's just a matter of branding. The only important question is whether or not there are good video drivers for your particular OS

Re: [OT] Dead video card

2010-08-16 Thread Bob Sneidar
Sorry, but this is patently untrue. We have had cards that have a Mac model and a PC model, and neither work in the other, even though the slots are the same and they both have drivers. It may be that many (maybe most) cards are designed to work in both PC's and Macs, but it is not true to say

Re: [OT] Dead video card

2010-08-16 Thread Bob Sneidar
Richmond, it is my experience that only certain video cards would work in those G4 towers, and different G4 towers may only support certain video cards. In other words, I have had video cards that worked in one model G4 tower that would NOT work in another, same bus design. I would definitely

Re: [OT] Dead video card

2010-08-16 Thread Andre Garzia
lowendmac.com is your friend in those cases On Mon, Aug 16, 2010 at 5:16 PM, Bob Sneidar b...@twft.com wrote: Richmond, it is my experience that only certain video cards would work in those G4 towers, and different G4 towers may only support certain video cards. In other words, I have had

Re: [OT] Dead video card

2010-08-16 Thread Richmond
On 08/16/2010 11:26 PM, Andre Garzia wrote: lowendmac.com is your friend in those cases Ha, Ha, Ha: right now it is a case of lowendmathewson . . . :) I have been poking round that website, but a lot of their links are dead. ___ use-revolution

Is it possible to copy and paste html links from a browser, or MS Word, into a Rev app?

2010-08-16 Thread Jonathan Lynch
I am trying to figure out how to copy text that contains a link into a Rev field, such that the link information is preserved. It seems that some formatting, such as bolding, text size, and text font are preserved, but that link information is entirely stripped out. Is there a way to do this? Am

Re: Is it possible to copy and paste html links from a browser, or MS Word, into a Rev app?

2010-08-16 Thread Richard Gaskin
Jonathan Lynch wrote: I am trying to figure out how to copy text that contains a link into a Rev field, such that the link information is preserved. It seems that some formatting, such as bolding, text size, and text font are preserved, but that link information is entirely stripped out. Many

Re: [OT] Dead video card

2010-08-16 Thread Mike Bonner
Would this http://eshop.macsales.com/item/ATI%20Technologies/1028342302B/ or this http://eshop.macsales.com/item/ATI%20Technologies/1028342302/ be the right card for your machine? I don't know enough about the earlier mac models to know for sure. On Mon, Aug 16, 2010 at 2:36 PM, Richmond

Re: Is it possible to copy and paste html links from a browser, or MS Word, into a Rev app?

2010-08-16 Thread Jonathan Lynch
Hmmm... All of the applications we use at work (except the ones I create) are microsoft applications. I will have to find something that is not from microsoft to test this. On Mon, Aug 16, 2010 at 4:59 PM, Richard Gaskin ambassa...@fourthworld.comwrote: Jonathan Lynch wrote: I am trying to

Re: Is it possible to copy and paste html links from a browser, or MS Word, into a Rev app?

2010-08-16 Thread Jonathan Lynch
OK, I verified that I can copy from MS Word into AbiWord - so the link information must be made available in some form. Would RunRev have a means of accessing this? If not, is there something I could do with Cscript or Windows Command Line to access components of the clipboard that are not

Re: [OT] Dead video card

2010-08-16 Thread Ian Wood
On 16 Aug 2010, at 21:08, Jeff Massung wrote: No such thing as a Mac Compatible video card... or a PC Compatible one for that matter. That's just a matter of branding. Like Bob says, this is not true. Mac and Windows versions of the same graphics card models have different firmware.

Re: Is it possible to copy and paste html links from a browser, or MS Word, into a Rev app?

2010-08-16 Thread J. Landman Gay
On 8/16/10 3:49 PM, Jonathan Lynch wrote: I am trying to figure out how to copy text that contains a link into a Rev field, such that the link information is preserved. It seems that some formatting, such as bolding, text size, and text font are preserved, but that link information is entirely

Re: Is it possible to copy and paste html links from a browser, or MS Word, into a Rev app?

2010-08-16 Thread Jonathan Lynch
Hi Jacqueline, I tested this. It is not retaining the link information, either from MS Word or from IE 8. This is true both with RunRev 4.0 and RunRev 2.6.1 - those are the only versions I have to test with. Take care, Jonathan On Mon, Aug 16, 2010 at 5:54 PM, J. Landman Gay

Re: [OT] Dead video card

2010-08-16 Thread Jeff Massung
On Mon, Aug 16, 2010 at 4:34 PM, Ian Wood revl...@azurevision.co.uk wrote: On 16 Aug 2010, at 21:08, Jeff Massung wrote: No such thing as a Mac Compatible video card... or a PC Compatible one for that matter. That's just a matter of branding. Like Bob says, this is not true. Mac and

Code signing certificate

2010-08-16 Thread Bill Vlahos
I understand that I need to purchase and continually renew a Code Signing Certificate for both the installer .exe and the application .exe. This way Windows won't complain that the application is from an unknown publisher. Does anyone have any experience and recommendations for getting and

Re: Is it possible to copy and paste html links from a browser, or MS Word, into a Rev app?

2010-08-16 Thread J. Landman Gay
On 8/16/10 5:33 PM, Jonathan Lynch wrote: Hi Jacqueline, I tested this. It is not retaining the link information, either from MS Word or from IE 8. This is true both with RunRev 4.0 and RunRev 2.6.1 - those are the only versions I have to test with. Okay, this time I actually tried it. :) I

Re: [OT] Dead video card

2010-08-16 Thread Mark Wieder
Jeff- Monday, August 16, 2010, 3:39:01 PM, you wrote: Guys, it's just hardware. If there's no code to run it on the hardware, then yes, it won't work. But, there's no such thing as a a piece of hardware that cannot possibly interface with another piece of hardware. One could make an ATI

Re: Is it possible to copy and paste html links from a browser, orMS Word, into a Rev app?

2010-08-16 Thread jonathandlynch
Hm Would you mind trying copying from ms word? I have a hunch that microsoft is at the heart of my plight. Thanks Jacqueline Sent from my Verizon Wireless BlackBerry -Original Message- From: J. Landman Gay jac...@hyperactivesw.com Sender: use-revolution-boun...@lists.runrev.com

Re: Is it possible to copy and paste html links from a browser, orMS Word, into a Rev app?

2010-08-16 Thread Mark Wieder
Jonathan- Monday, August 16, 2010, 5:27:10 PM, you wrote: Hm Would you mind trying copying from ms word? I have a hunch that microsoft is at the heart of my plight. Verified here. Good old Microsoft. The links are underlined and blue but not linked. Neither the html nor the rtf data

Re: Is it possible to copy and paste html links from a browser, orMS Word, into a Rev app?

2010-08-16 Thread J. Landman Gay
On 8/16/10 7:36 PM, Mark Wieder wrote: Jonathan- Monday, August 16, 2010, 5:27:10 PM, you wrote: Hm Would you mind trying copying from ms word? I have a hunch that microsoft is at the heart of my plight. Verified here. Good old Microsoft. The links are underlined and blue but not

Re: [OT] Dead video card

2010-08-16 Thread Andre Garzia
On Mon, Aug 16, 2010 at 8:30 PM, Mark Wieder mwie...@ahsoftware.net wrote: Jeff- Monday, August 16, 2010, 3:39:01 PM, you wrote: Guys, it's just hardware. If there's no code to run it on the hardware, then yes, it won't work. But, there's no such thing as a a piece of hardware that

Re: Multiple revCursors stacks

2010-08-16 Thread J. Landman Gay
On 8/16/10 2:01 PM, Hershel Fisch wrote: Hi and thanks, as of now there are no subStacks in my stack starting with rev And the error is as follows A stack revHelpPopup in file /Application/Revolution Enterprise/4.0.0-dp-4/Toolset/revdocumentationlibrary.rev is already in memory. The Revolution

Re: Is it possible to copy and paste html links from a browser, orMS Word, into a Rev app?

2010-08-16 Thread mike
Sorry I have not been following this thread closely and I am very new to Rev... but this seems to work on mouseUp -- launch URL http://google.com/; get text of field x -- paste or dragdrop your URL into this field launch URL it -- this launches the default browser using your URL end

Re: Code signing certificate

2010-08-16 Thread Neal Campbell
Hi Bill I got mine thru Godaddy.com for a decent price. Neal Campbell Abroham Neal Software www.abrohamnealsoftware.com (540) 645 5394 NEW PHONE NUMBER Amateur Radio: K3NC Blog: http://www.abrohamnealsoftware.com/blog/ DXBase bug reports: email to ca...@dxbase.fogbugz.com Abroham Neal forums:

cross platform drawers

2010-08-16 Thread Monte Goulding
Hi I'm working on InstallGadget 2 and an InstallGadget plugin for rev. The plugin is well suited to using drawers on OS X to integrate IG settings with the standalone builder interface. I'm just wondering what people think I should do on Windows? Has anyone done drawer emulation and is it

Re: cross platform drawers

2010-08-16 Thread Monte Goulding
Don't know why the facebook link didn't work but here it is if you are interested: http://www.facebook.com/pages/InstallGadget/140038149354105 On 17/08/2010, at 1:40 PM, Monte Goulding wrote: Hi I'm working on InstallGadget 2 and an InstallGadget plugin for rev. The plugin is well suited

RE: Pattern recognition of basic shapes in Rev

2010-08-16 Thread AcidJazz
Here's a link to a technical article that discusses the fuzzy logic involved in pattern recognition of shapes. It doesn't provide the exact algorithm, but should get you a little further down the road in your search. Cheers, Mark

RE: cross platform drawers

2010-08-16 Thread Paul D. DeRocco
From: Monte Goulding Don't know why the facebook link didn't work but here it is if you are interested: http://www.facebook.com/pages/InstallGadget/140038149354105 So drawers are sub-panes that stick out to the side of the main window, the way Nvidia driver settings appear in Windows

Re: cross platform drawers

2010-08-16 Thread Monte Goulding
On 17/08/2010, at 2:54 PM, Paul D. DeRocco wrote: From: Monte Goulding Don't know why the facebook link didn't work but here it is if you are interested: http://www.facebook.com/pages/InstallGadget/140038149354105 So drawers are sub-panes that stick out to the side of the main

Re: cross platform drawers

2010-08-16 Thread Scott Rossi
Recently, Monte Goulding wrote: The plugin is well suited to using drawers on OS X to integrate IG settings with the standalone builder interface. I'm just wondering what people think I should do on Windows? Has anyone done drawer emulation and is it worthwhile and appreciated my users? I