Home » Developer & Programmer » Forms » Mouse navigable in Forms10g (Forms 10g)
Mouse navigable in Forms10g [message #305176] Mon, 10 March 2008 00:07 Go to next message
nirmalnarayan
Messages: 261
Registered: April 2005
Location: India
Senior Member
What does property Mouse navigable = No, Keyboard Navigable = No mean ? if i set both these properties as No, still i am able to navigate to the item ( a Push button in this case ) and i am able to navigate to the next item using Go_item('itemname') coding done in when-button-pressed trigger of this push button, so can anyone explain what is the proper meaning of these property if set to 'No' and in what scenario one should set it it 'No' with some examples.

Thanks in advance
NN
Re: Mouse navigable in Forms10g [message #305237 is a reply to message #305176] Mon, 10 March 2008 03:57 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
These properties determine whether it is possible to place the input focus into these items during default navigation.

Read "Usage Notes"; you might find something interesting in there, such as
Forms Online Help System
You can use the GO_ITEM built-in procedure to navigate to an item that has its Keyboard Navigable property set to No (PROPERTY_FALSE) for runtime


If you don't want user to be able to select some of your items, change their properties to "disabled" (or even "invisible").
Re: Mouse navigable in Forms10g [message #305245 is a reply to message #305237] Mon, 10 March 2008 04:12 Go to previous message
dillango
Messages: 145
Registered: January 2008
Senior Member
Mr.Littlefoot,

While disable the columns, The color, font etc.. taking its own and it is very difficult to read the user what it is.

Ilango



Previous Topic: Tab canvas
Next Topic: Triggers which cannot be used in Forms10g
Goto Forum:
  


Current Time: Sun Feb 09 22:08:27 CST 2025