Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi TForm2.Create(application) taskbar problem (https://www.delphipraxis.net/96646-tform2-create-application-taskbar-problem.html)

trolojik2 28. Jul 2007 16:34

Re: TForm2.Create(application) taskbar problem
 
Very interesting :S

Now i tested this code in new application it works well but i dont understand why not working my other application :S

Die Muhkuh 28. Jul 2007 16:35

Re: TForm2.Create(application) taskbar problem
 
Hi,

maybe you have got code, whichs blocks the system menu?

trolojik2 28. Jul 2007 16:44

Re: TForm2.Create(application) taskbar problem
 
May be ..
Im looking now that..

So if i want change system menu with which i created popup menu is possible ?

Prototypjack 28. Jul 2007 17:38

Re: TForm2.Create(application) taskbar problem
 
Zitat:

Zitat von trolojik2
So if i want change system menu with which i created popup menu is possible ?

Excuse me?

Anyway, if I've got you meant, you can change the system menu of course. But the only way I know is pure API code, which means you create a menu item (all non vcl, so it's going to be pure code) and then attach it to the system menu. There are ways to do that(but I don't remember the exact commands) so a little search on google (it's API-Code so there aren't too much differences between delphi or c++ for example, so: No matter which language you find the solution in, it should be easy to translate, and if not there should be someone around here who can ;) ) or in this forum should help you.

Regards,
Max

trolojik2 28. Jul 2007 17:42

Re: TForm2.Create(application) taskbar problem
 
I Found my problem..

I used Tskinstore and Tskindata components
when i deleted this components on form
The code is exactly working.

Now how can i solve this problem i dont know...

trolojik2 28. Jul 2007 18:56

Re: TForm2.Create(application) taskbar problem
 
I Found TTaskBarMenu component

http://delphi.about.com/od/vclwritee...askbarmenu.htm

It looks funny


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:29 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz