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
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
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
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___
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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!
-
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
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,
>
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.
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
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
--- 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
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 =
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
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
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
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
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
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
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
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
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
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
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
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
> 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 ?
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
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
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
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
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
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
--- 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
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
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
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"
(
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?
__
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.
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
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
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
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
___
--- 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
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
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
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
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
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
-- 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
- 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
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
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
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
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
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
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.
--
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
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
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
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 - 100 of 138 matches
Mail list logo