golfinhu 1 Posted February 6, 2012 (edited) I'm having problem with Skincrafter ...for now I'm using this DLL trial, because i'm doing tests before deciding whether i should buy the program or not.But go to my problem!When i create controls over a tab (when not use tabs the problem does not happens), it is "incomplete" until i hover the mouse over it!The image below summarizes what is happening!And the code is attached!Does anyone know how to solve this?thank you very muchSkinCrafter Problem.rar Edited February 6, 2012 by golfinhu Share this post Link to post Share on other sites
darkshark 5 Posted February 6, 2012 wrong area, it should be posted in the "Graphical User Interface (GUI) Help and Support" Share this post Link to post Share on other sites
golfinhu 1 Posted February 6, 2012 (edited) True, i'm sorry! any moderator can move the topic to me? EDIT: Thanks Edited February 6, 2012 by golfinhu Share this post Link to post Share on other sites
LarsJ 1,013 Posted February 6, 2012 If you comment out SkinCrafter it works. Are you sure that SkinCrafter supports ListViews added to a Tab control? File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsControl related: Hot-Track Enabled Toolbar Menu, Simulating a modeless Choose Color Dialog, Colors and fonts in TreeViewsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Share this post Link to post Share on other sites
golfinhu 1 Posted February 6, 2012 If you comment out SkinCrafter it works. Are you sure that SkinCrafter supports ListViews added to a Tab control?but the problem is not only to the listview, the inputs were "shallow" there tooAnd...yeah!SkinCrafter support tabs!look that: (it's another language)the input box are in tabbed window, and it's "normal" Share this post Link to post Share on other sites
golfinhu 1 Posted February 9, 2012 I Solved the problem! only add GUISetStyle($WS_CAPTION) After all controls created, and it work's perfectly! this topic can now be closed! Share this post Link to post Share on other sites