-
Posts
70 -
Joined
-
Last visited
-
Days Won
2
neo4a last won the day on July 3 2020
neo4a had the most liked content!
Profile Information
-
Gender
Male
-
Location
: Ingolstadt, Bavaria, Germany
Recent Profile Visitors
917 profile views
neo4a's Achievements

Member (2/4)
4
Reputation
-
Thank you so much for your tips. I would like to keep control over the modal window when the screen size changes (e.g. when changing the orientation or split view). At the moment I'm already failing to readjust the modal window (top, left...) if it's already displayed. Can you please give me a hint (I'll probably have to resort to a Javascript call again). TIA.
-
neo4a started following TUniModalForm.UnimFormScreenResize() never called , Responsive Mobile Modal Form , No hiding animation when closing a modal form and 1 other
-
Trying to build a "generic" modal form to substitute TUnimSelect. These are my problems to solve Adjusting form size and position after screen size changed (see my open topic here) Closing form by clicking in masked area (see my open ticket here) Need some tips for a perfect responsive layout (floating TUnimContainerPanel) for targeting several device types. Attached is a modified touch demo project to get the impression. TIA. demoModalForm.zip
-
Sorry, again. Your code is working. My fault was using a TUnimContainerPanel in mobile version.
-
Sorry for not mentioned that I'm trying to achieve that behavier with mobile version.
-
-
yes. And ShowAnimation, too. ShowAnimation was working.
-
yes.
-
Really?! For such a simple thing?! So take you "all feature touch demo" ModalUnit.dfm and assign Hidung animation and look what's happen...or not.
-
clicking outside of area (masked or shadowed form behind) of a modal form should close this modal form.
-
yes.
-
in other words: How to combine form's hiding animation and closing form by result:=mrOK?
-
ScreenSize() event never called in a modal form e.g. if screen orientation changed. I can resolve this issue by notification through underlying/calling form, but this a ugly hack if this behavior is only a bug, isn't it? And btw, if "calling form" is a frame screensize() event doesn't exist...
-
Sorry, doesn't work. Extended the Screensize demo with a button calling a separate, empty form.
-
Is it possible to close a modal form just by clicking in masked area? Thanks.
-
TUnimForm.ScreenResize() works as expected when used in Mainm.pas (ScreenSize demo) ScreenSize() event never called in a modal form e.g. if screen orientation changed. Bug or feature?