Search found 4 matches

by Torp
Sun Jun 18, 2023 11:38 am
Forum: Coding Questions
Topic: Dialog margins
Replies: 2
Views: 1900

Re: Dialog margins

That's a shame.
It complicates display management on the phone.
by Torp
Fri Jun 16, 2023 11:38 am
Forum: Coding Questions
Topic: Dialog margins
Replies: 2
Views: 1900

Dialog margins

I don't know what I'm doing wrong, but I can't get 'margin' to work in the dialogs.
I've tried everything (singlebox/vbox/hbox/gridbox...) but nothing works.
If you set margin='20', you get the expected result all round.
However, all combinations of margin='top:xx, bottom:xx,...' don't work.
In this ...
by Torp
Fri Feb 01, 2019 10:49 am
Forum: Coding Questions
Topic: PB_Window_Background has no effect when used with Dialog
Replies: 4
Views: 3352

PB_Window_Background has no effect when used with Dialog

Hello,

I'm having a little problem. The #PB_Window_Background parameter, seems to have no effect when the window is created with OpenXMLDialog. Is there a way to get around the problem to full screen using OpenXMLDialog?


#Xml = 0
#Dialog = 0

; Define our dialog window here, using regular XML ...