Home » Developer & Programmer » Forms » set size of a button
set size of a button [message #133280] Thu, 18 August 2005 06:43 Go to next message
emadbsb
Messages: 334
Registered: May 2005
Location: egypt
Senior Member

hii
i have a button i want to set its size according to a specific condition
thx
Re: set size of a button [message #133308 is a reply to message #133280] Thu, 18 August 2005 08:04 Go to previous message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

Try this:
IF some_condition_is_true THEN
SET_ITEM_PROPERTY('button_name', width, any_value);
ELSE
SET_ITEM_PROPERTY('button_name', width, any_value);
END IF;


Regards
Previous Topic: OC4J Instance error
Next Topic: need help
Goto Forum:
  


Current Time: Fri Sep 20 03:51:52 CDT 2024