Home » Developer & Programmer » Forms » strange image item behaviour..a bug??
strange image item behaviour..a bug?? [message #135174] Tue, 30 August 2005 05:12 Go to next message
ramisy2k
Messages: 150
Registered: April 2005
Senior Member
Hi..

I have a non-db image item on my form and its visible property is set to No ...
on run time I make this item visible through property...
set-item_property('item', visible, property_true);

and then I call a picture into this image item through read_Image...syntax from my hard drive...

the problem is that when the image becomes visble it is no more clickable..(as I have also when image pressed trigger on it)..

i have noticed that when an image item is made invisible in layout editor and is made visble at run time it no longer remians clickable or pressable..it only fucntions properly if it is made visible in layout editior before running the form....why???
is this a bug...???

regards,
Asim.
Re: strange image item behaviour..a bug?? [message #135175 is a reply to message #135174] Tue, 30 August 2005 05:22 Go to previous message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

hi,
THis is not a bug.
after this
set-item_property('item', visible, property_true);
write also this code
set-item_property('item', enabled, property_true);

Regards.
Previous Topic: how to overide oracle prdefined errors in form
Next Topic: RUN_REPORT_OBJECT doesn't show report
Goto Forum:
  


Current Time: Thu Sep 19 23:35:57 CDT 2024