Rev2.6.1 Protected Stacks Issues

2004-09-18 Thread FlexibleLearning
Rev 2.6.1 no longer supports cloning in protected stacks. This not only applies to controls like buttons or fields, but also to stacks which is how many people create documents and handle printing. This has raised more than a few eyebrows. In its wake, it has opened the issue of being

acceleratorText

2004-09-18 Thread doupsy
Hello, How is it possible to write something in the acceleratorText of a button to have the symbole of Command Key or Option Key of Shift Key (like we could see in standard menus of MacOS or MacOS X). I tryed for example to put : ThisWord/B into acceleratorText, and I obtained :

Re: 'Blessed' plugins

2004-09-18 Thread FlexibleLearning
This would indeed be a simple approach, Ken. However, if /when Rev supports the flexibility of aliased Plugins (i.e. so you do not have to keep an original in the revPlugIns folder), then some persistent means of plugin identification will be needed and an agreed property seems a simple

Re: Getting a remote file in OS X

2004-09-18 Thread Frank Leahy
On Sep 17, 2004, at 10:53 PM, [EMAIL PROTECTED] wrote: From: Gregory Lypny [EMAIL PROTECTED] Subject: Re: Getting a remote file in OS X To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII; format=flowed Still not working for me I'm afraid. FTP is

RE: 'Blessed' plugins

2004-09-18 Thread FlexibleLearning
RevTools only checks for visibility and modifiability. If your stack is immune, one must be true. The name of the stack is not trapped. This is in 2.61 build 9. Geoff/Jacque: Are we using the same version? /H ___ use-revolution mailing list

Re: put URL binfile: behavior different between message box and handler?

2004-09-18 Thread Klaus Major
Hi Frank, ... Try replacing the line marked HERE with this; put URL (binfile: l) into me Yes, the latest engines seem to be more sensible to missing quotes ;-) Sorry, i meant or course: Yes, the latest engines seem to be more sensible to missing BRACKETS! Regards Klaus Major [EMAIL

inclusions

2004-09-18 Thread Klaus Major
Hi listers, i searched everywhere, but did not find a way to include the Standard icons and Metacard compatible Icons in the STAB settings? Did i miss something obvious? Any hints are very welcome :-) Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de

Re: put URL binfile: behavior different between message box and handler?

2004-09-18 Thread Alex Tweedly
At 18:04 17/09/2004 -0400, Frank D. Engel, Jr. wrote: Excellent! Thank you both, that works perfectly. Is this behavior to be expected, or should this be bugzilla'd? I would think of this as a bug, but I did a quick search and came up empty... This is the expected behaviour (though I didn't

Re: inclusions

2004-09-18 Thread sims
Hi listers, i searched everywhere, but did not find a way to include the Standard icons and Metacard compatible Icons in the STAB settings? Did i miss something obvious? Any hints are very welcome :-) Several months ago I asked something similar and received the following reply. I wish I could

Re: inclusions

2004-09-18 Thread Klaus Major
Hi sims, Hi listers, i searched everywhere, but did not find a way to include the Standard icons and Metacard compatible Icons in the STAB settings? Did i miss something obvious? Any hints are very welcome :-) Several months ago I asked something similar and received the following reply. I wish I

RE: 'Blessed' plugins

2004-09-18 Thread xbury . cs
I disagree in view that not all palettes are plugins. Check for stack mode should be enough shouldn't it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, September 18, 2004 9:58 AM To: [EMAIL PROTECTED]

Re: DATABASE FUNCTIONS

2004-09-18 Thread Trevor DeVore
On Sep 17, 2004, at 9:17 PM, Jay Madren wrote: I for one would love to see your library. I have been contemplating doing this myself, but yours would eliminate that work or at least give me a better starting point. Then that would free up more time for me to attempt my ultimate goal of a code

Re: auto update stacks/applications

2004-09-18 Thread Rob Cozens
This design allows both the data presented and the manner in which it is manipulated to change without modifying the standalone application file. I failed to note that my design allows the use of ONE update file for all platforms. -- Rob Cozens, Staff Conservator Mendonoma Marine Life

RE: DATABASE FUNCTIONS

2004-09-18 Thread [EMAIL PROTECTED]
Note you can also edit the script of btn revdatabase of stack revlibrary and use additional wrapper functions around revdb. They are pretty well organized and tested just underdocumented, and let you do things like execute statements using an opened connection, cache multiple connections. You

Re: DATABASE FUNCTIONS

2004-09-18 Thread Pierre Sahores
Dear Tuviah, I tested lot of them under Panther and all worked very fine. Does they work as well under the linux platform ? Best Regards, Pierre Le 18 sept. 04, à 18:06, [EMAIL PROTECTED] a écrit : Note you can also edit the script of btn revdatabase of stack revlibrary and use additional

Re: Getting a remote file in OS X

2004-09-18 Thread Gregory Lypny
Hello Mark, Yes, I'm pretty sure that the ports are open. I have the FTP check box marked under the Services tab of the Sharing preferences. I have also enabled Passive FTP mode under the Proxies tab of Network preferences. I'm not sure if our systems guy has blocked ftp access because I can

Re: Getting a remote file in OS X

2004-09-18 Thread Gregory Lypny
Hello Frank, Just tried Interarchy, and it works. Not sure where to go from here. Greg On Sep 18, 2004, at 12:00 PM, Frank wrote: Try connecting to this ftp server with Fetch or Interarchy or some other ftp client. Once you know one of these programs can connect, they you'll find it

RE: 'Blessed' plugins

2004-09-18 Thread FlexibleLearning
I disagree in view that not all palettes are plugins. Check for stack mode should be enough shouldn't it? Huh? IF a 'revBlessed' property were implemented by RevTools AND by a plugin, any style of stack would have the OPTION of being immune. /H

ImageData, colors and screen

2004-09-18 Thread Ludovic Thébault
Hello, i use imagedata to replace one color by an other in a picture (which is inclued in the stack). for example : get the imagedata of mypicture replace (numtochar(0)numtochar(200)numtochar(248)numtochar(248)) with \ (numtochar(0)numtochar(200)numtochar(200)numtochar(200)) in it

Re: Getting a remote file in OS X

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 9:35 AM, Gregory Lypny wrote: Hello Mark, Yes, I'm pretty sure that the ports are open. I have the FTP check box marked under the Services tab of the Sharing preferences. I have also enabled Passive FTP mode under the Proxies tab of Network preferences. I'm not sure if

Re: 'Blessed' plugins

2004-09-18 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: IF a 'revBlessed' property were implemented by RevTools AND by a plugin, any style of stack would have the OPTION of being immune. Why would a plugin ever need to be toplevel? For 15 years, the only editable mode for a stack is toplevel. Palette and modeless are not

Re: acceleratorText

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 12:26 AM, [EMAIL PROTECTED] wrote: Hello, How is it possible to write something in the acceleratorText of a button to have the symbole of Command Key or Option Key of Shift Key (like we could see in standard menus of MacOS or MacOS X). I tryed for example to put :

angle and rotate

2004-09-18 Thread jbv
Hi list, I just played a bit with the angle and rotate commands in Rev 2.5 and I was badly surprised to discover that they still produce the same awful anliased crap (at least for images), just like MC 2.4 from 2 years ago... Am I missing something here ? Is there a way to improve the quality of a

Re: angle and rotate

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 11:37 AM, jbv wrote: Hi list, I just played a bit with the angle and rotate commands in Rev 2.5 and I was badly surprised to discover that they still produce the same awful anliased crap (at least for images), just like MC 2.4 from 2 years ago... Am I missing something here ?

Re: angle and rotate

2004-09-18 Thread jbv
Mark, Try setting the resizeQuality of img imagename to best I am not sure if this will help, but it might. I tried to put the resizeQuality of my img to excellent and perfect, but it didn't change anything... Is this property documented anywhere ? Thanks, JB

Re: Linux Rev

2004-09-18 Thread Richard Gaskin
sims wrote: Thank you to all who replied about Linux applications Rev! I think I missed this part: How does one setup icons and file type associations for the user in Gnome and KDE? -- Richard Gaskin Fourth World Media Corporation ___

Re: angle and rotate

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 12:21 PM, jbv wrote: Mark, Try setting the resizeQuality of img imagename to best I am not sure if this will help, but it might. I tried to put the resizeQuality of my img to excellent and perfect, but it didn't change anything... Is this property documented anywhere ? For

Re: Linux Rev

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 12:27 PM, Richard Gaskin wrote: sims wrote: Thank you to all who replied about Linux applications Rev! I think I missed this part: How does one setup icons and file type associations for the user in Gnome and KDE? I am not sure yet myself. I too await for a sage to guide.

clickLine

2004-09-18 Thread Yves COPPE
Hi list I have a fld with locktext to true there are empty lines in the fld so when the user clicks in the fld : if there is text in the line, the clickLine returns line x of fld y if there is no text in the line, the clickLine returns empty How can I know which line has been clicked no matter if

Re: angle and rotate

2004-09-18 Thread jbv
Mark , For some reason it is not documented. I think the best setting is best. I am not sure if it supports excellent or perfect. You must make this setting in your script before you make the actual adjustment to the size. I hope it has a positive affect on the rotate. well, I just

Re: angle and rotate

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 1:03 PM, jbv wrote: Mark , For some reason it is not documented. I think the best setting is best. I am not sure if it supports excellent or perfect. You must make this setting in your script before you make the actual adjustment to the size. I hope it has a positive

Re: angle and rotate

2004-09-18 Thread jbv
Mark, Sounds like a trip to requestZilla is in order. Are you going to take care of it? Well, it's late and I have to wake up early tomorrow morning... ;-) if you want to take care of it, please proceed... I'm just wondering if anyone uses the angle and rotate commands... AFAIR it works

Re: clickLine

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 12:56 PM, Yves COPPE wrote: Hi list I have a fld with locktext to true there are empty lines in the fld so when the user clicks in the fld : if there is text in the line, the clickLine returns line x of fld y if there is no text in the line, the clickLine returns empty How can

Re: clickLine

2004-09-18 Thread Yves COPPE
Le 18-sept.-04, à 22:19, Mark Talluto a écrit : On Sep 18, 2004, at 12:56 PM, Yves COPPE wrote: Hi list I have a fld with locktext to true there are empty lines in the fld so when the user clicks in the fld : if there is text in the line, the clickLine returns line x of fld y if there is no text

Re: angle and rotate

2004-09-18 Thread Mark Talluto
On Sep 18, 2004, at 1:19 PM, jbv wrote: Mark, Sounds like a trip to requestZilla is in order. Are you going to take care of it? Well, it's late and I have to wake up early tomorrow morning... ;-) if you want to take care of it, please proceed... I'm just wondering if anyone uses the angle and

Re: Linux Rev

2004-09-18 Thread Pierre Sahores
Le 18 sept. 04, à 21:52, Mark Talluto a écrit : On Sep 18, 2004, at 12:27 PM, Richard Gaskin wrote: sims wrote: Thank you to all who replied about Linux applications Rev! I think I missed this part: How does one setup icons and file type associations for the user in Gnome and KDE? I am not sure

Re: DATABASE FUNCTIONS

2004-09-18 Thread Stephen Quinn Barncard
Trevor, thanks for your efforts to shine a light on this. Wayne and Frank: thanks for the step-by-steps. Tuviah, thanks for your pointing me to the library. This is truly a helping community. Thanks. stephen barncard ___ use-revolution mailing list

Re: what/where is this Newbie List?

2004-09-18 Thread Graham Samuel
On Fri, 17 Sep 2004 15:21:06 -0700 (PDT), Erik Hansen [EMAIL PROTECTED] wrote: what/where is this Newbie List? couldn't find it at www.runrev.com. the list seems to have moved into a realm that is for the more advanced. i will always read it, but my concerns (is mouseStillDown handled in a

Re: DATABASE FUNCTIONS

2004-09-18 Thread Bill
I am interested. I have been trying to use the query builder in combination with direct controls and would love to try your library (for mysql). Bill On 9/17/04 5:05 PM, Trevor DeVore [EMAIL PROTECTED] wrote: On Sep 17, 2004, at 12:18 PM, Stephen Quinn Barncard wrote: Gee, was it something

Re: what/where is this Newbie List?

2004-09-18 Thread Erik Hansen
--- Graham Samuel [EMAIL PROTECTED] wrote: On Fri, 17 Sep 2004 15:21:06 -0700 (PDT), Erik Hansen [EMAIL PROTECTED] wrote: what/where is this Newbie List? couldn't find it at www.runrev.com. the list seems to have moved into a realm that is for the more advanced. i will always

Re: angle and rotate

2004-09-18 Thread Erik Hansen
i simply redrew my little 32x32 dancers facing in the 8 semi-sacred directions (360 was over the top). now i have some (style = transparent) images that are not transparent. maybe they need a whiter white. still 'splorin' the ink settings. better than the rotated guys (and dolls) though. you

Re: angle and rotate - correction

2004-09-18 Thread Erik Hansen
--- Erik Hansen [EMAIL PROTECTED] wrote: insert for rotating icons in buttons: i simply redrew my little 32x32 dancers facing in the 8 semi-sacred directions (360 was over the top). now i have some (style = transparent) images that are not transparent. maybe they need a whiter white.

Re: Getting a remote file in OS X

2004-09-18 Thread Gregory Lypny
Hi Mark, If by client you mean the Mac from which I'm issuing the get ftp... command, then, yes, I have tried it with Passive FTP disabled. Sigh... Thanks once again, Greg On Sep 18, 2004, at 6:16 PM, Mark Talluto wrote: Hello Mark, Yes, I'm pretty sure that the ports are open. I have

mp3/wma in Rev?

2004-09-18 Thread untameYourself
Hi all, I was wondering if there is any way to play mp3 or wma files from within Rev (ideally without instantiating an external player.) carl bystrom http://www.untameYourself.com ___ use-revolution mailing list [EMAIL PROTECTED]

Re: acceleratorText

2004-09-18 Thread J. Landman Gay
On 9/18/04 2:26 AM, [EMAIL PROTECTED] wrote: Hello, How is it possible to write something in the acceleratorText of a button to have the symbole of Command Key or Option Key of Shift Key (like we could see in standard menus of MacOS or MacOS X). I tryed for example to put : ThisWord/B into

Re: 'Blessed' plugins

2004-09-18 Thread J. Landman Gay
On 9/18/04 3:11 AM, [EMAIL PROTECTED] wrote: RevTools only checks for visibility and modifiability. If your stack is immune, one must be true. The name of the stack is not trapped. This is in 2.61 build 9. Geoff/Jacque: Are we using the same version? Don't know; I'm using the last final

RE: 'Blessed' plugins

2004-09-18 Thread MisterX
Did the script I submitted not work right off the bat? Should have... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of J. Landman Gay Sent: Sunday, September 19, 2004 05:22 To: How to use Revolution Subject: Re: 'Blessed' plugins On 9/18/04 3:11