Page 1 of 1
Answer dialog size
Posted: Sun Aug 23, 2020 4:16 pm
by jessamy99
Hi Team,
I have a little hitch happening.
When I use the "ask" or "answer" dialog boxes, the text appears very small on the latest iPad running iOS 13.
Is there a simple way to resize them?
At the moment I have replaced them with fields and buttons.
But I am sure there is something simple I could be doing.
All ideas will be gratefully received!!
All the best,
Jessamy
Mac Mojave 10.14.6
LiveCode 9.6.1 Rc2
Xcode 11.3
Re: Answer dialog size
Posted: Sun Aug 23, 2020 5:14 pm
by Klaus
Hi jessamy,
on iOS and Android, the ASK and ANSWER dialogs are provided by the underlying OS, so no way to modify these dialogs.
Best
Klaus
Re: Answer dialog size
Posted: Sun Aug 23, 2020 6:16 pm
by jessamy99
Thankyou Klaus!
I will continue using a field and buttons then!
All the best!
Jessamy.
Ps. I hope all of you are keeping well!
Re: Answer dialog size
Posted: Mon Aug 24, 2020 1:38 pm
by richmond62
Re: Answer dialog size
Posted: Mon Aug 24, 2020 5:35 pm
by jessamy99
I love Marmalade!!
Jessamy
Re: Answer dialog size
Posted: Mon Aug 24, 2020 5:37 pm
by jmburnod
Hi Jessamy,
Please forget Richmond's marmalade
I will continue using a field and buttons
Yes.
In your case i often use a group for custom dialog.
Best regards
Jean-Marc
Re: Answer dialog size
Posted: Mon Aug 24, 2020 7:47 pm
by richmond62
Please forget Richmond's marmalade
`
In your case i often use a group for custom dialog.
And why?
An image guarantees consistency in terms of everything (including fonts) cross-platform.
-
Re: Answer dialog size
Posted: Wed Aug 26, 2020 11:01 pm
by jmburnod
Hi Richmond,
I think images are not a good way to create dialogs.
If there is several dialogs you have to create one image for each dialog with a signifiant name etc...
Using a group is more flexible and lisible. We can just change the content and keep the structure for other stacks.
An image guarantees consistency in terms of everything (including fonts) cross-platform.
I heard the fonts issues and I understand images are very useful for people working with some langage (I think particulary sanscrit langage).
Kind regards
Jean-Marc
Re: Answer dialog size
Posted: Thu Aug 27, 2020 9:03 am
by richmond62
If there is several dialogs you have to create one image for each dialog with a signifiant name etc...
J'ai fait une image pour chaque dialogue . . . ce n'est pas fatigant.

-
-
Code: Select all
on mouseEnter
set the colorOverlay["color"] of me to red
set the colorOverlay["opacity"] of me to 100
end mouseEnter
on mouseLeave
set the colorOverlay["opacity"] of me to 0
end mouseLeave
on mouseUp
---do something
hide img "qq"
hide img "nope"
hide img "yup"
end mouseUp
Re: Answer dialog size
Posted: Mon Sep 07, 2020 8:36 pm
by jessamy99
I think I started something here!!
Hahaha
Jessamy
Re: Answer dialog size
Posted: Mon Sep 07, 2020 8:41 pm
by richmond62
Indeed.
But nothing that will hurt anyone.
