gerhardhziegler Posted September 6, 2020 Posted September 6, 2020 Good evening, seems there went something wrong. In a new project I added the TUniLoginForm quite late and now it looks like, it is not shown automatically. But however the MainForm appears immediately. Yes, Handled:=False in BeforeLogin (MainModule) Is there something I forgot or deactivated? Couldnt find any clue in the forum. Help or advice would be wonderful Version: 1.50.0.1480 Quote
Sherzod Posted September 6, 2020 Posted September 6, 2020 Hello, And what about this example, works? \FMSoft\Framework\uniGUI\Demos\Desktop\LoginForm Quote
gerhardhziegler Posted September 7, 2020 Author Posted September 7, 2020 16 hours ago, Sherzod said: Hello, And what about this example, works? \FMSoft\Framework\uniGUI\Demos\Desktop\LoginForm the example as some other UniGui Applications work fine Quote
Sherzod Posted September 7, 2020 Posted September 7, 2020 17 hours ago, gerhardhziegler said: Is there something I forgot or deactivated? By default, there are no additional settings. Make a simple testcase to check. Quote
Wilton Ergon Posted September 11, 2020 Posted September 11, 2020 see.. type TfrmLogin = class(TUniLoginForm) <<<---- ... initialization RegisterAppFormClass(TfrmLogin); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.