 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Hardeep
Joined: 02 Jul 2006 Posts: 87
|
Posted: Wed Jul 25, 2007 10:53 am Post subject: ListView renders ineffective BackgroundTrans in Tab Control |
|
|
Adding ListView to a themed Tab control, renders ineffective the BackgroundTrans option of a Text control added earlier to the Tab.
| Code: | Gui, Add, Tab, Theme -Background, Tab1|Tab2
Gui, Add, Text, h40 w100, Hello World!
Gui, Add, ListView, ,Col1|Col2
Gui,Show
Return
GuiEscape:
GuiClose:
ExitApp | Are there any workarounds..please? |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Jul 25, 2007 12:15 pm Post subject: |
|
|
I doubt there is any workaround because the current behavior is caused by other workarounds to make tab controls cooperate with ListViews. The only way to solve this is probably to design and create a proper tab control that supports themes/backgrounds. I believe this would require a special window inside the tab control to be the parent of all the tab's controls (by contrast, the current behavior draws controls directly on top of a tab control).
There's a tentative plan to improve tab controls, but it probably won't get done for a long time. Before then, there's a good chance someone will use DllCall/OnMessage to create a better tab control. |
|
| Back to top |
|
 |
Hardeep
Joined: 02 Jul 2006 Posts: 87
|
Posted: Thu Jul 26, 2007 11:28 am Post subject: |
|
|
| Thanks for replying... |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|