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 identical names, so editing
these stack files while both are in memory could result in
data loss.
 
Thanks in advanced, Hershel


On 8/13/10 1:40 PM, J. Landman Gay jac...@hyperactivesw.com wrote:

 On 8/12/10 2:59 PM, Hershel Fisch wrote:
 I also realize that I have two revHelpPopup substacks, under the
 revDocumentation stack and under the revMenuBar stack, which one has to be
 deleted and which one is the correct one. I see it since version 3.504 dp-4.
 Prior to the above version its only urder the revMenuBar?
 It effects when you press the restore development tool btn.
 
 I also see both of those, so I assume they are both necessary. If you're
 getting an error about it, the problem is likely in your stack. Better
 check it for copies of that popup stack. In fact, check your stack for
 any substacks that start with rev, since none of them should be there.



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Multiple revCursors stacks

2010-08-12 Thread Hershel Fisch
Thanks a mill. Working beautifully.
Hershel


On 8/11/10 8:47 PM, J. Landman Gay jac...@hyperactivesw.com wrote:

 On 8/11/10 3:12 PM, Hershel Fisch wrote:
 Hi and thanks,
 Sorry didn't express myself properly, so I'll try to elaborate a bit,
 When I open RunRev everything sounds fine, I then open my App. A message
 comes up saying A stack revMacCursors is already in memory. The
 Revolution UI does not distinguish stacks which have identical names,so
 editing these stack files  while both are in memory could result in data
 loss. with an ok btn.
 I hit ok the app. Opens up, then I go to the application browser I see
 multiple substacks of revCursors and multi mainStacks of revMacCursors.
 Now, which one do I delete, Since there is no date on them?
 
 It sounds like your stack has the cursor stacks embedded in it as
 substacks, which conflict with those already in the IDE. But check to
 make sure:
 
 In the Finder (or Windows Explorer if you're on a PC) look in Rev's main
 program folder, in a subfolder called Toolset. See if there are two
 copies of revCursors and revMacCursors in there. If so, that's where you
 can compare dates and delete the oldest two. If not, then the IDE is
 fine. It probably is.
 
 In Rev's application browser, open the problem stack and look at its
 substacks. You should see the cursor stacks in there as substacks of
 your own stack. Delete them both. Your own stack should not include any
 cursor stacks. If you need the cursors in a standalone, just assign them
 in Standalone Settings instead.
 
 Save your stack and reopen it. The error should be gone.



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Dividing Line in Button

2010-08-12 Thread Hershel Fisch
Or, maybe put all items into a custom Prop then

On mouseDown
  Put the mycustomProp of this cd into btn myBtn
End mouseDown
Then 
Use your regular menuPick command
Good Luck, Hershel


On 8/12/10 6:51 AM, Scott Rossi sc...@tactilemedia.com wrote:

 Recently, Dan Friedman wrote:
 
 You can add a dividing line in a option menu (a button who's menuMode is set
 to option) on the Mac by simply putting a - into a line in the button's
 text.  How do you get a dividing line on Windows?  All I get is the dash.
 
 Maybe this is could be a goofy workaround/hack/etc: use 2 buttons, an option
 button with no contents, and a popup menu button that contains all your
 options and dividing lines.  Then in the option button:
 
 on mouseDown
  popup btn myPopupMenu at bottomLeft of me
 end mouseDown
 
 Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX Design
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Multiple revCursors stacks

2010-08-12 Thread Hershel Fisch
I also realize that I have two revHelpPopup substacks, under the
revDocumentation stack and under the revMenuBar stack, which one has to be
deleted and which one is the correct one. I see it since version 3.504 dp-4.
Prior to the above version its only urder the revMenuBar?
It effects when you press the restore development tool btn.

Thanks, Hershel


On 8/12/10 3:20 PM, Hershel Fisch hersh...@syp2u4c.com wrote:

 Thanks a mill. Working beautifully.
 Hershel
 
 
 On 8/11/10 8:47 PM, J. Landman Gay jac...@hyperactivesw.com wrote:
 
 On 8/11/10 3:12 PM, Hershel Fisch wrote:
 Hi and thanks,
 Sorry didn't express myself properly, so I'll try to elaborate a bit,
 When I open RunRev everything sounds fine, I then open my App. A message
 comes up saying A stack revMacCursors is already in memory. The
 Revolution UI does not distinguish stacks which have identical names,so
 editing these stack files  while both are in memory could result in data
 loss. with an ok btn.
 I hit ok the app. Opens up, then I go to the application browser I see
 multiple substacks of revCursors and multi mainStacks of revMacCursors.
 Now, which one do I delete, Since there is no date on them?
 
 It sounds like your stack has the cursor stacks embedded in it as
 substacks, which conflict with those already in the IDE. But check to
 make sure:
 
 In the Finder (or Windows Explorer if you're on a PC) look in Rev's main
 program folder, in a subfolder called Toolset. See if there are two
 copies of revCursors and revMacCursors in there. If so, that's where you
 can compare dates and delete the oldest two. If not, then the IDE is
 fine. It probably is.
 
 In Rev's application browser, open the problem stack and look at its
 substacks. You should see the cursor stacks in there as substacks of
 your own stack. Delete them both. Your own stack should not include any
 cursor stacks. If you need the cursors in a standalone, just assign them
 in Standalone Settings instead.
 
 Save your stack and reopen it. The error should be gone.
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Multiple revCursors stacks

2010-08-11 Thread Hershel Fisch
Hi and thanks, sorry I meant to say subStacks for a main stack.
Also how can I check the dates?
Thanks, Hershel


On 8/10/10 11:31 PM, J. Landman Gay jac...@hyperactivesw.com wrote:

 On 8/10/10 2:52 PM, Hershel Fisch wrote:
 Hi, I¹m wordering why I have multiple stacks with name ³revCursors² and
 multiple stacks ³macRevCursors²
 
 I don't know how it happened, but you should only have one of each. If
 they have different dates, keep the newest one.



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Multiple revCursors stacks

2010-08-11 Thread Hershel Fisch
Hi and thanks,
Sorry didn't express myself properly, so I'll try to elaborate a bit,
When I open RunRev everything sounds fine, I then open my App. A message
comes up saying A stack revMacCursors is already in memory. The
Revolution UI does not distinguish stacks which have identical names,so
editing these stack files  while both are in memory could result in data
loss. with an ok btn.
I hit ok the app. Opens up, then I go to the application browser I see
multiple substacks of revCursors and multi mainStacks of revMacCursors.
Now, which one do I delete, Since there is no date on them?
Thanks in advanced, Hershel


On 8/10/10 11:31 PM, J. Landman Gay jac...@hyperactivesw.com wrote:

 On 8/10/10 2:52 PM, Hershel Fisch wrote:
 Hi, I¹m wordering why I have multiple stacks with name ³revCursors² and
 multiple stacks ³macRevCursors²
 
 I don't know how it happened, but you should only have one of each. If
 they have different dates, keep the newest one.



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Multiple revCursors stacks

2010-08-10 Thread Hershel Fisch
Hi, I¹m wordering why I have multiple stacks with name ³revCursors² and
multiple stacks ³macRevCursors²
Thakns, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sockets

2010-05-06 Thread Hershel Fisch



On 5/6/10 12:28 PM, Bob Sneidar b...@twft.com wrote:

 Shouldn't you put it AFTER fld f1 if you are tracing it?
That's the reason every read I put into another fld., and also to see what
read returns what. As I saw that the second write repeated the same as the
first.
 
 Bob
 
 
 On May 5, 2010, at 3:19 PM, Hershel Fisch wrote:
 
 Hi, I checked it out,
 I did realize that there are 2 ports being used 1 form client to server and
 1 from server to client. Though I don't know how to make use of it in my
 case.
 Also I think there is a typo in tnhe example script (sSocket instead of
 pSocket) or something doesn't work properly.
 
 I did get some info from it.
 
 NOW, This what I wrote;
 
 on mouseUp
   put 192.168.1.199:4559 into pSocket
   open socket to pSocket
   read from socket pSocket until return
   put it into fld f1  -to trace results
 
   write USER admin  linefeed  PASS xx to socket pSocket
   read from socket pSocket until return
   put it into fld f2 of this stack
 
   write  /usr/local/sbin/hfaxd help  linefeed to socket pSocket
   read from socket pSocket until return
   put it into fld f3 of this stack   looks like it reenters the
 same command twice
   close socket pSocket
 Now if I repeat the second write twice then this is what I get...
 
 500 /USR/LOCAL/SBIN/HFAXD: Command not recognized.
 
 end mouseUp
 
 Any help would be highly appreciated.
 Thanks, Hershel
 
 
 
 On 4/29/10 3:24 PM, Hershel Fisch hersh...@syp2u4c.com wrote:
 
 Thanks, I'll check it out.
 Hershel
 
 
 On 4/28/10 9:04 AM, Trevor DeVore li...@mangomultimedia.com wrote:
 
 On Apr 27, 2010, at 4:23 PM, Hershel Fisch wrote:
 
 Hi, could any help me out with a full socket session ? Please!
 
 Perhaps this lesson will help:
 
 
 http://lessons.runrev.com/spaces/lessons/buckets/784/lessons/12924-How-to-com
 
 m
 unicate-with-other-applications-using-sockets
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sockets

2010-05-05 Thread Hershel Fisch
Hi, I checked it out,
I did realize that there are 2 ports being used 1 form client to server and
1 from server to client. Though I don't know how to make use of it in my
case.
Also I think there is a typo in tnhe example script (sSocket instead of
pSocket) or something doesn't work properly.

I did get some info from it.

NOW, This what I wrote;

on mouseUp
   put 192.168.1.199:4559 into pSocket
   open socket to pSocket
   read from socket pSocket until return
   put it into fld f1  -to trace results
   
   write USER admin  linefeed  PASS xx to socket pSocket
   read from socket pSocket until return
   put it into fld f2 of this stack
  
   write  /usr/local/sbin/hfaxd help  linefeed to socket pSocket
   read from socket pSocket until return
   put it into fld f3 of this stack   looks like it reenters the
same command twice
   close socket pSocket
Now if I repeat the second write twice then this is what I get...

500 /USR/LOCAL/SBIN/HFAXD: Command not recognized.

end mouseUp

Any help would be highly appreciated.
Thanks, Hershel



On 4/29/10 3:24 PM, Hershel Fisch hersh...@syp2u4c.com wrote:

 Thanks, I'll check it out.
 Hershel
 
 
 On 4/28/10 9:04 AM, Trevor DeVore li...@mangomultimedia.com wrote:
 
 On Apr 27, 2010, at 4:23 PM, Hershel Fisch wrote:
 
 Hi, could any help me out with a full socket session ? Please!
 
 Perhaps this lesson will help:
 
 
http://lessons.runrev.com/spaces/lessons/buckets/784/lessons/12924-How-to-com
m
 unicate-with-other-applications-using-sockets
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sockets

2010-04-29 Thread Hershel Fisch
Thanks, I'll check it out.
Hershel


On 4/28/10 9:04 AM, Trevor DeVore li...@mangomultimedia.com wrote:

 On Apr 27, 2010, at 4:23 PM, Hershel Fisch wrote:
 
 Hi, could any help me out with a full socket session ? Please!
 
 Perhaps this lesson will help:
 
 http://lessons.runrev.com/spaces/lessons/buckets/784/lessons/12924-How-to-comm
 unicate-with-other-applications-using-sockets



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sockets

2010-04-28 Thread Hershel Fisch
To communicate with  Hylafax (fax) server


On 4/27/10 7:19 PM, Shani shani.run...@gmail.com wrote:

 HI, 
 
 http://docs.runrev.com/Command/open-socket
 http://docs.runrev.com/Command/write-to-socket
 http://docs.runrev.com/Command/read-from-socket
 http://docs.runrev.com/Command/close-socket
 
 for what purpose you need socket session?
 
 Regards,
 SHANI
 
 -Original Message-
 From: use-revolution-boun...@lists.runrev.com
 [mailto:use-revolution-boun...@lists.runrev.com] On Behalf Of Sarah Reichelt
 Sent: Wednesday, April 28, 2010 12:59 AM
 To: How to use Revolution
 Subject: Re: Sockets
 
 On Wed, Apr 28, 2010 at 6:23 AM, Hershel Fisch hersh...@syp2u4c.com wrote:
 Hi, could any help me out with a full socket session ? Please!
 
 Check out either of my email libraries:
 http://www.troz.net/rev/stacks/POP_library_demo.rev
 http://www.troz.net/rev/stacks/SMTP_library_demo.rev
 
 They both use sockets to communicate to the relevant servers.
 
 Cheers,
 Sarah
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Sockets

2010-04-27 Thread Hershel Fisch
Hi, could any help me out with a full socket session ? Please!
Thanks, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: shell

2010-01-20 Thread Hershel Fisch
Thanks, but the link is dead.
Hershel


On 1/18/10 6:36 PM, Alex Tweedly a...@tweedly.net wrote:

 stephen barncard wrote:
 My info was taken from an old Nabble forum were Alex offered his stack. It
 doesn't seem to be on his site or Rev Online anymore - perhaps you could
 write him.
   
 They were on the old RevOnline (pre Rev 3.0). I had some problems
 getting stacks on the new RevOnline, but will try again soon.
 
 In the meantime, you can find them at
 
 http://www.tweedly.org/UDP echo server - released.rev
 http://www.tweedly.org/UDP echo client - released.rev
 
 (please do not look at anything else on that web site. under
 construction wouldn't even begin to describe it ...).
 
 -- Alex.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: shell

2010-01-18 Thread Hershel Fisch
Hi, after knocking my head against the wall I decided to try to go via
sockets, but I have some misunderstandings for unpredicted behavior, now my
questions if somebody could give a full statement example?
Thanks, Hershel


On 1/7/10 5:12 AM, Bernard Devlin bdrun...@gmail.com wrote:

 Hi Herschel,
 
 I am unfamiliar with Hylafax.  I don't think shell is going to cut
 it for your needs.  What you may need is open process, write to
 process and read from process.  Open process is kind of like
 opening a non-visible terminal, where the state of the program opened
 as a process persists throughout your read/write interactions with it.
 
 If you have a CLI client for hylafax for OS X  Windows, then you can
 use that as the process to open.  If the only CLI client you have for
 hylafax is on the server, then you will need to run remote sessions to
 the server.  On OS X you could try 'talking' to the remote hylafax
 client via ssh opened via open process.  If that works, you've got a
 start.  On Windows you would then have to use something like plink
 (part of the Putty suite of ssh programs for windows).
 
 A final option might be to use the Expect program locally to talk to
 the remote hylafax client.  I have never used Expect, but I imagine it
 would be more complex to use than open process + ssh.
 
 It's going to be convoluted, but it might work.
 
 Bernard
 
 On Wed, Jan 6, 2010 at 6:36 PM, Hershel Fisch hersh...@syp2u4c.com wrote:
 My server is FreeBSD or OSX, Client is OSX and Win.
 
 What is the problem with writing multiple arguments?  Do you mean
 multiple successive shell commands, or multiple arguments to one
 program?
 
 I want to write a GUI to connect to the server. Now I see in Rev, when a
 shell command is issued its sent and returns the prompt, if I need to
 respond to that prompt then it issues a different shell session and not a
 continuation of the previous one, e.g. I want to connect to a server or
 change user, put shell(su - userABC) it returns password that means that
 it wants a password to continue now where and who can I provide a password
 it should continue the current session? In terminal I just type it in and
 its done.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: shell

2010-01-18 Thread Hershel Fisch



On 1/18/10 3:13 PM, stephen barncard stephenrevoluti...@barncard.com
wrote:

 Alex Tweedly has a sample UDP (datagram) stack at Rev Online
Could you be a bit more precise please? Didn't find it.
Hershel
 -
 Stephen Barncard
 San Francisco
 http://houseofcubes.com/disco.irev
 
 
 2010/1/18 Hershel Fisch hersh...@syp2u4c.com
 
 Hi, after knocking my head against the wall I decided to try to go via
 sockets, but I have some misunderstandings for unpredicted behavior, now my
 questions if somebody could give a full statement example?
 Thanks, Hershel
 
 
 On 1/7/10 5:12 AM, Bernard Devlin bdrun...@gmail.com wrote:
 
 Hi Herschel,
 
 I am unfamiliar with Hylafax.  I don't think shell is going to cut
 it for your needs.  What you may need is open process, write to
 process and read from process.  Open process is kind of like
 opening a non-visible terminal, where the state of the program opened
 as a process persists throughout your read/write interactions with it.
 
 If you have a CLI client for hylafax for OS X  Windows, then you can
 use that as the process to open.  If the only CLI client you have for
 hylafax is on the server, then you will need to run remote sessions to
 the server.  On OS X you could try 'talking' to the remote hylafax
 client via ssh opened via open process.  If that works, you've got a
 start.  On Windows you would then have to use something like plink
 (part of the Putty suite of ssh programs for windows).
 
 A final option might be to use the Expect program locally to talk to
 the remote hylafax client.  I have never used Expect, but I imagine it
 would be more complex to use than open process + ssh.
 
 It's going to be convoluted, but it might work.
 
 Bernard
 
 On Wed, Jan 6, 2010 at 6:36 PM, Hershel Fisch hersh...@syp2u4c.com
 wrote:
 My server is FreeBSD or OSX, Client is OSX and Win.
 
 What is the problem with writing multiple arguments?  Do you mean
 multiple successive shell commands, or multiple arguments to one
 program?
 
 I want to write a GUI to connect to the server. Now I see in Rev, when a
 shell command is issued its sent and returns the prompt, if I need to
 respond to that prompt then it issues a different shell session and not
 a
 continuation of the previous one, e.g. I want to connect to a server or
 change user, put shell(su - userABC) it returns password that means
 that
 it wants a password to continue now where and who can I provide a
 password
 it should continue the current session? In terminal I just type it in
 and
 its done.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: BSD and HP9K700 standalones . . . ?

2010-01-17 Thread Hershel Fisch
Oo, oo, I'd really appreciate a bsd builder.
Thanks, Hershel


On 1/17/10 1:12 PM, J. Landman Gay jac...@hyperactivesw.com wrote:

 Richmond Mathewson wrote:
 
 Personally, I'm extremely 'turned on' by this bit:
 
 Nine popular UNIX/X11 platforms are also supported: Solaris SPARC,
 Solaris x86, DEC Alpha, SGI IRIS, HP-9000/700, IBM RS/6000, SCO ODT, BSD
 UNIX, Linux Intel, and LinuxPPC.
 
 most of those options have become Boojums with RunRev; i.e. they have
 softly and silently
 vanished away.
 
 which is an awful shame
 
 We need a show of hands of how many people actually would use those
 platforms. Last count, almost zero, except for Linux -- which is the
 variant the team chose to continue to support. The time and effort to
 produce engines optimized for each 'nix variant can't be justified by
 the tiny or non-existent number of people likely to use them. The 2.1
 engines were made for MetaCard by Dr. Raney. There were almost no takers
 for those platforms even back then, and now that Linux is the most
 popular, there are virtually none. Personally I'm very happy that the
 engineers are working on the engines that most people use.
 
 
 NOW . . . the big and burning question has to be . . . How many of the
 features implemented
 after RR 2.2.1 will function in builds made with 'Mortal Engines' ?
 
 Anything implemented in later engines will of course fail in older ones.
 I'm surprised you had to ask.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: BSD and HP9K700 standalones . . . ?

2010-01-17 Thread Hershel Fisch
On which version's will this work?
Hershel


On 1/17/10 11:32 AM, Richmond Mathewson richmondmathew...@gmail.com
wrote:

 Built Metacard 4 on my Ubuntu Box (P4, 1.42 GHZ, 512 MB, Ubuntu 8.04.3
 LTS) using
 J. Landman Gay's magic stack available at RevOnline.
 
 Downloaded the BSD and HP9K700 engines from
 
 http://www.hot.com.my/metacard/
 
 saved them in a subdirectory inside my MC 4 directory; expanded their
 contents (twice)
 into subdirectories labelled BSD and HP9K700 respectively
 
 made a goofy, trial stack (i.e. 1 card with 1 button) and built a BSD
 standalone -
 of course whether the thing works or not I am unable to tell . . .
 
 the stack was 170 bytes, the putative standalone 1.7 MB, so, obviously,
 something
 happened!
 
 
 
 HOWEVER; this circumvents any need to fossick out old versions of RunRev and
 chase old serial numbers. It also (seems) to avoid having to save stacks
 into legacy
 format.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Rev on kde

2010-01-14 Thread Hershel Fisch

 Why would you want to run a Windows standalone under WINE on Linux when
 it is perfectly possible to make a Linux standalone?

Its FreeBSD not Linux.
 
 Sorry for asking what seems to me a blazingly obvious question . . . but!
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Rev on kde

2010-01-14 Thread Hershel Fisch
Good thinking, I'll thry that.
Hershel


On 1/14/10 5:19 AM, Luis l...@anachreon.co.uk wrote:

 Hiya,
 
 Have you tried installing the Linux version of Rev on PC-BSD? I run
 the system, but not for development, and am wondering if the Linux
 compatibility layer may be a better option. Unless you're trying to
 do something else...
 
 Cheers,
 
 Luis.
 
 
 On 13 Jan 2010, at 21:27, Hershel Fisch wrote:
 
 Hi everybody, just wanted to let the group know (incase somebody
 would have
 some interest)  that I tried my stand alone (win) App on PC-BSD (a
 gui on
 freebsd)(KDE GUI for various platforms)  running in Wine, and runs
 very
 descent.
 Had one interesting behavior that 2 out of 4 DataGrids had a complete
 background, trying to figure out why.
 
 Hershel Fisch
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Rev on kde

2010-01-14 Thread Hershel Fisch

 Mac OS 68  (last 3 are for Mac systems 7 to 9)
 (Alternatively you could get hold of RunRev 2.0.1 - last free limited
 version - and, if your stack is
 fairly 'primitive' - i.e. doesn't use anything post 2.0.1 - use that to
 pump out a BSD standalone).
I still have a copy of it.
The question is if it will work with kde?
Or rather lets put it like this, Run Rev should put back the capebilities
for BSD (and kde).
 

 As an EFL teacher I love 'Compare and Contrast' exercises, here's one:
 
 Compare:
 
 Revolution is a leading software development solution for all major
 platforms, including Mac OS X, Windows, Linux and many more.
 
 [ http://web.archive.org/web/20021124092402/http://runrev.com/ ]
 
 with:
 
 Flexible platform creates applications that run on the Web, desktop or
 server, for the PC, Mac or Linux.
 
 [ http://www.runrev.com/products/the-rev-platform/overview/ ]
 
 No Cambridge Proficiency Certificates for spotting the difference there!
 
 Now the funny thing is that a few years ago there was a lot of talk
 about how RunRev were planning
 to reach out to an increasing number of platforms / Operating systems
 (I'm waiting for RISC OS);
 but what I see is quite the reverse.
 
 Probably a money thing . . .   :)
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Rev on kde

2010-01-13 Thread Hershel Fisch
Hi everybody, just wanted to let the group know (incase somebody would have
some interest)  that I tried my stand alone (win) App on PC-BSD (a gui on
freebsd)(KDE GUI for various platforms)  running in Wine, and runs very
descent. 
Had one interesting behavior that 2 out of 4 DataGrids had a complete
background, trying to figure out why.

Hershel Fisch

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: shell

2010-01-13 Thread Hershel Fisch
Thanks, I think this is what I'll try to do. I hope its going to work.
Hershel


On 1/7/10 5:12 AM, Bernard Devlin bdrun...@gmail.com wrote:

 Hi Herschel,
 
 I am unfamiliar with Hylafax.  I don't think shell is going to cut
 it for your needs.  What you may need is open process, write to
 process and read from process.  Open process is kind of like
 opening a non-visible terminal, where the state of the program opened
 as a process persists throughout your read/write interactions with it.
 
 If you have a CLI client for hylafax for OS X  Windows, then you can
 use that as the process to open.  If the only CLI client you have for
 hylafax is on the server, then you will need to run remote sessions to
 the server.  On OS X you could try 'talking' to the remote hylafax
 client via ssh opened via open process.  If that works, you've got a
 start.  On Windows you would then have to use something like plink
 (part of the Putty suite of ssh programs for windows).
 
 A final option might be to use the Expect program locally to talk to
 the remote hylafax client.  I have never used Expect, but I imagine it
 would be more complex to use than open process + ssh.
 
 It's going to be convoluted, but it might work.
 
 Bernard
 
 On Wed, Jan 6, 2010 at 6:36 PM, Hershel Fisch hersh...@syp2u4c.com wrote:
 My server is FreeBSD or OSX, Client is OSX and Win.
 
 What is the problem with writing multiple arguments?  Do you mean
 multiple successive shell commands, or multiple arguments to one
 program?
 
 I want to write a GUI to connect to the server. Now I see in Rev, when a
 shell command is issued its sent and returns the prompt, if I need to
 respond to that prompt then it issues a different shell session and not a
 continuation of the previous one, e.g. I want to connect to a server or
 change user, put shell(su - userABC) it returns password that means that
 it wants a password to continue now where and who can I provide a password
 it should continue the current session? In terminal I just type it in and
 its done.
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Opening a doc in a cd or fld

2010-01-13 Thread Hershel Fisch
Thanks, to all looks like it wouldn't work.
Hershel


On 1/5/10 9:11 AM, Bernard Devlin bdrun...@gmail.com wrote:

 The only way I can think this might be possible is with a revBrowser
 instance where IE or Safari has been configured to open the document
 inside the browser.  On Linux I've seen Firefox open OOO docs inside
 the browser window; on Windows I've seen Acrobat do the same thing
 with PDFs opening in the browser window.  I rarely use Windows or OS X
 these days, so I cannot say if Firefox works with OOO in a similar way
 on Windows.
 
 Of course, there is no revBrowser on Linux, so I can't test this.,
 
 Bernard
 
 On Wed, Dec 30, 2009 at 5:28 PM, Hershel Fisch hersh...@syp2u4c.com wrote:
 Hi, is there a way to open a document,doc, pages, pdf, xls and so on in a
 stack, card or fld?
 Thanks, Hershel
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: shell

2010-01-06 Thread Hershel Fisch
First of all thanks,


On 1/5/10 9:07 AM, Bernard Devlin bdrun...@gmail.com wrote:

 Hi Hershel,
 
 The way to work with remote shells is with rsh or ssh.  I'm assuming
 that your client platform is os x or linux, and your server platform
 is linux.
My server is FreeBSD or OSX, Client is OSX and Win.
 
 What is the problem with writing multiple arguments?  Do you mean
 multiple successive shell commands, or multiple arguments to one
 program?

I want to write a GUI to connect to the server. Now I see in Rev, when a
shell command is issued its sent and returns the prompt, if I need to
respond to that prompt then it issues a different shell session and not a
continuation of the previous one, e.g. I want to connect to a server or
change user, put shell(su - userABC) it returns password that means that
it wants a password to continue now where and who can I provide a password
it should continue the current session? In terminal I just type it in and
its done.
Now when I'll know how to do it in Rev, then I can develop the majority of
front end GUI's for server's, like the one I want to do now, a Hylafax+
admin and user client.

Thanks in advanced, Hershel
 
 Bernard
 
 On Wed, Dec 30, 2009 at 5:28 PM, Hershel Fisch hersh...@syp2u4c.com wrote:
 Hi, I¹d like to write an admin gui for hylafax+, any advise on how to issue
 remote shell commands?
 As well how to write multiple arguments via shell?
 Thanks, Hershel
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Opening a doc in a cd or fld

2009-12-31 Thread Hershel Fisch
Thanks, this opens it up In it own window, my question if I could open in a
rev stack?
Hershel


On 12/31/09 3:45 AM, Andre.Bisseret andre.bisse...@inria.fr wrote:

 Bonjour,
 Not sure I understand well what you want to do, but have a look at
 launch and launch document in the dictionnary
 
 one example there :
 launch document /myProjects/myRevolutionProject/help.pdf
 
 hope that help
 
 Best regards from Grenoble
 
 André
 
 
 Le 30 déc. 09 à 18:28, Hershel Fisch a écrit :
 
 Hi, is there a way to open a document,doc, pages, pdf, xls and so on
 in a
 stack, card or fld?
 Thanks, Hershel
 ___
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


shell

2009-12-30 Thread Hershel Fisch
Hi, I¹d like to write an admin gui for hylafax+, any advise on how to issue
remote shell commands?
As well how to write multiple arguments via shell?
Thanks, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Opening a doc in a cd or fld

2009-12-30 Thread Hershel Fisch
Hi, is there a way to open a document,doc, pages, pdf, xls and so on in a
stack, card or fld?
Thanks, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Printing faxing

2009-11-16 Thread Hershel Fisch
Hi and thanks,
to elaborate on my question, there are several programs that communicate
with the print dialog , 4 sight fax, the user opens a doc clicks print,
selects the 4SightFax printer, clicks print and the document opens up in the
4sightFax application, the user can repeat as desired for multiple doc's
then clicks the fax btn, a number dialog opens enters a number and off it
goes.
There is another application called fax center works a little different,
the user opens a doc goes down to the bottom clicks the pdf btn selects fax
center (all files are seen in the fax center app.as a lst) can repeat as
desired then clicks fax and the same zoom.(osx and single user only).
Mail pdf happens the same the doc opens in an email program.
So my question is how do I imitate the same thing with a rev standalone?
Now on win., there is no pdf as on the osx so it has to be done from a print
driver (or some other way unknown to me) to convert a file to a print format
to enable the stand alone to send it to the fax server.

Thanks a mill., Hershel
 


On 11/16/09 2:32 AM, Sarah Reichelt sarah.reich...@gmail.com wrote:

 On Mon, Nov 16, 2009 at 7:32 PM, Hershel Fisch hersh...@syp2u4c.com wrote:
 Hi every body, I have an urge to create a front end for hylafax+ Fax server,
 I¹d like to know from the print dialog how  to save a pdf to Rev on osx? Or
 from a generic print driver how or if there is a possibility to print to a
 Rev exe. File?
 
 You can use the printerOutput property to direct printing. On OS X,
 this allows you to print to a PDF.
 
 I don't understand your second question. A Rev exe file is an
 application. Printing to an exe wouldn't work and would not produce
 anything that could that could then be used.
 
 Cheers,
 Sarah
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Printing faxing

2009-11-15 Thread Hershel Fisch
Hi every body, I have an urge to create a front end for hylafax+ Fax server,
I¹d like to know from the print dialog how  to save a pdf to Rev on osx? Or
from a generic print driver how or if there is a possibility to print to a
Rev exe. File?
Thanks, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-18 Thread Hershel Fisch
Ok, thanks
Hershel


On 6/18/09 2:08 AM, Trevor DeVore li...@mangomultimedia.com wrote:

 On Jun 17, 2009, at 11:04 PM, Hershel Fisch wrote:
 
 Sorry was off track for a few days.
 
 So are you using your own editable field or the built-in editable
 The built-in. How do make my own editable fld?
 field? The built-in editable field traps CloseField and doesn't send
 it on.
 I'm sorry for not explaining it properly.
 Here is the scenario, created a dg, flds editable (enabled) I put a
 closeFieldEditor and there was an error in the script so the field
 stayed
 selected and the tab key didn't trigger or rather out cursor from the
 selected fld and by exiting the fld via mouse it didn't unselect the
 fld
 even the other fld got selected.
 
 Thanks for the additional info. That should be fixed in the version I
 linked to two days ago on this list.
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Getting Mutiple files

2009-06-18 Thread Hershel Fisch
Thanks to every one.
Hershel


On 6/17/09 6:57 PM, Phil Davis rev...@pdslabs.net wrote:

 Try this:
 
 function filesInFolder pTargetPath
if the platform = Win32 then
   replace / with \ in pTargetPath
   return shell(dir  quote  pTargetPath  quote  /B)
else return shell(ls  quote  pTargetPath  quote)
 end filesInFolder
  
 
 However, you can always do it the way others have suggested without
 causing any problems.
 
 
 Hershel Fisch wrote:
 Hi, how can I get a list of files in a folder (without changing the
 defaultFolder)?
 Thanks, Hershel
   


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Getting Mutiple files

2009-06-17 Thread Hershel Fisch
Hi, how can I get a list of files in a folder (without changing the
defaultFolder)?
Thanks, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-17 Thread Hershel Fisch
Sorry was off track for a few days.
 
 So are you using your own editable field or the built-in editable
The built-in. How do make my own editable fld?
 field? The built-in editable field traps CloseField and doesn't send
 it on.
I'm sorry for not explaining it properly.
Here is the scenario, created a dg, flds editable (enabled) I put a
closeFieldEditor and there was an error in the script so the field stayed
selected and the tab key didn't trigger or rather out cursor from the
selected fld and by exiting the fld via mouse it didn't unselect the fld
even the other fld got selected.

Thank, Hershel
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-14 Thread Hershel Fisch



 when I go to another fld which they work.
 
 So are you using your own editable field or the built-in editable
 field? The built-in editable field traps CloseField and doesn't send
 it on.
The build in editable flds and it traps, but if the code isn't correct then
it remains selected and I cant unselect it.=
Thanks, Hershel
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-11 Thread Hershel Fisch
Very good thanks, Hershel


On 6/10/09 5:29 PM, Josep jmye...@mac.com wrote:

 
 Hi,
 
 Try this.
 
 on mouseUp  
put the dgNumberOfLines of group dg_detalle into tFilas
 
if tFilas10 then
   put 0  tFilas+1 into tLinea
else
   put tFilas+1 into tLinea
end if
 
dispatch addLine to group dg_detalle with tLinea
dispatch ResetList to group dg_detalle
 end mouseUp
 
 I use this to add rows manually, I put the row line but you can change it,
 for each col put one tab.
 
 put col1 value  tab  col2 value  tab  col3 value into tLinea
 
 I hope help you.
 
 Salut,
 Josep


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-10 Thread Hershel Fisch
Hi, didn't get it, I have a dgTable, editable flds with e.g. CloseField in
the grp, if for some reason the closeFld didn't work meaning there is a
problem with the script then the doesn't close out it remain selected even
when I go to another fld which they work.

Also another question,
I have e.g. A dgTable of 5 lines, 3 have contents now the 4th line is not
editable how do I create another line?
also how do I bring up another line lets say the dg has 5 lines and all are
full, how do create and or bring up a 6th line and so froth?

Thanks a mill., Hershel



On 6/10/09 5:35 AM, Trevor DeVore li...@mangomultimedia.com wrote:

 On Jun 9, 2009, at 9:29 PM, Hershel Fisch wrote:
 
 Question, when something goes wrong with the closefield function
 then the
 fld that's selected doesn't close and looses functionality, how
 should this
 get back to normal?
 
 Did the editing field stick around? Select it by resting the cursor
 over the field and executing 'select the mouseControl' in the message
 box. Once it is selected just delete it.
 
 I didn't have the appropriate try/catch block around some of the code
 but I've fixed this so it won't happen in the next release.
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-09 Thread Hershel Fisch
Question, when something goes wrong with the closefield function then the
fld that's selected doesn't close and looses functionality, how should this
get back to normal?
Thanks, Hershel
 on closeFieldEditor pFieldEditor
  put the dgColumn of the target into tC
  
 end closeFieldEditor
 
 Regards,
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-05 Thread Hershel Fisch
Thanks a million, that's exactly what I needed.
Hershel


On 6/5/09 5:47 AM, Trevor DeVore li...@mangomultimedia.com wrote:

 On Jun 4, 2009, at 10:43 PM, Hershel Fisch wrote:
 
 Let me know if this helps.
 Yes but I have a bit difficulties understanding exactly how it works.
 
 I would write my script in the group and not in each and every column
 something like this..
 
 On closeFieldEditor pFieldEditor
  put pColumnName into tC
  revExecuteSQL databaseId, INSERT INTO tableName  tC  VALUE  \
  the text of pFieldEditor.
 End closeFieldEditor
 
 There is no pColumnName parameter but you can get the column that the
 target field is associated with using the dgColumn property.
 
 on closeFieldEditor pFieldEditor
  put the dgColumn of the target into tC
  
 end closeFieldEditor
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-04 Thread Hershel Fisch
Ok, thanks, 
I have a populated dg editEnabled now by changing the contents of a cell
(moving via tab key because by a mouse click it will give me a fld identity
when put a mouseUp in the dgGroup) I need to trigger a closeField to
activate a sql query to update the database.
Hershel


On 6/4/09 9:18 AM, Trevor DeVore li...@mangomultimedia.com wrote:

 On Jun 3, 2009, at 10:22 PM, Hershel Fisch wrote:
 
 Question, How do I achieve a fld identification e.g. Line 3 fld 4 or
 a name
 or whatever  via the tab key and then by leaving that particular fld
 triggering a closeField?
 
 Hi Hershel,
 
 I'm not sure I understand what information you need. Can you describe
 the entire process of what you want to have happen?
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Tab in datagrid

2009-06-04 Thread Hershel Fisch

 
 Let me know if this helps.
Yes but I have a bit difficulties understanding exactly how it works.

I would write my script in the group and not in each and every column
something like this..

On closeFieldEditor pFieldEditor
  put pColumnName into tC
  revExecuteSQL databaseId, INSERT INTO tableName  tC  VALUE  \
  the text of pFieldEditor.
End closeFieldEditor
 
 Regards,
Thanks, Hershel


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Tab in datagrid

2009-06-03 Thread Hershel Fisch
Hi, I feel a bit bad for everybody getting bombarded questions regarding
datagrid, 
But it is a very important feature and needs to be understood properly.
So I¹m sorry for it BUT we got to get it to work.
Question, How do I achieve a fld identification e.g. Line 3 fld 4 or a name
or whatever  via the tab key and then by leaving that particular fld
triggering a closeField?
Thanks, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Decorations

2009-05-22 Thread Hershel Fisch

Hi, I added a new subStack to this mainStack the decorations were set to
title,menue,minimize with two btn's, one to set it to
title,menue,minimize and two to set it to title,menue,minimize,close,
compiled it, opened up there was only one box, the close box disabled, then
when hitting btn 2 the close box got enabled btn 1 disabled it again.
Besides these btn's no scripts in the stack or card.
Thanks, Hershel 
 
 There are two things that will cause a titlebar to change: opening a
 stack in a style that doesn't support the original decorations, or a
 script that sets the decorations. I think you'll need to look over your
 stacks to see if either of these conditions apply.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Decorations

2009-05-22 Thread Hershel Fisch
typo


On 5/22/09 11:18 AM, J. Landman Gay jac...@hyperactivesw.com wrote:

 Hershel Fisch wrote:
 Hi, I added a new subStack to this mainStack the decorations were set to
 title,menue,minimize with two btn's, one to set it to
 title,menue,minimize and two to set it to title,menue,minimize,close,
 compiled it, opened up there was only one box, the close box disabled, then
 when hitting btn 2 the close box got enabled btn 1 disabled it again.
 
 Did you really spell it menue or is that a typo? It needs to be menu.


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Decorations

2009-05-21 Thread Hershel Fisch



On 5/20/09 10:02 PM, J. Landman Gay jac...@hyperactivesw.com wrote:

 Hershel Fisch wrote:
 
 Hi, the way my stack is set up, the MainStack which is the splash screen
 which has no title bar at all, all scripts are placed in that stack and then
 about 35 subStacks.
 
 What command do you use to open a substack?
Go to stack whatever
Thanks, Hershel


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Decorations

2009-05-20 Thread Hershel Fisch



On 5/20/09 10:07 AM, J. Landman Gay jac...@hyperactivesw.com wrote:

 Hershel Fisch wrote:
 Hi, all I¹m having a bit of a problem with the decorations on windows when
 building as a standalone
 The decorations are set to ³title,menu,minimize² or ³menu,minimize² and in
 fact it only has the close box and its disabled.
 
 What is the style of the stack? Some styles don't allow certain
 decoration settings.
The style of the stack is topLevel
 I did it with btn's to try it, works well in the IDE
But after building as a standalone even the btn's don't do it. Also I made a
new mainStack and it works fine I'm wondering?
 Does it work correctly in the IDE?
In the IDE it works fine,
 Do you have any scripts that set the decorations? You should only need to set
the 
 decorations once during development, since it's a permanent property of
 the stack.

Thanks, Hershel


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Decorations

2009-05-20 Thread Hershel Fisch



On 5/20/09 9:23 AM, Mark Schonewille m.schonewi...@economy-x-talk.com
wrote:

 
 Is there anything special about your stack, which might affect
 decorations? Perhaps you have the style set the modal? (Actually, I
 just tested it and if you set the stack style to modal, the menu title
 and minimise box don't appear at all, but there might be something
 similar affecting the decorations).
Hi, the way my stack is set up, the MainStack which is the splash screen
which has no title bar at all, all scripts are placed in that stack and then
about 35 subStacks.
Thanks, Hershel
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 http://economy-x-talk.com
 http://www.salery.biz
 Dutch forum: http://runrev.info/rrforum
 
 New: Snapper Screen Recorder 2.0.1
 Download at http://snapper.economy-x-talk.com
 
 On 20 mei 2009, at 03:40, Hershel Fisch wrote:
 
 Hi, all I¹m having a bit of a problem with the decorations on
 windows when
 building as a standalone
 The decorations are set to ³title,menu,minimize² or ³menu,minimize²
 and in
 fact it only has the close box and its disabled.
 All help would strongly appreciated.
 Thanks in advanced, Hershel
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Data grid

2009-05-19 Thread Hershel Fisch
I want to set the header names on the fly  it works on one and on one it
only works if I delete all the col names first and then the second time it
no longer works.
Thanks, Hershel


On 5/18/09 5:55 PM, Trevor DeVore li...@mangomultimedia.com wrote:

 On May 18, 2009, at 10:03 PM, Hershel Fisch wrote:
 
 Hi, what causes the names of the header to appear or not? Because in
 a few
 the names appear and a few not and the code is the same I'm wordering.
 
 There is no setting that affects whether individual headers show or
 not. Perhaps you have the label for those columns set to a space?
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Decorations

2009-05-19 Thread Hershel Fisch
Hi, all I¹m having a bit of a problem with the decorations on windows when
building as a standalone
The decorations are set to ³title,menu,minimize² or ³menu,minimize² and in
fact it only has the close box and its disabled.
All help would strongly appreciated.
Thanks in advanced, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Data grid

2009-05-18 Thread Hershel Fisch
Thanks, didn't get it.
After all done already, when I need data from col 1 row 2 how do I do that?
DgHilitedLine gives me the hilitedLine
put the dgDataOfLine doesn't display any thing.


Thanks, in advanced

On 5/18/09 8:02 AM, Trevor DeVore li...@mangomultimedia.com wrote:

 On May 17, 2009, at 7:49 PM, Hershel Fisch wrote:
 
 First of all Thanks, I realize that if the dgText is set when a
 columns
 visibility is set to false then I can NOT get the text of that cell or
 column, is that the way it supposed to be?
 In other words I have to..
 set the dgColumnIsVisible[column_name] of group lst_fld  to true
 Then set the dgText of group data grid

changed code
set the dgText [pFirstLineContainsHeaders] of group data grid

 set the dgColumnIsVisible[column_name] of group lst_fld  to false
 Other wise it doesn't pick up the text of that column or fld.
 
 When setting the dgText property you can pass in the columns that each
 item in your data should map to. You do this by making row 1 the
 column names and setting pFirstLineContainsHeaders to true:
 
 set the dgText [true] of group DataGrid to theTextWithColumnMappings
 
 By doing this you don't have to worry about the visible state of the
 column.
 
 http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagri
 d/lessons/3461-Data-Grid-API
 
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Data grid

2009-05-18 Thread Hershel Fisch
Hi, I really appreciate it looks like I got it.
Again thanks a million, Hershel


On 5/18/09 1:17 PM, Trevor DeVore li...@mangomultimedia.com wrote:

 On May 18, 2009, at 6:40 PM, Hershel Fisch wrote:
 
 Thanks, didn't get it.
 
 Do you mean you don't understand how dgText[pFirstLineContainsHeaders]
 works?
 
 After all done already, when I need data from col 1 row 2 how do I
 do that?
 DgHilitedLine gives me the hilitedLine
 put the dgDataOfLine doesn't display any thing.
 
 dgDataOfLine is an array so it won't display any text if you just 'put
 the dgDataOfLIne'. Put the dgDataOfLine into a variable and then
 access the keys of the array.
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Data grid

2009-05-18 Thread Hershel Fisch
Hi, what causes the names of the header to appear or not? Because in a few
the names appear and a few not and the code is the same I'm wordering.
Thanks, Hershel


On 5/18/09 4:51 PM, Hershel Fisch hersh...@syp2u4c.com wrote:

 Hi, I really appreciate it looks like I got it.
 Again thanks a million, Hershel
 
 
 On 5/18/09 1:17 PM, Trevor DeVore li...@mangomultimedia.com wrote:
 
 On May 18, 2009, at 6:40 PM, Hershel Fisch wrote:
 
 Thanks, didn't get it.
 
 Do you mean you don't understand how dgText[pFirstLineContainsHeaders]
 works?
 
 After all done already, when I need data from col 1 row 2 how do I
 do that?
 DgHilitedLine gives me the hilitedLine
 put the dgDataOfLine doesn't display any thing.
 
 dgDataOfLine is an array so it won't display any text if you just 'put
 the dgDataOfLIne'. Put the dgDataOfLine into a variable and then
 access the keys of the array.
 
 Regards,
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Data grid

2009-05-17 Thread Hershel Fisch
First of all Thanks, I realize that if the dgText is set when a columns
visibility is set to false then I can NOT get the text of that cell or
column, is that the way it supposed to be?
In other words I have to..
set the dgColumnIsVisible[column_name] of group lst_fld  to true
Then set the dgText of group data grid
set the dgColumnIsVisible[column_name] of group lst_fld  to false
Other wise it doesn't pick up the text of that column or fld.

Thanks, Hershel
 
 
 If you are using data grid table then you can toggle the visibility of
 each column but you can still get those column values using
 dgDataOfLine/dgDataOfIndex.
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Standalone

2009-05-17 Thread Hershel Fisch
Hi, I have a few questions re standalone.
1 when I compile on a windows for a mac it doesn¹t work on a mac 10.5.6
And the decorations don¹t work the way I set it up e.g. Title,  minimize
doesn¹t work its completely blocked out
And when I compile from a mac the the decorations are good only on the mac
side  and on windows not.
Thanks, Hershel
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Data grid

2009-05-15 Thread Hershel Fisch
Thanks, is there a way to have data in a row without showing or in a hidden
fld that I should be able to access?
Thanks, in advanced
Hershel


On 5/14/09 6:17 PM, Trevor DeVore li...@mangomultimedia.com wrote:

 On May 14, 2009, at 6:59 PM, Hershel Fisch wrote:
 
 Hi, first of all thanks to RunRev for the DG beautiful job done.
 But little comment a little not RunRev¹ish
 A bit complicated isn¹t it or maybe I don¹t know how to use it yet,
 maybe.
 A questions,
 I want to disable to sort, I did not check the sort btn and it doesn¹t
 disable the sorting
 
 See the lesson How Do I Customize or Disable Column Sorting in the
 manual. The button you are checking in the property inspector just
 changes the column that the data grid is being sorted by. It doesn't
 disable sorting for the entire data grid.
 
 http://revolution.screenstepslive.com/spaces/revolution_tools/manuals/datagri
 d/lessons/3780-How-Do-I-Customize-or-Disable-Column-Sorting-
 
 
 Regards,


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Datagrid data to text file

2009-05-15 Thread Hershel Fisch
I think you could
Put the dgText of group data grid into URL file:myFile.txt
Hershel


On 5/12/09 10:49 PM, Yves COPPE yvesco...@skynet.be wrote:

 Hello list,
 
 I want to export the data of a datagrid form to a text file (tab-tab-
 return text file)
 
 I've tried with the dgtext of group dataGrid 1 but the columns are
 not in the properly order
 
 So I try with the dgData of group dataGrid 1
 but it gives me an array data
 
 How can I convert this array data in a text ?
 
 (there are 4 columns in the datagrid and the number of rows is a
 variable)
 
 Thank you very much.
 
 
 Greetings.
 
 Yves COPPE
 yvesco...@skynet.be
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Where To Put Icons In Standalone?

2009-05-15 Thread Hershel Fisch

 
 I would put the image in the standalone splash stack. All of the
 other stacks in the project would be able to access it then. Another
 alternative would be to put it in a library stack that the splash
 screen stack starts using at launch time.
Does the same apply to an image?
E.g. Set the cursor to image id of imageAbc of stack images is this the
way? Or?
Hershel
 
 
 Devin
 
 Devin Asay
 Humanities Technology and Research Support Center
 Brigham Young University
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Data grid

2009-05-14 Thread Hershel Fisch
Hi, first of all thanks to RunRev for the DG beautiful job done.
But little comment a little not RunRev¹ish
A bit complicated isn¹t it or maybe I don¹t know how to use it yet, maybe.
A questions,
 I want to disable to sort, I did not check the sort btn and it doesn¹t
disable the sorting.
Thanks in advanced, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sqlite remotely

2008-12-05 Thread hershel fisch
On 12/4/08 4:31 PM, Kee Nethery [EMAIL PROTECTED] wrote:
Thanks, to all.
Hershel Fisch

 sqlite is is a sql database but it is not a multi-user database. Think
 of it as a local file on your hard drive (in fact that is what it is).
 If you want to use it remotely, you have to mount that hard drive
 remotely, open the sqlite file, and then read and write to it. While
 you are doing that, no one else can.
 
 If you want multiple people to read and write from the same sqlite
 database file, you will need to build an app that accepts requests
 from remote users and it and only it opens and reads and writes to
 that data file. That connecter server is not a standard part of
 sqlite. You would have to build it yourself.
 
 sqlite is great for applications that need local data storage. For
 example, most (if not all) of the Apple apps running on a Mac store
 all their data in sqlite data files. It's not a multi-user database.
 
 Kee Nethery
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sqlite remotely

2008-12-04 Thread hershel fisch
On 12/1/08 6:16 PM, william humphrey [EMAIL PROTECTED] wrote:

 Remotely? like multi-user on a server?
Even a single user.
And what's with multi? I understand that multi is not safe like its stated
on their website, but other then that?
Thanks, Hershel
 
 On Mon, Dec 1, 2008 at 10:16 PM, hershel fisch [EMAIL PROTECTED] wrote:
 
 Hi, how would be the appropriate way if there is, to work with SQLite
 remotely?
 Hershel Fisch
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Sqlite remotely

2008-12-01 Thread hershel fisch
Hi, how would be the appropriate way if there is, to work with SQLite
remotely?
Hershel Fisch

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sqlite select

2008-11-25 Thread hershel fisch
On 11/25/08 12:03 AM, Jan Schenkel [EMAIL PROTECTED] wrote:

Thanks, 
You know, was wondering with what to sweep a big house?
With a broom. LOL

 --- hershel fisch [EMAIL PROTECTED] wrote:
 Hi, how do I select all tables (table names) in
 a SQLite database?
 Thanks, Hershel
 
 
 How about using the 'revdb_TableNames' /
 'revDatabaseTableNames' function?
 ##
 put revDatabaseTableNames(theConnectionID) into
 theTableNames
 ##
 
 HTH,
 
 Jan Schenkel.
 
 Quartam Reports  PDF Library for Revolution
 http://www.quartam.com
 
 =
 As we grow older, we grow both wiser and more foolish at the same time.  (La
 Rochefoucauld)
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Sqlite select

2008-11-24 Thread hershel fisch
Hi, how do I select all tables (table names) in a SQLite database?
Thanks, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevOpenDatabase(tQuery)

2008-11-19 Thread hershel fisch
On 11/19/08 3:29 AM, Jan Schenkel [EMAIL PROTECTED] wrote:
I'm wondering because this works?

put revOpenDatabase (  pDbType ,  pHost  ,  pDbName  , 
pUserName  ,  pPassword ,) into tResult
 (with postgresql)?
Hershel


 --- hershel fisch [EMAIL PROTECTED] wrote:
 On 11/18/08 8:13 PM, hershel fisch
 [EMAIL PROTECTED] wrote:
 This is the correct syntax but doesn¹t work, if I
 spell it out then it does.
 
 Hi, what is the reason that this doesn't work
 Put revOpenDatabase(tQuery) into tResult
  Tquery contains (SQLite,/Applications/Revolution
  Enterprise/3.0.0-rc-3/test.db)
 
 The error stack x: execution error at line n/a
 () near revdberr,syntax
 error
 
 Thanks, Hershel
 
 
 
 That's just how xTalks work, you can't just toss all
 parameters into a single variable and hope that the
 command or function figures it out - unless said
 command or function is explicitly programmed to do so.
 
 Revolution can do a great many things, but not
 telepathic connections to the developers, I'm afraid.
 
 Jan Schenkel.
 
 Quartam Reports  PDF Library for Revolution
 http://www.quartam.com
 
 =
 As we grow older, we grow both wiser and more foolish at the same time.  (La
 Rochefoucauld)
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Scripts externally modified

2008-11-18 Thread hershel fisch
On 11/17/08 11:54 PM, Eric Chatonet [EMAIL PROTECTED]
wrote:

 Bonjour Herschel,
Thanks for your reply, but I'm wondering I edited a script in a btn and
while running it came up and after pressing the reload when I ran it again
it came up again?
Thanks in advanced, Hershel

 
 Le 18 nov. 08 à 01:07, Hershel Fisch a écrit :
 
 Hi, after a bit absence I'm back, thanks every body for your help.
 Starting to work with 3.0 I'm a bit puzzled and I'd appreciate some
 help.
 What does it mean when the scripts externally modified opens up?
 What
 causes it and who does it work? Also is there a way to use the old
 style
 script editor in 3.0?
 
 It means that a script has been modified somewhere else than in the
 script editor itself:
 For instance, it will happen if you use search/replace in Rev Find
 dialog, modify a script by script, etc.
 Then the script editor proposes to reload the script in its tab to
 take changes into account.
 AFAIK there is no possibility to use 2.9 editor in 3.0.
 
 Best regards from Paris,
 Eric Chatonet.
 
 Plugins and tutorials for Revolution: http://www.sosmartsoftware.com/
 Email: [EMAIL PROTECTED]/
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RevOpenDatabase(tQuery)

2008-11-18 Thread hershel fisch
Hi, what is the reason that this doesn't work
Put revOpenDatabase(tQuery) into tResult
Tquery contains SQLite,/Applications/Revolution
Enterprise/3.0.0-rc-3/test.db,,

The error stack x: execution error at line n/a () near revdberr,syntax
error

Thanks, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: RevOpenDatabase(tQuery)

2008-11-18 Thread hershel fisch
On 11/18/08 8:13 PM, hershel fisch [EMAIL PROTECTED] wrote:
This is the correct syntax but doesn¹t work, if I spell it out then it does.

 Hi, what is the reason that this doesn't work
 Put revOpenDatabase(tQuery) into tResult
 Tquery contains (SQLite,/Applications/Revolution
 Enterprise/3.0.0-rc-3/test.db)
 
 The error stack x: execution error at line n/a () near revdberr,syntax
 error
 
 Thanks, Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Scripts externally modified

2008-11-17 Thread Hershel Fisch
Hi, after a bit absence I'm back, thanks every body for your help.
Starting to work with 3.0 I'm a bit puzzled and I'd appreciate some help.
What does it mean when the scripts externally modified opens up? What
causes it and who does it work? Also is there a way to use the old style
script editor in 3.0?
Thanks in advanced, Hershel Fisch

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Error

2008-06-23 Thread Hershel Fisch
On 6/13/08 1:35 PM, Hershel Fisch [EMAIL PROTECTED] wrote:

 Hi, I'm wondering what could be that when I use a stack under remove
 development tools it triggers an error and other wise it does not. It
 happens on osx 10.3.9 from 2.9 and up only.
 Hershel
 

I think I got a bit further with the problem maybe it will it easier to
figure it out.

I got a recipe to be checked out

Create a New main stack, Put a new btn, in the btn put a script,
on mouseUp
  go to stack non existent
End mouseUp
And save the stack.
When clicking on the btn,
1) no error comes up,
2) when trying to edit the btn script, the following error comes up and
doesn't let edit the script.

 executing at 7:27:33 PM
TypeFunction: error in function handler
ObjectrevNewScriptEditor 1
Lineput seGetRuggedId(pObject) into tObject
HintseGetRuggedId

Trying to help, Hershel
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Error

2008-06-23 Thread Hershel Fisch
On 6/16/08 6:42 PM, Jan Schenkel [EMAIL PROTECTED] wrote:

 --- Hershel Fisch [EMAIL PROTECTED] wrote:
 On 6/13/08 2:51 PM, Mark Schonewille
 [EMAIL PROTECTED]
 wrote:
 
 What is the activity the stack is doing?
 Doing some SQL stuff.
 Hershel
 
 Are you using automated database queries on Rev 2.9?
 If so, have you tried opening the stacks in 2.8.1 and
 does it work properly there?
 Then you might have hit quality center item #6564.
 Hopefully this will be fixed shortly.
No, and I removed the database stuff and the same thing occurs.
 Hershel
 
 Jan Schenkel.
 
 Quartam Reports  PDF Library for Revolution
 http://www.quartam.com
 
 =
 As we grow older, we grow both wiser and more foolish at the same time.  (La
 Rochefoucauld)
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Error

2008-06-15 Thread Hershel Fisch
On 6/13/08 2:51 PM, Mark Schonewille [EMAIL PROTECTED]
wrote:

 Hi Hershel,
 
 I just did a test with exactly the configuration as you are using.
 Everything worked fine.
 
 What is the activity the stack is doing?
Doing some SQL stuff.
Hershel
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 http://economy-x-talk.com
 http://www.salery.biz
 
 Benefit from our inexpensive hosting services. See
 http://economy-x-talk.com/server.html
 for more info.
 
 On 13 jun 2008, at 20:36, Hershel Fisch wrote:
 
 On 6/13/08 1:45 PM, Mark Schonewille [EMAIL PROTECTED]
 
 wrote:
 
 Hi Hershel,
 
 Perhaps some libraries are unavailable in suspension mode? What's the
 error you get? Do you get it with one particular stack or with all
 On go to stack abc then stack opens up and does some activity, the
 error is
 go to stack abc with no detail info.
 Hershel
 stacks?
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Table fields

2008-06-15 Thread Hershel Fisch
On 6/13/08 2:27 PM, Éric Miclo [EMAIL PROTECTED] wrote:

 Hello,
 
 I'm afraid there is no answer to that question (or perhaps later).
 
 You can vote for bug #670 opened on 2003-09-18.
Yes I did, but I hope it will not take to long as it took already.
As matter of fact I see that the RR application uses tables in a few areas
I'm wondering why it is not implemented?
Hershel
 
 http://quality.runrev.com/qacenter/show_bug.cgi?id=670
 
 Best,
 
 ÉrIC
 
 Le 13 juin 08 à 19:22, Hershel Fisch a écrit :
 
 
 Hi, any body have any idea regarding true table fields, when it will
 be
 incorporated?
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 -- My NeXT computer will Be a Mac too! --
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Script sequence

2008-06-13 Thread Hershel Fisch
On 6/12/08 9:56 PM, Kay C Lan [EMAIL PROTECTED] wrote:

 On Fri, Jun 13, 2008 at 6:23 AM, Hershel Fisch [EMAIL PROTECTED] wrote:
 
 Hi, all I'm if it is possibel that the sequence doesn't always go in order?
 Meaning
 
 
 I may not understand your problem correctly, but part of the problem may be
 that you are trying to change the contents of your menu after it is already
 open and displayed.
 I don¹t see a problem with this..

on mouseDown
  put  fld  fi of card the short name of the target of stack drop_down 
return  return  Edit into  me
end mouseDown

It displays very good, the problem is when an item in the drop down is
selected to use as the label. According my understanding it should set the
label then continue with the script and in fact its the other way around.

 I don't know if Rev can do that. If possible, change
 your mouseDown handler to mouseEnter, I know this works as I use it all the
 time to update option button contents before I use them.
I need  to do a calculate upon the result of the selected option. And even
more then that is that when the label gets set it set very slow.
Thanks, Hershel
 
 
 
 on menuPick pWhich
  if pWhich = edit then
go to  card the short name of the target of stack drop_down
exit menuPick
  end if
  put the short name of me into tN
  wait for 1 millisec
As well the wait for 1 millisec I put in as above is it should display
nicely, it shouldn't look like some slow motion typing.
  --set the myText of fld tN to pWhich
  hDoCloseFld tN
 end menuPick
 
 
 Also, if you want to set myText of fld tN to pWhich, why not send it as a
 parameter?
I remember having some trouble with that. I just don't remember now exactly
what the problem was.
 
 hDoClosedFld tN,pWhich
 
 try this
 on mouseEnter
 put  fld  fi of card the short name of the target of stack drop_down 
 return  return  Edit into  me
 end mouseEnter

 
 try this also
 on hDoCloseFld tn,pWhich
 put pWhich into fld tN
 focus on fld tn
 send closeField to fld tn
 end hDoCloseFld

I have to try this

Thanks, a mill.
 
 HTH
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Table fields

2008-06-13 Thread Hershel Fisch
Hi, any body have any idea regarding true table fields, when it will be
incorporated?
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Error

2008-06-13 Thread Hershel Fisch
Hi, I'm wondering what could be that when I use a stack under remove
development tools it triggers an error and other wise it does not. It
happens on osx 10.3.9 from 2.9 and up only.
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Error

2008-06-13 Thread Hershel Fisch
On 6/13/08 1:45 PM, Mark Schonewille [EMAIL PROTECTED]
wrote:

 Hi Hershel,
 
 Perhaps some libraries are unavailable in suspension mode? What's the
 error you get? Do you get it with one particular stack or with all
On go to stack abc then stack opens up and does some activity, the error is
go to stack abc with no detail info.
Hershel
 stacks?
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 http://economy-x-talk.com
 http://www.salery.biz
 
 Benefit from our inexpensive hosting services. See
 http://economy-x-talk.com/server.html
 for more info.
 
 On 13 jun 2008, at 19:35, Hershel Fisch wrote:
 
 Hi, I'm wondering what could be that when I use a stack under remove
 development tools it triggers an error and other wise it does not. It
 happens on osx 10.3.9 from 2.9 and up only.
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Script sequence

2008-06-12 Thread Hershel Fisch
Hi, all I'm if it is possibel that the sequence doesn't always go in order?
Meaning e.g.
In a menu if I put a script as below the label doesn't get set till the
whole script isn't finished. I would understand that first the label should
get its text and then the script should continue.
Another instance, I have a stack with fields that gets filled with data from
a database (repeat put) (with an preOpenCard) and in the first field there
is an onOpenField to a popUp button which pops before the fields get
filled, only after I continue with the popUp button then the fields fill up.
Also very interesting is that when I go from one stack to this smaller stack
With the fields filling up, the popUp, pops at Loc (put loc of me into tL)
is according the starting stack and not the target stack.
 Very interesting.
Thank in advanced

on menuPick pWhich
  if pWhich = edit then
go to  card the short name of the target of stack drop_down
exit menuPick
  end if
  put the short name of me into tN
  wait for 1 millisec
  --set the myText of fld tN to pWhich
  hDoCloseFld tN
end menuPick

on mouseDown
  put  fld  fi of card the short name of the target of stack drop_down 
return  return  Edit into  me
end mouseDown


on hDoCloseFld tn
  put the label of btn tN into fld tN
  focus on fld tn
  send closeField to fld tn
end hDoCloseFld


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Front window

2008-05-08 Thread Hershel Fisch
Hi all, a little scenario, I have a window when clicking in its table fld
another window opens with a on openStack script in it which puts in a query
in its flds. The first fld has a on openField script in it and it triggers
before the window is visible meaning that the previous window where I'm
clicking is still showing(I understand that the second window is already the
active one) how do I make sure that before the new window is full visible on
the screen it should not trigger the openField message?
Thanks, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Continues flds

2008-05-08 Thread Hershel Fisch
On 5/8/08 12:45 AM, Jim Ault [EMAIL PROTECTED] wrote:

 Ah, you mean 'text flow' or 'story flow' like they do in Quark.  That is a
 specialty feature that word processors and layout programs use,
Good, that¹s exactly what I would love to do, but Quark doesn't do it in the
language I want and the way I want. Well I don't need it a sophisticated as
Quark,(maybe yes who knows) but to some extent. And mainly for text only.
And by the way what would be the max file size in RR?
Hershel
 just like text wrap.  You could build it in Rev using the formattedHeight,
 formattedWidth.  It will get tricky if you want to allow multiple font
 specs, such as bold, font face, etc.
 
 More than I would want to tackle.
 
 Jim Ault
 Las Vegas
 
 
 On 5/7/08 11:35 PM, Hershel Fisch [EMAIL PROTECTED] wrote:
 
 On 5/7/08 7:50 PM, Joe Lewis Wilkins [EMAIL PROTECTED] wrote:
 
 Hershel,
 
 Maybe I'm kind of dense, but saying page layout just doesn't tell me
 much. Sorry for being so insistent; maybe if I knew the objective of
 your program it might. Perhaps you've mentioned that earlier and I
 just missed picking up on it.
 If you change the field size then the text should automatically reorganize
 and it should carry on to the next page or previous or vise versa.
 Hershel
 
 Joe Wilkins
 
 On May 7, 2008, at 6:12 PM, Hershel Fisch wrote:
 
 On 5/7/08 5:10 PM, Joe Lewis Wilkins [EMAIL PROTECTED] wrote:
 
 Hi Hershel,
 For page layout.
 Thanks, Hershel
 
 I've been catching your postings for the past day or so, and I'm
 wondering: why are you not merely using a scrolling text field to
 hold
 all of this text? The only reason that I could think of for your
 needing to separate it into a series of pages would  be if it is to
 be associated with some art work that would be associated with that
 text. Is that the case? If so, what you are proposing is not
 difficult
 unless the text is subject to change. I believe your problem must be
 more complicated than you have presented to the list. What are you
 trying to do? In Rev there are so very many ways to skin any cat that
 it is difficult to suggest solutions without truly understanding the
 underlying objective(s).
 
 HTH,
 
 Joe Wilkins
 
 On May 7, 2008, at 3:53 PM, Hershel Fisch wrote:
 
 I'm trying to have text in a field and in the next page (like a
 book) or
 card it should start where the previous page left off.
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 Joe Lewis Wilkins
 [EMAIL PROTECTED]
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 Joe Lewis Wilkins
 [EMAIL PROTECTED]
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: OT - Contact manager in Rev or ??

2008-05-08 Thread Hershel Fisch
On 5/8/08 12:04 PM, Ken Ray [EMAIL PROTECTED] wrote:
I'm working on one too.
Hershel

 
 Does anybody know of a contact manager that has bee written in Rev?  If not,
 can anybody recommend a contact manager that is preferably cross platform,
 and
 the data is shared.  I've seen a few web based solutions but none crank my
 handle.
 
 Bob, I know Hugh Senior's been working on one recently, and I've seen a
 couple of builds and it looks pretty cool... why don't you send him an email
 and he can go over it with you?
 
 
 Ken Ray
 Sons of Thunder Software, Inc.
 Email: [EMAIL PROTECTED]
 Web Site: http://www.sonsothunder.com/
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Continues flds

2008-05-07 Thread Hershel Fisch
I'm trying to have text in a field and in the next page (like a book) or
card it should start where the previous page left off.
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Stopping a Process

2008-05-07 Thread Hershel Fisch
On 5/6/08 6:37 PM, Mark Smith [EMAIL PROTECTED] wrote:

 
 on someFunction
   repeat until jobDone
 if sStopLoop then exit repeat
 doStuff...
 wait 0 millisecs with messages -- need this to allow rev to
What is this with massages? I'm trying to figure it out for the longest
time.
Hershel
 respond to button clicks
   end repeat
   cleanUpStuff...
 end someFunction
 

 
 Mark
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Continues flds

2008-05-07 Thread Hershel Fisch
On 5/7/08 5:10 PM, Joe Lewis Wilkins [EMAIL PROTECTED] wrote:

 Hi Hershel,
For page layout.
Thanks, Hershel
 
 I've been catching your postings for the past day or so, and I'm
 wondering: why are you not merely using a scrolling text field to hold
 all of this text? The only reason that I could think of for your
 needing to separate it into a series of pages would  be if it is to
 be associated with some art work that would be associated with that
 text. Is that the case? If so, what you are proposing is not difficult
 unless the text is subject to change. I believe your problem must be
 more complicated than you have presented to the list. What are you
 trying to do? In Rev there are so very many ways to skin any cat that
 it is difficult to suggest solutions without truly understanding the
 underlying objective(s).
 
 HTH,
 
 Joe Wilkins
 
 On May 7, 2008, at 3:53 PM, Hershel Fisch wrote:
 
 I'm trying to have text in a field and in the next page (like a
 book) or
 card it should start where the previous page left off.
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 Joe Lewis Wilkins
 [EMAIL PROTECTED]
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Tabel field

2008-05-07 Thread Hershel Fisch
Hi, does any body know how the table fld works on the application browser
stack ?
Thanks, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Continues flds

2008-05-07 Thread Hershel Fisch
On 5/7/08 7:50 PM, Joe Lewis Wilkins [EMAIL PROTECTED] wrote:

 Hershel,
 
 Maybe I'm kind of dense, but saying page layout just doesn't tell me
 much. Sorry for being so insistent; maybe if I knew the objective of
 your program it might. Perhaps you've mentioned that earlier and I
 just missed picking up on it.
If you change the field size then the text should automatically reorganize
and it should carry on to the next page or previous or vise versa.
Hershel
 
 Joe Wilkins
 
 On May 7, 2008, at 6:12 PM, Hershel Fisch wrote:
 
 On 5/7/08 5:10 PM, Joe Lewis Wilkins [EMAIL PROTECTED] wrote:
 
 Hi Hershel,
 For page layout.
 Thanks, Hershel
 
 I've been catching your postings for the past day or so, and I'm
 wondering: why are you not merely using a scrolling text field to
 hold
 all of this text? The only reason that I could think of for your
 needing to separate it into a series of pages would  be if it is to
 be associated with some art work that would be associated with that
 text. Is that the case? If so, what you are proposing is not
 difficult
 unless the text is subject to change. I believe your problem must be
 more complicated than you have presented to the list. What are you
 trying to do? In Rev there are so very many ways to skin any cat that
 it is difficult to suggest solutions without truly understanding the
 underlying objective(s).
 
 HTH,
 
 Joe Wilkins
 
 On May 7, 2008, at 3:53 PM, Hershel Fisch wrote:
 
 I'm trying to have text in a field and in the next page (like a
 book) or
 card it should start where the previous page left off.
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 Joe Lewis Wilkins
 [EMAIL PROTECTED]
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 Joe Lewis Wilkins
 [EMAIL PROTECTED]
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Continues flds

2008-05-06 Thread Hershel Fisch
Hi, there was a discussion regarding a single fld continuing on multiple
cards, can somebody recall exactly the topic?
Thanks, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Interesting error [got it and is major bug]

2008-04-09 Thread Hershel Fisch
On 4/8/08 3:07 AM, Bill Marriott [EMAIL PROTECTED] wrote:
I'll make an effort
Hershel
 Hershel,
 
 I'm not sure I follow exactly, but it sounds serious. If you have found a
 problem in 2.9, please
 
 1) Reduce it to the minimal steps necessary to show the problem (a
 recipe). This will help confirm it's a bug and not a subtle condition in
 your specific stack
 2) Please file a report in the Rev Quality Control Center (after checking to
 see whether it has been reported already).
 
 http://quality.runrev.com
 
 The developers do not regularly follow use-list discussions.
 
 - Bill
 
 Hershel Fisch [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 On 4/6/08 6:58 PM, Paul Gabel
 [EMAIL PROTECTED] wrote:
 I don¹t, maybe somebody knows better on how to avoid it but I think it is a
 major problem. There is a mouseUp message 'go to stack abc' in a btn in
 one stack pointing to another stack abc, in stack abc there is a table
 fld with a mouseUp message, that gets triggered when the mouseUp btn is
 clicked in the previous stack. In other words it does not differentiate the
 mouse click from where it comes meaning from which stack or card it was
 triggered. This is only in 2.9, in 2.8.1 its good, with out any problem.
 Hershel
 
 Hi Hershel:
 
 Look to the error that occurred and is listed in the error window just
 before the error in statement error. That's usually the one that's
 really causing the problem.
 
 Paul Gabel
 --
 On Apr 6, 2008, at 4:13 PM, Hershel Fisch wrote:
 
 On 4/2/08 7:04 PM, Hershel Fisch [EMAIL PROTECTED]
 wrote:
 
 Let me recap, I have an interesting error,
 
 executing at 6:08:50 PM
 TypeHandler: error in statement
 ObjectContact List
 Linego to stack contact list
 HintmouseUp
 
 On mouseUp it goes to the stack, then the above error comes up. Also
 the
 openStack message does not trap?
 Hershel
 
 Hi all, I have an interesting situation, my stack when its in brows
 mode it
 runs fine but when I suspend the development tools it throws an
 error and an
 interesting one go to stack and only on one stack, ho do I go
 about it?
 
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


trap a scrollbar drag

2008-04-09 Thread Hershel Fisch
Hi, how can I trap a scrollbar drag, meaning it should not brag only on a
certain times?
Thanks, Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Interesting error

2008-04-07 Thread Hershel Fisch
On 4/6/08 6:58 PM, Paul Gabel [EMAIL PROTECTED] wrote:

 Hi Hershel:
 
 Look to the error that occurred and is listed in the error window just
 before the error in statement error. That's usually the one that's
 really causing the problem.
 
 Paul Gabel

That¹s exactly the problem, what could be wrong with 'go to stack abc' if
there is a stack that¹s called abc
Thanks, Hershel
 --
 On Apr 6, 2008, at 4:13 PM, Hershel Fisch wrote:
 
 On 4/2/08 7:04 PM, Hershel Fisch [EMAIL PROTECTED] wrote:
 
 Let me recap, I have an interesting error,
 
 executing at 6:08:50 PM
 TypeHandler: error in statement
 ObjectContact List
 Linego to stack contact list
 HintmouseUp
 
 On mouseUp it goes to the stack, then the above error comes up. Also
 the
 openStack message does not trap?
 Hershel
 
 Hi all, I have an interesting situation, my stack when its in brows
 mode it
 runs fine but when I suspend the development tools it throws an
 error and an
 interesting one go to stack and only on one stack, ho do I go
 about it?
 
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Interesting error [got it and is major bug]

2008-04-07 Thread Hershel Fisch
On 4/6/08 6:58 PM, Paul Gabel [EMAIL PROTECTED] wrote:
I don¹t, maybe somebody knows better on how to avoid it but I think it is a
major problem. There is a mouseUp message 'go to stack abc' in a btn in
one stack pointing to another stack abc, in stack abc there is a table
fld with a mouseUp message, that gets triggered when the mouseUp btn is
clicked in the previous stack. In other words it does not differentiate the
mouse click from where it comes meaning from which stack or card it was
triggered. This is only in 2.9, in 2.8.1 its good, with out any problem.
Hershel

 Hi Hershel:
 
 Look to the error that occurred and is listed in the error window just
 before the error in statement error. That's usually the one that's
 really causing the problem.
 
 Paul Gabel
 --
 On Apr 6, 2008, at 4:13 PM, Hershel Fisch wrote:
 
 On 4/2/08 7:04 PM, Hershel Fisch [EMAIL PROTECTED] wrote:
 
 Let me recap, I have an interesting error,
 
 executing at 6:08:50 PM
 TypeHandler: error in statement
 ObjectContact List
 Linego to stack contact list
 HintmouseUp
 
 On mouseUp it goes to the stack, then the above error comes up. Also
 the
 openStack message does not trap?
 Hershel
 
 Hi all, I have an interesting situation, my stack when its in brows
 mode it
 runs fine but when I suspend the development tools it throws an
 error and an
 interesting one go to stack and only on one stack, ho do I go
 about it?
 
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Interesting error

2008-04-06 Thread Hershel Fisch
On 4/2/08 7:04 PM, Hershel Fisch [EMAIL PROTECTED] wrote:

Let me recap, I have an interesting error,

 executing at 6:08:50 PM
TypeHandler: error in statement
ObjectContact List
Linego to stack contact list
HintmouseUp

On mouseUp it goes to the stack, then the above error comes up. Also the
openStack message does not trap?
Hershel

 Hi all, I have an interesting situation, my stack when its in brows mode it
 runs fine but when I suspend the development tools it throws an error and an
 interesting one go to stack and only on one stack, ho do I go about it?
 
 Hershel
 
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Block comment 2.9

2008-04-06 Thread Hershel Fisch
Did some body check out the block comment and colorization?
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Interesting situation

2008-04-02 Thread Hershel Fisch
Hi all, I have an interesting situation, my stack when its in brows mode it
runs fine but when I suspend the development tools it throws an error and an
interesting one go to stack and only on one stack, ho do I go about it?

Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Tab in list or table flds

2008-03-18 Thread Hershel Fisch
Tab in list or table fields ?, somebody check it out please
2.9+ osx 10.3.9
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: .9 b5

2008-03-13 Thread Hershel Fisch
On 3/12/08 3:00 PM, Richard Gaskin [EMAIL PROTECTED] wrote:

 Hershel Fisch wrote:
 Sorry may somebody  zilla this.
 In .9 b5 in a table field the tab key wouldn't work if the fld was activated
 via focus on command, only when activated with the mouse Click
 
 http://quality.runrev.com/qacenter/
 
 Since this forum isn't reviewed for bug reports, it's infinitely more
 useful to post it there.
I wish I'd be able to do properly.
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


.9 b5

2008-03-12 Thread Hershel Fisch
Sorry may somebody  zilla this.
In .9 b5 in a table field the tab key wouldn't work if the fld was activated
via focus on command, only when activated with the mouse Click
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


No to flair

2008-03-06 Thread Hershel Fisch
Ho do I put on the quality report some thing?
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: No to flair

2008-03-06 Thread Hershel Fisch
On 3/6/08 5:28 PM, J. Landman Gay [EMAIL PROTECTED] wrote:
But maybe somebody did it already.
Hershel

 Hershel Fisch wrote:
 Ho do I put on the quality report some thing?
 
 I'm not sure what you want to do, but if you want to enter a new bug
 report, go here: http://quality.runrev.com/. Click on create new
 report and fill out the form.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: 2.9 b4

2008-02-21 Thread Hershel Fisch
On 2/20/08 10:36 PM, J. Landman Gay [EMAIL PROTECTED] wrote:

 Hershel Fisch wrote:
 On 2/20/08 4:59 PM, J. Landman Gay [EMAIL PROTECTED] wrote:
 
 Hershel Fisch wrote:
 
 Yes, I'm sorry about that I do understand but actualy now found out that
 there is another list to post on
 And by the way, J, didn't you put yours as well?
 Yes, but on second thought I probably shouldn't have.
 Well that's why on third thought I apologized :-)
 
 All we need is a fourth and we can play bridge. :)

LOL

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: 2.9 b4

2008-02-20 Thread Hershel Fisch
On 2/20/08 12:53 AM, J. Landman Gay [EMAIL PROTECTED] wrote:

 Stephen Barncard wrote:
 With all due respect to your attempt to report, I'm wondering how much
 2.9 beta bugs should be discussed on the USE-REV list rather than the
 more closed IMPROVE REV list, or reports to Quality control. I'd hate to
 see prospective new Rev users get turned off by comments here. And
 non-beta testers might feel left out with the features they can't use
 yet. Comments, headquarters? Heather? Lynn? Jacque?
 
 I wondered the same thing myself, and almost didn't reply to the
 original post. You are right, the details of 2.9 are supposed to be
 limited to the improve list, or logged into the QCC.
Yes, I'm sorry about that I do understand but actualy now found out that
there is another list to post on
And by the way, J, didn't you put yours as well?
Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: 2.9 b4

2008-02-20 Thread Hershel Fisch
On 2/20/08 4:59 PM, J. Landman Gay [EMAIL PROTECTED] wrote:

 Hershel Fisch wrote:
 
 Yes, I'm sorry about that I do understand but actualy now found out that
 there is another list to post on
 And by the way, J, didn't you put yours as well?
 
 Yes, but on second thought I probably shouldn't have.
Well that's why on third thought I apologized :-)

Hershel

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


  1   2   3   4   5   >