Changing Color of a push button when mouse over [message #226284] |
Fri, 23 March 2007 03:04 |
ShaShalini
Messages: 59 Registered: January 2007
|
Member |
|
|
Hi
Can anybody tell me how I can change the color of a push button when user places his mouse over the push button .
I have been able to change the color after pressing the button.
I want the push button to be highlighted when user palces his mouse on it ..
Thanks
Shalini
|
|
|
|
|
|
|
|
Re: Changing Color of a push button when mouse over [message #343807 is a reply to message #227859] |
Thu, 28 August 2008 04:06 |
myclassic
Messages: 136 Registered: December 2006 Location: Pakistan
|
Senior Member |
|
|
djmartin wrote on Thu, 29 March 2007 19:11 | Okay, you do NOT have a 'synchronize'.
Try if :SYSTEM.MOUSE_ITEM = 'BLOCK1.BUTTON1' then
set_item_property('BUTTON1',BACKGROUND_COLOR, 'r191g223b191');
synchronize;
end if;
David
|
Dear Sir
I am using Forms [32 Bit] Version 10.1.2.0.2 (Production)
But mouse Triggers are not working?
I am sending you a .fmb, please do it for me.
Regards.
|
|
|
|
Re: Changing Color of a push button when mouse over [message #409469 is a reply to message #344718] |
Mon, 22 June 2009 18:20 |
nastyjillu
Messages: 211 Registered: February 2009
|
Senior Member |
|
|
Hi David,
i have a list item(poplist). there is a when-mouse-enter trigger for this item.
a procedure is being called in thhis trigger to populate the item.
but this is not working as you said when-mouse-enter trigger doesnt work in web deployed forms ( as per link you have sent).
i wrote the same code in when-new-item-inst trigger of that item. but when i click for first time,its showing default value of the item.when i again click on the item its getting populated. i dont want this. whenever i click on the item the list should be populated.
what trigger should i use??
thanks
jillu
|
|
|
|
|
|