BPak Active Member Licensed User Longtime User Apr 30, 2012 #1 Used the Designer Script to change location and size of the Views in the Activity Layout. When displaying it in the AVD Emulator and changing the Orientation the Views do not change as specified in the Designer Script. What am I missing here? Attachments design.zip 6.5 KB · Views: 268
Used the Designer Script to change location and size of the Views in the Activity Layout. When displaying it in the AVD Emulator and changing the Orientation the Views do not change as specified in the Designer Script. What am I missing here?
Erel B4X founder Staff member Licensed User Longtime User Apr 30, 2012 #2 There is a bug in v1.90. The general script must include at least a single code. This will be fixed in the next update. Add this line: B4X: i = 0 Upvote 0
There is a bug in v1.90. The general script must include at least a single code. This will be fixed in the next update. Add this line: B4X: i = 0