Re: focus border color

2010-09-06 Thread Monte Goulding
Cheers, thanks On 06/09/2010, at 9:50 AM, Terry Judd wrote: > Based on the colors in the Apple Developer palette it seems to be 67,138,208 > > Terry... > > > On 6/09/10 9:46 AM, "Monte Goulding" wrote: > >> Ah, anyone know the RGB values for that OS X fo

Re: focus border color

2010-09-05 Thread Terry Judd
Based on the colors in the Apple Developer palette it seems to be 67,138,208 Terry... On 6/09/10 9:46 AM, "Monte Goulding" wrote: > Ah, anyone know the RGB values for that OS X focus border then? > > On 06/09/2010, at 9:35 AM, Terry Judd wrote: > >> It looks like

Re: focus border color

2010-09-05 Thread Monte Goulding
Ah, anyone know the RGB values for that OS X focus border then? On 06/09/2010, at 9:35 AM, Terry Judd wrote: > It looks like focusColor is broken on OSX at least as setting it either at > the stack or object level has no effect. I always get the standard bluish > color irrespective of w

Re: focus border color

2010-09-05 Thread Terry Judd
On 6/09/10 8:58 AM, "Monte Goulding" wrote: > Hi > > the effective focusColor is returning black when I can see that it's a bluish > color > > Any way to find the focus border color? > > Cheers > > Monte___

focus border color

2010-09-05 Thread Monte Goulding
Hi the effective focusColor is returning black when I can see that it's a bluish color Any way to find the focus border color? Cheers Monte___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subs

Re: Datagrid lost focus to next cell

2010-06-22 Thread Trevor DeVore
On Jun 21, 2010, at 5:48 PM, JosepM wrote: So in the "EditValue" left only one? command EditValue if there is a field 1 of me then EditFieldText the long id of field 1 of me, the dgIndex of me, the dgColumn of me EditFieldText the long id of field 1 of me, the dgIndex of m

Re: Datagrid lost focus to next cell

2010-06-21 Thread JosepM
e end if end EditValue Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Datagrid-lost-focus-to-next-cell-inside-a-group-tp2260851p2263341.html Sent from the Revolution - User mailing list archive at

Re: Datagrid lost focus to next cell

2010-06-21 Thread Trevor DeVore
On Jun 18, 2010, at 7:32 PM, JosepM wrote: I have a datagrid inside a group. I add a row and doubleclick to edit the cell value, and pressing tab key jump to the next cell. But If I fill some value and press tab, the next cell is edit but lost the focus and the datagrid still in edit mode

Re: Datagrid lost focus to next cell

2010-06-19 Thread zryip theSlug
You're welcome ;) In fact the last step is cosmetic. 8-) Because your Data Grid losts the focus, and the "dim on focusOut" property is set to true, the selected row will be grey instead to be blue as in the normal behavior. Set the dim on focus to false give the illusion t

Re: Datagrid lost focus to next cell

2010-06-19 Thread JosepM
Hi Zryip, Thanks for your solution :) 3) At last, remove the dim focus behavior by executing this script: set the dgProp["dim on focusOut"] of grp "MyDataGrid" to true I don't understand this last step.. only duplicating the line run fine. Salut, Josep

Re: Datagrid lost focus to next cell

2010-06-19 Thread zryip theSlug
Hi Josep, When a DataGrid is in a group and you want to navigate inside it, it seems that it lost the focus, resulting to this odd behavior. It's probably a bug. I will propose you a possible solution to help. It consists to change the default column behavior of your Data Grid. In this c

Datagrid lost focus to next cell

2010-06-18 Thread JosepM
Hi, I have a datagrid inside a group. I add a row and doubleclick to edit the cell value, and pressing tab key jump to the next cell. But If I fill some value and press tab, the next cell is edit but lost the focus and the datagrid still in edit mode but without the focus. Why? The same

Re: To keep the selection of a textfield visible while the focus is onanother control?

2010-06-06 Thread jonathandlynch
Rather than simulating text highlighting, try simulating the change in focus. The actual focus would always stay on the field. However, you could use a custom prop to define a pseudofocus. When that property is set to a different object, like the combo box, then text gets diverted (using key

Re: To keep the selection of a textfield visible while the focus is on another control?

2010-06-05 Thread Terry Judd
> But there is a period of time the user doesn't see his selection in the >>> textfield. >>> >>> Is there a way to keep the selection of a textfield visible while the >>> focus is on another control? >>> >> Hi Wolfgang - You can use th

Re: To keep the selection of a textfield visible while the focus is on another control?

2010-06-05 Thread G.Wolfgang Gaich
of the field is set. But there is a period of time the user doesn't see his selection in the textfield. Is there a way to keep the selection of a textfield visible while the focus is on another control? Hi Wolfgang - You can use the backcolor to achieve an 'authentic' selectio

Re: To keep the selection of a textfield visible while the focus is on another control?

2010-06-05 Thread Terry Judd
electedchunk (I stored in the custom property) of the field is set. > But there is a period of time the user doesn't see his selection in the > textfield. > > Is there a way to keep the selection of a textfield visible while the > focus is on another control? Hi Wolfgang

Re: To keep the selection of a textfield visible while the focus is on another control?

2010-06-05 Thread G. Wolfgang Gaich
Thanks for your reply. Yes, I tested that, too. But I'm not content with it. It would be an observable workaround. Thank you Wolfgang Am 05.06.2010 20:40, schrieb dunb...@aol.com: Just on the fly here because it might well be possible to keep the selectedText. Might you change the color or th

Re: To keep the selection of a textfield visible while the focus is on another control?

2010-06-05 Thread DunbarX
Just on the fly here because it might well be possible to keep the selectedText. Might you change the color or the style of the selectedtext? Perhaps to "box"? Then you can change it back once your own changes have been made. ___ use-revolution mailing

To keep the selection of a textfield visible while the focus is on another control?

2010-06-05 Thread G. Wolfgang Gaich
f the combobox while the selection in the textfield keeps visible. But when I set the traversalOn of the combobox to true, so that the user can manually enter a textsize in the field part of the combobox, the selection in the textfield disappears because the textfield lost its focus. One way I t

Re: Keyboard focus on opening a card

2010-01-11 Thread Jim Ault
Put this in your stack script on opencard select empty pass opencard end opencard On Jan 11, 2010, at 9:43 AM, Emmett Gray wrote: The manual states: "When a card is opened, Revolution automatically focuses the first object on the card that is capable of receiving the keyboard

Keyboard focus on opening a card

2010-01-11 Thread Emmett Gray
The manual states: "When a card is opened, Revolution automatically focuses the first object on the card that is capable of receiving the keyboard focus." I don't want this to happen, but everything I have tried to stop it from happening (such as setting traversalOn to false

Focus on field don't detect arrow keys

2009-11-27 Thread JosepM
Hi, What I'm doing wrong? I have a field that put the focus in another field, and I want that in this second field select a line moving the arrow keys. The second field recived the focus but the arrow key isn't detected until I click inside the field. Why? Salut, Josep -- View th

Re: How do I check which field has the focus on / is active?

2009-11-02 Thread Richmond Mathewson
William de Smet wrote: @ Jan, Klaus and Sarah: the dentist pulled my tooth (bummer) but your answer solved my little 'problem'. Must have been the tootache :-) Thanks! Greetings, William You lucky chap; some of us have almost no teeth left to pull out! -

Re: How do I check which field has the focus on / is active?

2009-11-02 Thread William de Smet
be something else then that is bugging me. >> Could be the dentist! Got to go there within the hour because of an >> awful toothache. >> >> to be continued >> >> Greetings, >> >> William >> >> 2009/10/30 Klaus Major : >>> Hi Willia

Re: How do I check which field has the focus on / is active?

2009-11-02 Thread Sarah Reichelt
omething else then that is bugging me. > Could be the dentist! Got to go there within the hour because of an > awful toothache. > > to be continued > > Greetings, > > William > > 2009/10/30 Klaus Major : >> Hi William, >> >>> Hi there all, >

Re: How do I check which field has the focus on / is active?

2009-10-30 Thread Klaus Major
Hi William, Hi Jan & Klaus, None of your answers works for me :-) Aha, but nevertheless you should change your script(s) to using "short name of ..." ;-) Must be something else then that is bugging me. Could be the dentist! Got to go there within the hour because of an awful toothache.

Re: How do I check which field has the focus on / is active?

2009-10-30 Thread William de Smet
e all, >> >> How do I check which has the focus on / is the active one? >> When I use: 'answer the selectedField' it shows me the correct field >> but when I put the next code into a button it doesn't work anymore: >> -- >> on mouseUp >&g

Re: How do I check which field has the focus on / is active?

2009-10-30 Thread Klaus Major
Hi William, Hi there all, How do I check which has the focus on / is the active one? When I use: 'answer the selectedField' it shows me the correct field but when I put the next code into a button it doesn't work anymore: -- on mouseUp put the name of the selectedField into

Re: How do I check which field has the focus on / is active?

2009-10-30 Thread Jan Schenkel
--- On Fri, 10/30/09, William de Smet wrote: > > Hi there all, > > How do I check which has the focus on / is the active one? > When I use: 'answer the selectedField' it shows me the > correct field > but when I put the next code into a button it doesn't wor

How do I check which field has the focus on / is active?

2009-10-30 Thread William de Smet
Hi there all, How do I check which has the focus on / is the active one? When I use: 'answer the selectedField' it shows me the correct field but when I put the next code into a button it doesn't work anymore: -- on mouseUp put the name of the selectedField into tData if tData =

RE: Lost focus after import snapshot

2009-09-24 Thread Nhan, Tran Thi Thanh
Balzano Sent: Thursday, 24 September 2009 12:10 AM To: How to use Revolution Subject: Re: Lost focus after import snapshot Hi Nhan, I tried out your example code with a list field, and everything seemed to work all right afterwards, i.e. one could still click on individual lines of the list

Re: Lost focus after import snapshot

2009-09-23 Thread Jerry Balzano
dbGrid" after running this code. It seem that fld "dbGrid" has lost focus Please help Many thanks and regards, Nhan ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, u

Lost focus after import snapshot

2009-09-22 Thread Nhan, Tran Thi Thanh
backgroundpattern of cd fld "dbGrid" of cd 1 of stack tStackname to tImageID The issue is I can't click on each line of fld "dbGrid" after running this code. It seem that fld "dbGrid" has lost focus Please help

Re: Datagrid send focus to a field

2009-04-23 Thread Trevor DeVore
On Apr 23, 2009, at 5:59 PM, Mark Wieder wrote: Has anyone mentioned that having you available on the list for support like this is an absolutely awesome resource? Thanks Mark. It's interesting to see how people are using the data grid. I've been trying to answer people's questions by adding

Re: Datagrid send focus to a field

2009-04-23 Thread Josep
Hi Trevor, Thanks for your inputs and your time. I will try this and report to the list. :) I send one email to you for the fixed library. Salut, Josep -- View this message in context: http://www.nabble.com/Datagrid-send-focus-to-a-field-tp23176973p23207190.html Sent from the Revolution

Re: Datagrid send focus to a field

2009-04-23 Thread stephen barncard
More than awesome vital! - Stephen Barncard San Francisco http://barncard.com 2009/4/23 Mark Wieder > Trevor- > > Has anyone mentioned that having you available on the list for support > like this is an absolutely awesome resource? > > -- > -Mark Wieder > mwie...@a

Re: Datagrid send focus to a field

2009-04-23 Thread Mark Wieder
Trevor- Has anyone mentioned that having you available on the list for support like this is an absolutely awesome resource? -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url t

Re: Datagrid send focus to a field

2009-04-23 Thread Trevor DeVore
On Apr 23, 2009, at 3:46 AM, Josep wrote: I tryed your example and doesn't work for me. I create a new field text and put your code into the datagrid and the focus go to the text field but go back to the datagrid. If I click with the right button then work, but not detect the new

Re: Datagrid send focus to a field

2009-04-23 Thread Josep
Hi Trevor, I tryed your example and doesn't work for me. I create a new field text and put your code into the datagrid and the focus go to the text field but go back to the datagrid. If I click with the right button then work, but not detect the new click over other col in the same row if

Re: Datagrid send focus to a field

2009-04-22 Thread Trevor DeVore
On Apr 22, 2009, at 5:51 PM, Josep wrote: I have a trouble with sending the focus to a field. The objective of this code is move a field text over the datagrid, copy the values from the datagrid to the field text, make some changes, perform some operations and update some values into the

Datagrid send focus to a field

2009-04-22 Thread Josep
Hi list, I have a trouble with sending the focus to a field. The objective of this code is move a field text over the datagrid, copy the values from the datagrid to the field text, make some changes, perform some operations and update some values into the datagrid. When I set the location of

Re: keeping focus in a field

2009-02-17 Thread SparkOut
Ken Ray wrote: > >> But if I create a context menu using popup button, the selected text in >> field looses focus at the moment the popup is called. Is there any >> simple trick (I already know complex ones :-)) to force the selection to >> persist, so I could hand

Re: keeping focus in a field

2009-02-17 Thread Ken Ray
> But if I create a context menu using popup button, the selected text in > field looses focus at the moment the popup is called. Is there any > simple trick (I already know complex ones :-)) to force the selection to > persist, so I could handle it from the context menu ?

keeping focus in a field

2009-02-17 Thread viktoras d.
there is a field and a menu button on my stack. If I write some text in the field and select portion of it, then go to menu and choose whatever I wish from the pull down list, it keeps focus on the selection of text in the field. But if I create a context menu using popup button, the selected

Re: more focus in field problems

2008-06-25 Thread Peter Brigham
me too, as I am always trying to puzzle out where the focus has ended up, re trapping commandkey combinations. This always seems to be a major issue in my stacks, which are typically heavy on text processing and have multiple fields and buttons, as well as processes that move between

Re: more focus in field problems

2008-06-23 Thread Nicolas Cueto
I have resolved the problem. I forgot to include a secondary stack, and so the mainstack script's call to a field in that non-existing stack would obviously fail. Sorry for the trouble, and thanks for the help. -- Nicolas Cueto ___ use-revolution mailin

Re: more focus in field problems

2008-06-23 Thread Trevor DeVore
On Jun 23, 2008, at 4:00 AM, Nicolas Cueto wrote: ... My understanding is that, since the focus is set to "mainField" -- and, in addition, because of the "select" command (thank you to Scott Morrow for that suggestion) -- then when I hit a key on the keyboard "r

Re: more focus in field problems

2008-06-23 Thread Eric Chatonet
Bonjour Nicolas, Focus is superfluous if you use select: selecting text focuses automatically on the field that contains the text. on openCard select after text of field "MainField" end openCard --- on rawKeyUp pKey put pKey pass rawKeyUp en

more focus in field problems

2008-06-23 Thread Nicolas Cueto
In the open card handler of a stack I have this: on openCard go invisible stack "someSubstack" as palette resetCardObjects focus on field "mainField" select after the last char of field "mainField" end openCard Along with that, in the script of

Re: focus in field problem

2008-06-22 Thread Scott Morrow
PM, Nicolas Cueto wrote: According to the documentation for the "focus" command: "If the object is an unlocked field, the insertion point is placed after the text in the field." I tried this command with an unlocked field and the flashing insertion point does appear in the f

focus in field problem

2008-06-22 Thread Nicolas Cueto
According to the documentation for the "focus" command: "If the object is an unlocked field, the insertion point is placed after the text in the field." I tried this command with an unlocked field and the flashing insertion point does appear in the field, but it appears befor

Scratching my head over handling the focus

2008-04-21 Thread Steve Checkley
style, I want the custom control to draw a focus around itself and I've got a lovely script going that: 1. Registers a custom control as having the focus when clicked on. 2. Draws a focus and uses 'select empty' to turn off native control that had focus before. 3. When the next c

Re: Klaus' problem with focus

2007-11-05 Thread Klaus Major
Hi Claus, Hello Peter, it was so very obvious to me that it has to be something with "focus" that i would have sworn Klaus' left hand for that ... Glad he wasn't around ;-) I'm ALWAYS around! :-D Regards, Claus. Best Klaus Major [EMAIL PROTECT

Re: Klaus' problem with focus

2007-11-05 Thread Claus Dreischer
Hello Peter, it was so very obvious to me that it has to be something with "focus" that i would have sworn Klaus' left hand for that ... Glad he wasn't around ;-) Regards, Claus. > This is another classic example of what Ken expressed so clearly. > > I rea

Klaus' problem with focus

2007-11-04 Thread Peter Alcibiades
This is another classic example of what Ken expressed so clearly. I read the entry in the dictionary several times, and even knowing the answer, had to work hard at grasping that this what what to use when you wanted to to check for if the user wants to save changes before exiting a card. The e

AW: why does focus on fld doesn't focus the field?

2007-05-31 Thread Tiemo Hollmann TB
Sorry, my field is not editable and the select line or set the selected line works. It was more of a understanding problem, because in my understanding "focus" should have done the job and I was surprised to have to use "select" Thanks Tiemo > -Ursprüngliche Nachr

Re: why does focus on fld doesn't focus the field?

2007-05-31 Thread Eric Chatonet
Hi Tiemo, I am not sure to understand completely your problem but I am assume you have an editable field (unlocked) and a button to perform some action on the selected text in this field. Set the traversalOn of the button to false and it will not get the focus :-) Hope this helps. Le 31

Re: why does focus on fld doesn't focus the field?

2007-05-31 Thread Derek Bump
Tiemo, I'm not sure if I'm understand what you are doing, but the following should select the line and give the field the focus... set the selectedLine of fld "myField" to "1" - or - set the selectedLine of fld "myField" to (word 2 of t

why does focus on fld doesn't focus the field?

2007-05-31 Thread Tiemo Hollmann TB
Hello, I have a scrolling field "foo", where I loose the focus when clicking into field "foo", selecting the clicked line and calling some handlers and filling other fields. My first idea was to focus on field "foo" at the end of mouseUp to get the focus on field &qu

Re: Answer dialog focus on OSX using mousedown call

2007-05-22 Thread Sarah Reichelt
On 5/23/07, Jeff Reynolds <[EMAIL PROTECTED]> wrote: If i call and ask dialog from a mousedown handler, the ask dialog buttons in the dialog box does not appear to have the screen focus when its brought up so it takes two clicks to activate a button (ie one to bring the window into focus a

Re: Answer dialog focus on OSX using mousedown call

2007-05-22 Thread Ian Wood
From a GUI point of view, I'd be surprised if you could change focus like that during a mouseDown handler - when would you expect a dialog box to appear *before* releasing the mouse? Ian On 22 May 2007, at 19:34, Jeff Reynolds wrote: If i call and ask dialog from a mousedown handler

Answer dialog focus on OSX using mousedown call

2007-05-22 Thread Jeff Reynolds
If i call and ask dialog from a mousedown handler, the ask dialog buttons in the dialog box does not appear to have the screen focus when its brought up so it takes two clicks to activate a button (ie one to bring the window into focus and the second to activate the button.) if i do the

Re: The opposite of "focus after" ???

2007-05-09 Thread Eric Chatonet
Hi Richmond, Le 9 mai 07 à 10:31, Richmond Mathewson a écrit : So, if I want the cursor to "land" at the end of a string inside a text field I use: Focus after fld "XYZ" HOWEVER, I looked fairly foolish when I typed 'Focus before fld "XYZ"' in an atte

The opposite of "focus after" ???

2007-05-09 Thread Richmond Mathewson
The Life-President of the SL-O-W L-E-A-R-N-E-R-S calling :) So, if I want the cursor to "land" at the end of a string inside a text field I use: Focus after fld "XYZ" HOWEVER, I looked fairly foolish when I typed 'Focus before fld "XYZ"' in an attempt

Re: Revolution and the Web, focus on IDE Add-ons

2006-12-07 Thread Dan Shafer
On Dec 6, 2006, at 2:35 PM, Andre Garzia wrote: > Hello folks, > > I've seen my little topic grew to the point of not being related to > the thing I had in mind anymore. People here talking about morfik > and about engine changes, I want again to try to focus on what can > be d

Re: Revolution and the Web, focus on IDE Add-ons

2006-12-07 Thread Todd Geist
ot being related to the thing I had in mind anymore. People here talking about morfik and about engine changes, I want again to try to focus on what can be done now by a group of volunteers by using nothing but revolution ide add-ons... no externals, no engine changes, no third party tech

Revolution and the Web, focus on IDE Add-ons

2006-12-06 Thread Andre Garzia
Hello folks, I've seen my little topic grew to the point of not being related to the thing I had in mind anymore. People here talking about morfik and about engine changes, I want again to try to focus on what can be done now by a group of volunteers by using nothing but revolution ide ad

Focus, Text and foundChunk

2006-10-11 Thread Richmond Mathewson
Unable to perform a do-it-yourself frontal lobotomy I compensated by going a "bit potty" with the 4th incarnation of my Text Focus stack - feel free to join me at "the funny farm": http://members.maclaunch.com/richmond/Text Focus.rev.zip and http://tech.groups.yahoo.co

Focus, Text and foundChunk

2006-10-10 Thread Richmond Mathewson
Thank you Ken Ray: "Change your code to: on mouseUp find "eating" in fld "F1" if the foundChunk is not empty then select the foundChunk end if end mouseUp and you won't have any problems... " I followed your advice, and being the awkward * I am I had a 'problem': what I wanted wa

Re: Focus, Text and foundChunk

2006-10-09 Thread Ken Ray
On 10/9/06 7:35 AM, "Richmond Mathewson" <[EMAIL PROTECTED]> wrote: > Not being satisfied with selecting individual letters > inside text fields I have started playing around with > FOUNDCHUNK and ended up with something that is "a bit > of a bother": > > http://members.maclaunch.com/richmond/Tex

Focus, Text and foundChunk

2006-10-09 Thread Richmond Mathewson
Not being satisfied with selecting individual letters inside text fields I have started playing around with FOUNDCHUNK and ended up with something that is "a bit of a bother": http://members.maclaunch.com/richmond/Text Focus.rev.zip first click on my button "Select String" and it does exactly wha

Focus and text Fields

2006-10-09 Thread Richmond Mathewson
Uploaded a better version of stack to demonstrate tricks with text selection: http://tech.groups.yahoo.com/group/richmondsrrr/ sincerely, Richmond Mathewson "Philosophical problems are confusions arising owing to the fluidity of mean

Re: Focus and Text Fields

2006-10-08 Thread Jan Schenkel
--- Richmond Mathewson <[EMAIL PROTECTED]> wrote: > Recently I got a bit cheesed-off being unable to > focus > the cursor in a text box between letters (rather > than > the default position - at the start of the string) - > André Bisseret came to my help - and the result

Focus and Text Fields

2006-10-08 Thread Richmond Mathewson
Recently I got a bit cheesed-off being unable to focus the cursor in a text box between letters (rather than the default position - at the start of the string) - André Bisseret came to my help - and the result is now available for download at: http://tech.groups.yahoo.com/group/richmondsrrr

Re: Focus and Text Fields

2006-10-08 Thread André.Bisseret
Hello Richmond, My answer was not delivered (due to the incident on this list, I suppose) so I send it again Le 6 oct. 06 à 09:45, Richmond Mathewson a écrit : I have the following script in a Card: on openCard put "We" into fld "F1" focus on fld "F1" en

Focus and Text Fields

2006-10-06 Thread Richmond Mathewson
I have the following script in a Card: on openCard put "We" into fld "F1" focus on fld "F1" end openCard now what this does is: it puts "We" into the field "F1" and then puts the cursor BEFORE "We" in the field "F1" (

Focus on an external app

2006-02-24 Thread Paul Consolo
I've a button that paste a text, and I'd like to have this text to be pasted on an external app (a text editor window, an email message, etc.) WITHOUT knowing before the name of that app (the app will be the one focused immediately before I push the button on my Rev stack). There's a way? __

Re: [TIP] Focus on custom dialogs (or any window/stack launched from a button)

2006-02-23 Thread Ken Ray
ired pretty much by the book and it works perfectly from the message > box, even with the 'as sheet' option enabled. However, it seems as if > there's a problem when the handler is invoked from a button. > > What happens is the focus on the launched dialog is on itself.

[TIP] Focus on custom dialogs (or any window/stack launched from a button)

2006-02-23 Thread Stephen Barncard
ion enabled. However, it seems as if there's a problem when the handler is invoked from a button. What happens is the focus on the launched dialog is on itself. One must basically click to select the dialog and another time to initiate any changes. Annoying and unresponsive. Not the

RE: Combo Box and Focus

2006-01-11 Thread Jeff Honken
ion Subject: Re: Combo Box and Focus is that the actual code? no qoutes around your button name? could be the problem. Or from the docs: If the object's traversalOn property is false, it cannot receive the focus, and the focus command causes an error. hth Tom On Jan 11, 2006, at 7:27 P

Re: Combo Box and Focus

2006-01-11 Thread Thomas McGrath III
is that the actual code? no qoutes around your button name? could be the problem. Or from the docs: If the object's traversalOn property is false, it cannot receive the focus, and the focus command causes an error. hth Tom On Jan 11, 2006, at 7:27 PM, Jeff Honken wrote: I'm

Combo Box and Focus

2006-01-11 Thread Jeff Honken
I'm trying to change the focus from a field to a Combo Box called "PayType". When I try to use to below code it errors "Not a valid Control". Isn't a Combo box a "button" ? on tabKey focus on btn PayType end tabKey ___

Re: Change Focus to Group

2005-12-30 Thread Jan Schenkel
--- Jeff Honken <[EMAIL PROTECTED]> wrote: > I'm trying to switch the focus from a field that I'm > in to a group of > radio buttons by entering "Return". I'm using the > following: > > on returnInField > focus on group ProviderRadio > end

Change Focus to Group

2005-12-30 Thread Jeff Honken
I'm trying to switch the focus from a field that I'm in to a group of radio buttons by entering "Return". I'm using the following: on returnInField focus on group ProviderRadio end returnInField The focus seems to be working great from field to field but when I try t

Re: Rev and the Disappearing Desktop: A Focus Shift

2005-11-10 Thread Dan Shafer
On Nov 10, 2005, at 1:01 PM, David Bovill wrote: This is OK - but more interested in Rev as a client side technology here. The two customers I know of want fast rich clients on the intranet, and standard web services that they can pick from a large range of open source developers and langu

Re: Rev and the Disappearing Desktop: A Focus Shift

2005-11-10 Thread David Bovill
On 10 Nov 2005, at 20:37, Dan Shafer wrote: Absolutely. I see two possible applications for Rev in the emerging world of AJAX and RIA development. First, there's what you suggest here, Andre: the creation of a tool for building such apps. Now there's a very interesting paradox here isn't

Rev and the Disappearing Desktop: A Focus Shift

2005-11-10 Thread Dan Shafer
g the rapidly approaching ubiquity of AJAX and RIA apps built around general- or special-purpose Web browsers (what I called "thin clients" that, as Richard Gaskin pointed out, may not be so thin after all). Instead, we can focus on where Rev might play a key role in this new techniqu

Re: Basic focus issue!

2005-11-10 Thread Scott Rossi
Recently, David Bovill wrote: > With the Address Book I am trying to deal really properly with their > edibility - click on them and they change appearance (come to the > front) click elsewhere and they fade back into the background. The > problem with closefield is that it is not sent if the use

Re: Basic focus issue - slight fix!

2005-11-10 Thread David Bovill
-- to prevent rapid mouse movements making rev think the target is the card or something else... -- probably even better / safer to give all the fields a custom property and check that on mouseEnter put the long id of the target into focussedRecord if word 1 of focussedRecord is "fiel

Basic focus issue - solved!

2005-11-10 Thread David Bovill
- editable fields that you can handle their appearance as the focus changes. Just create a new stack - add one plain field - paste the scripts above - clone the field as many times as you want. Not tested in groups and complex situations - still happy for now

Re: Basic focus issue!

2005-11-10 Thread xavier . bury
Hi David You could add a background script handler that you trigger on any focusIn to send a focusout message to the other fields... Since you know when focusin or openfield happens, you can easily send the focus out to that last field recorded (in a global or custom prop...) cheers Xavier

Basic focus issue!

2005-11-10 Thread David Bovill
Not that i am not focussed or anything - just these pesky Rev fields :) With the Address Book I am trying to deal really properly with their edibility - click on them and they change appearance (come to the front) click elsewhere and they fade back into the background. The problem with clos

focus on group

2005-11-09 Thread MisterX
in the image list field and send a to it to update the image selection. But the focus in the group is lost. So if the user needs to do arrow down for example again, he cant. So I tried the focus me, focus this group, focus (the long name of this group) and none work. I checked the revdocs and the

Re: Newbie Focus Question

2005-10-19 Thread Scott Rossi
Recently, [EMAIL PROTECTED] wrote: > I figured out how to focus on a line in a field with the field inspector. Now > my problem is how do I unselect that line in a script? If you mean, by using a script, try: select empty Regards, Scott Rossi Creative Director Tactile Media, Mult

Newbie Focus Question

2005-10-19 Thread AbilityForms
Hi Everyone, I figured out how to focus on a line in a field with the field inspector. Now my problem is how do I unselect that line in a script? Joe Orlando, Florida ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: spacebar messes up focus?

2005-10-18 Thread Mark Wieder
Charles- Tuesday, October 18, 2005, 10:19:41 AM, you wrote: > Wow. I knew that. I forgot that, somewhere about a week after I > started using Rev. Thanks. Not a problem. Actually, the context icon isn't documented. It got added in 2.6 and the docs and release notes haven't caught up yet. --

Re: spacebar messes up focus?

2005-10-18 Thread Charles Hartman
Wow. I knew that. I forgot that, somewhere about a week after I started using Rev. Thanks. coh On Oct 18, 2005, at 11:52 AM, Mark Wieder wrote: Charles- Tuesday, October 18, 2005, 4:07:56 AM, you wrote: Wel . . . of course there *are* programming environments in which that's not so hard

Re: spacebar messes up focus?

2005-10-18 Thread Mark Wieder
Charles- Tuesday, October 18, 2005, 4:07:56 AM, you wrote: > Wel . . . of course there *are* programming environments in which > that's not so hard. Rev, in contrast, doesn't have (as far as I can > tell) even any way to tell how you got to a particular breakpoint > line --a stack inspector in

Re: spacebar messes up focus?

2005-10-18 Thread Charles Hartman
On Oct 18, 2005, at 12:00 AM, J. Landman Gay wrote: > > No, I don't. And I can't reproduce it either. It has come and gone two > or three times; no clue about the circumstances. I hate that. Me too. I should add a thing to my time-warp stack that lets us run events backward so we can tra

Re: spacebar messes up focus?

2005-10-17 Thread J. Landman Gay
have a modal >> >> stack frontmost. If you can change your frontmost stack to modeless >> >> during debugging, you should be able to type as usual. >> >> >> > >> > It turns out that the same happens when my dialog box is modeless. >> > Maybe not

  1   2   >