change direction problem [message #169487] |
Thu, 27 April 2006 03:18 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
emadbsb
Messages: 334 Registered: May 2005 Location: egypt
|
Senior Member |
![emadbsb](/forum/theme/orafaq/images/yahoo.png)
|
|
Hii all
i have a screen containing a menu and a screen
my menu contains icons in the toolbar
the property pallete of any field of the menu contains :
Quote: |
visible in menu : yes
visible in horizontal menu toolbar : yes
visible in vertival menu toolbar : no
icon in menu : no
icon file name : lang_a
|
i made a button in my screen that change the direction of preview from right to left and another one to preview from left to right (change from arabic to english and english to arabic)
when i press the button of chage from english to arabic the preview will be all show from the right to left and that's right
except the shortcut icons in the menu (lang_a)
although my menu buttons direction are changed also
the code that i wrote to change from left to right
Quote: |
SET_FORM_PROPERTY(p_module,DIRECTION,LEFT_TO_RIGHT);
SET_WINDOW_PROPERT('WINDOW',DIRECTION,LEFT_TO_RIGHT);
|
the code that i wrote to change from right to left
Quote: |
SET_FORM_PROPERTY(p_module,DIRECTION,RIGHT_TO_LEFT);
SET_WINDOW_PROPERT('WINDOW',DIRECTION,RIGHT_TO_LEFT);
|
this works right for the menu altough i didnot mention 'menu' in my code but only the shortcut icons didnot chage the direction
how to change the icons direction also???
thanks for everyone helped and helping me
[Updated on: Thu, 27 April 2006 03:37] Report message to a moderator
|
|
|
|
|
|
|
|
Re: change direction problem [message #430084 is a reply to message #430080] |
Sun, 08 November 2009 02:19 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mmrz
Messages: 29 Registered: August 2007
|
Junior Member |
|
|
I mean there is no 'position(x,y)' property for icon item! So how can I use 'set_item_property' for icon item to change my icon's direction from 'left_to_right' to 'right_to_left'!
|
|
|
Re: change direction problem [message #432388 is a reply to message #430084] |
Mon, 23 November 2009 22:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
My 'push button' has an 'X' and a 'Y' coordinate, so I am able to place it anywhere I wish.
What do you mean by 'direction' on a 'button'?
David
|
|
|