|
|||||||
| General OpenLaszlo Programming Questions and discussions about coding in OpenLaszlo. Please include the release of OpenLaszlo you are developing in. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#2
|
|||
|
|||
|
fixed
I fixed it now by simply extending view instead of window and then setting the defaultplacement attribute to a dummy view which is inside the carry view. The x coordinate is being set to 1254 for no reason, such that I must keep it to 0 using a handler. But then everything works fine.
<attribute name="defaultplacement" value="dummy"/> <view name="dummy"> </view> Last edited by Waterbottle2; 04-30-2012 at 09:30 AM. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|