DoctorSLO Posted September 1, 2009 Posted September 1, 2009 (edited) Hello.I want to add this picture on GUI:If I do this normally I get this:So how can I remove this white space ? Edited September 7, 2009 by DoctorSLO
dbzfanatic Posted September 1, 2009 Posted September 1, 2009 Search the forums for the word "transparency" Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
DoctorSLO Posted September 1, 2009 Author Posted September 1, 2009 I cant find it If I want to do this I must put in GUIcreate $WS_EX_LAYERED. But I don't want that you can see trough main window. I only want this to do on picture.
Manjish Posted September 1, 2009 Posted September 1, 2009 where are the pictures? I can't see them in ur 1st post [font="Garamond"]Manjish Naik[/font]Engineer, Global Services - QPSHoneywell Automation India LimitedE-mail - Manjish.Naik@honeywell.com
jvanegmond Posted September 1, 2009 Posted September 1, 2009 (edited) Look in the help file for Example 2 that comes with GUICtrlCreatePic.Edit: Link: GUICtrlCreatePic Edited September 1, 2009 by Manadar github.com/jvanegmond
DoctorSLO Posted September 1, 2009 Author Posted September 1, 2009 (edited) Here are links, if you can't see http://h.imagehost.org/0177/dgdte5.jpg http://speed.travian.si/gpack/travian_default/img/g/iso.gif EDIT: ok, thanks, the example 2 is what I was searching for. Thanks for help. Edited September 1, 2009 by DoctorSLO
Yashied Posted September 1, 2009 Posted September 1, 2009 Try this.#Include <GUIConstantsEx.au3> #Include <Icons.au3> GUICreate('MyGUI', 427, 355) GUICtrlCreatePic('dgdte5.jpg', 0, 0, 427, 355) GUICtrlSetState(-1, $GUI_DISABLE) $Pic = GUICtrlCreatePic('', 0, 0, 75, 100) _SetImage($Pic, 'iso.gif') GUISetState() Do Until GUIGetMsg() = -3Icons.au3 My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
jvanegmond Posted September 1, 2009 Posted September 1, 2009 EDIT: ok, thanks, the example 2 is what I was searching for.Thanks for help.You're welcome. github.com/jvanegmond
DoctorSLO Posted September 2, 2009 Author Posted September 2, 2009 (edited) I have one more problem Here are pictures:Links to pictures:http://h.imagehost.org/0859/prob1.jpghttp://h.imagehost.org/0421/prob2.jpgAs you can see the pictures are now visible all the time when GUI is on. How can I disable this pictures, and enable only when tab "Zgradbe" (picture2) is opened?I know I can use _GUICtrlTab_GetCurFocus or _GUICtrlTab_GetItemState, but How can I add this in loop?I have this loopWhile 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE _IEQuit($ie) Exit Case $autopoiscifarme poiscifarme() Case $zbrisi1 funkcijazbrisi1() Case $zbrisi2 funkcijazbrisi2() Case $zbrisi3 funkcijazbrisi3() Case $dodaj1 funkcijadodaj1() Case $dodaj2 funkcijadodaj2() Case $dodaj3 funkcijadodaj3() Case $add guidodajfarmo() Case $delete izbrisioznacenofarmo() Case $deleteallid . . . Edited September 2, 2009 by DoctorSLO
Yashied Posted September 2, 2009 Posted September 2, 2009 And where is the problem? My UDFs: iKey | FTP Uploader | Battery Checker | Boot Manager | Font Viewer | UDF Keyword Manager | Run Dialog Replacement | USBProtect | 3D Axis | Calculator | Sleep | iSwitcher | TM | NetHelper | File Types Manager | Control Viewer | SynFolders | DLL Helper Animated Tray Icons UDF Library | Hotkeys UDF Library | Hotkeys Input Control UDF Library | Caret Shape UDF Library | Context Help UDF Library | Most Recently Used List UDF Library | Icons UDF Library | FTP UDF Library | Script Communications UDF Library | Color Chooser UDF Library | Color Picker Control UDF Library | IPHelper (Vista/7) UDF Library | WinAPI Extended UDF Library | WinAPIVhd UDF Library | Icon Chooser UDF Library | Copy UDF Library | Restart UDF Library | Event Log UDF Library | NotifyBox UDF Library | Pop-up Windows UDF Library | TVExplorer UDF Library | GuiHotKey UDF Library | GuiSysLink UDF Library | Package UDF Library | Skin UDF Library | AITray UDF Library | RDC UDF Library Appropriate path | Button text color | Gaussian random numbers | Header's styles (Vista/7) | ICON resource enumeration | Menu & INI | Tabbed string size | Tab's skin | Pop-up circular menu | Progress Bar without animation (Vista/7) | Registry export | Registry path jumping | Unique hardware ID | Windows alignment More...
DoctorSLO Posted September 2, 2009 Author Posted September 2, 2009 (edited) You did't read all?The problem is that this pictures are displayed all time, in all tabs, I want to show them only at one TABAs you can see the pictures are now visible all the time when GUI is on. How can I disable this pictures, and enable only when tab "Zgradbe" (picture2) is opened?EDIT: OK, I found how to do it.Thx for help Edited September 2, 2009 by DoctorSLO
Zedna Posted September 2, 2009 Posted September 2, 2009 As you can see the pictures are now visible all the time when GUI is on. How can I disable this pictures, and enable only when tab "Zgradbe" (picture2) is opened?I know I can use _GUICtrlTab_GetCurFocus or _GUICtrlTab_GetItemState, but How can I add this in loop?I have this loopLook here at my older answer for that type of questionhttp://www.autoitscript.com/forum/index.php?showtopic=72894&view=findpost&p=531772 Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now