gjoisa Active Member Licensed User Longtime User Oct 23, 2024 #1 I added a datepicker in designer . But I can't re position it with designer script or anchor values . it shows some unexpected behaviour . What is the solution ?
I added a datepicker in designer . But I can't re position it with designer script or anchor values . it shows some unexpected behaviour . What is the solution ?
Alexander Stolte Expert Licensed User Longtime User Oct 23, 2024 #2 gjoisa said: it shows some unexpected behaviou Click to expand... Which ones? How can we help you without informations? Upvote 0
gjoisa said: it shows some unexpected behaviou Click to expand... Which ones? How can we help you without informations?
gjoisa Active Member Licensed User Longtime User Oct 23, 2024 #3 Alexander Stolte said: Which ones? How can we help you without informations? Click to expand... Designer script: DatePicker1.Top = 29%y DatePicker1.Left = 30%x DatePicker2.Top = 19%y DatePicker2.Left = 30%x this is my designer script code . But in actual device datepicker is not positioned in mentioned point . Upvote 0
Alexander Stolte said: Which ones? How can we help you without informations? Click to expand... Designer script: DatePicker1.Top = 29%y DatePicker1.Left = 30%x DatePicker2.Top = 19%y DatePicker2.Left = 30%x this is my designer script code . But in actual device datepicker is not positioned in mentioned point .
Erel B4X founder Staff member Licensed User Longtime User Oct 24, 2024 #4 Best if you create a small project that demonstrates the issue. Upvote 0