question about foregroundColor setting

2004-01-04 Thread Doug Lerner
I have the following statement in my handler: set the foregroundColor of the last line of field "chatField" to msgColor If I manually set the variable msgColor beforehand to "#00" it works fine. But if I take the value of msgColor from an array element (I think this is what is causing the pr

Re: linefeed question

2004-01-04 Thread Doug Lerner
On 1/4/04 3:47 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Saturday, January 3, 2004, at 11:36 PM, Doug Lerner wrote: > >> I bet that is it. But I wonder why it would be there. I am doing a read >> until CRLF... > > Though the Revolution CR is

Re: linefeed question

2004-01-03 Thread Doug Lerner
Chipp > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of Doug Lerner >> Sent: Saturday, January 03, 2004 11:15 PM >> To: How to use Revolution >> Subject: linefeed question >> >> >> A Windows user

Re: linefeed question

2004-01-03 Thread Doug Lerner
I've not specified an encoding, so whatever the default is. doug On 1/4/04 2:54 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Saturday, January 3, 2004, at 10:14 PM, Doug Lerner wrote: > >> A Windows user says he is seeing a "strange character&quo

Stack sizes and menus

2004-01-03 Thread Doug Lerner
Do you people find that the stack size in Windows apps are hard to predict when menu groups are in place? I am using OS X for development. When there are no menus in a stack the size seems correct in Windows, but when there is a menu, weird things happen like a lot of extra space above the menu in

Severe stack size problems in Windows build when menus are present

2004-01-03 Thread Doug Lerner
menu at the bottom, essentially. If I remove the menu from the substack it sizes ok. Any ideas about what might be happening? Thanks, Doug Lerner, Tokyo ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use

Issues with stack rectangle settings?

2004-01-03 Thread Doug Lerner
I have this one substack that just *never* seems to open where I want or with the size I want. All the other substacks do. Just not this one. It is driving me crazy. Finally, what I did was position it where I want and did a put the rectangle of stack "myStack" then grab the results and put a s

Re: A message for data waiting at a socket?

2004-01-03 Thread Doug Lerner
On 1/4/04 1:53 AM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Saturday, January 3, 2004, at 07:27 AM, Doug Lerner wrote: > >> Never mind my last message - I did get it to "push" according to your >> suggestion. > > But I don't see h

Re: Can't see my substack anymore...?

2004-01-03 Thread Doug Lerner
this by issuing a rectangle command. Is that normal? Thanks, doug On 1/3/04 7:47 PM, "Chipp Walters" <[EMAIL PROTECTED]> wrote: > did you check the loc of the stack? Perhaps it's offscreen. > >> -Original Message- >> From: [EMAIL PROTECTED] >

Can't see my substack anymore...?

2004-01-03 Thread Doug Lerner
put the openStacks shows that the stack is open. The stack inspector says the size is a reasonable size. The visible flag is fine. But I can't see my stack anywhere. Any ideas as to how I can find it?! Thanks, doug p.s. If I click on the "metallic" checkbox Revolution quits with an error. _

button references?

2004-01-03 Thread Doug Lerner
If I find myself referencing something like the following a lot: button "a" of card "mainCard" of stack "thisOtherStack" is there a shorter way of referencing this? By the by, when editing scripts sometimes the title bar reads something like Script Editor - card "mainCard" of stack "thisStack"

close card vs close stack

2004-01-03 Thread Doug Lerner
If there is only one card in a stack, does close card close the stack? If so, is there an advantage to doing one over the other? Thanks, Doug Lerner, Tokyo ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use

spontaneously resizing stacks

2004-01-03 Thread Doug Lerner
89. But when I open it by clicking a button on the main stack the substack opens with a height of 89. Any idea why and how to prevent it? Thanks, Doug Lerner, Tokyo ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: A message for data waiting at a socket?

2004-01-02 Thread Doug Lerner
On 1/3/04 2:54 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Friday, January 2, 2004, at 10:45 PM, Doug Lerner wrote: > >>> Uh, what OS are you using? >>> >> >> I am developing using Mac OS X, but this must end up being a >> cr

Re: A message for data waiting at a socket?

2004-01-02 Thread Doug Lerner
On 1/3/04 2:49 PM, "Phil Davis" <[EMAIL PROTECTED]> wrote: > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Behalf Of Doug Lerner >> Sent: Friday, January 02, 2004 7:41 PM >> To: How to use Revolution >&

Re: A message for data waiting at a socket?

2004-01-02 Thread Doug Lerner
On 1/3/04 2:40 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Friday, January 2, 2004, at 10:34 PM, Doug Lerner wrote: > >> But... what happens if no data is present? Wouldn't it cause a >> cpu-intensive-slowing-down loop like: >> >&

Re: A message for data waiting at a socket?

2004-01-02 Thread Doug Lerner
On 1/3/04 2:26 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Friday, January 2, 2004, at 10:00 PM, Doug Lerner wrote: > >> Neither one seems to have anything to do with the push of data from the >> other side, does it? I mean, in both cases you still ha

Re: A message for data waiting at a socket?

2004-01-02 Thread Doug Lerner
On 1/3/04 1:05 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Friday, January 2, 2004, at 08:40 PM, Doug Lerner wrote: > >> Wouldn't that just signal a message when reading data from the socket >> is >> complete? > > Yes, but this one

Re: A message for data waiting at a socket?

2004-01-02 Thread Doug Lerner
On 1/3/04 12:14 PM, "Dar Scott" <[EMAIL PROTECTED]> wrote: > > On Friday, January 2, 2004, at 07:43 PM, Doug Lerner wrote: > >> I am currently polling an open socket to check for data, or checking >> for >> data immediately after writing to the socket

A message for data waiting at a socket?

2004-01-02 Thread Doug Lerner
message, like socketDataWaiting, or something like that? Thanks, Doug Lerner, Tokyo ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

<    1   2   3   4