LeHuynhNam Posted December 8, 2008 Posted December 8, 2008 I've searched and read about tray box, but when i downloaded Xskin.au3, it had some error. I can create my tray box, If any body know the way to creat a tray box with or without Xskin.au3 please help me!
LeHuynhNam Posted December 10, 2008 Author Posted December 10, 2008 Some body help me? How can i create this tray box?My Xskin.au3 has some error i can't use it!
Valuater Posted December 13, 2008 Posted December 13, 2008 Some body help me? How can i create this tray box?My Xskin.au3 has some error i can't use it!This is a message from "EzSkin" not "XSkin" they are two different thiings8)
Valuater Posted December 13, 2008 Posted December 13, 2008 Hello! I'm Le Huynh Nam, I'm vietnamese! i have some question can u show me to resolve it? 1. Can i change the default Ezskin folder to Skin folder? How can i do it? 2. How can i make a Tray box? u can post your reply at http://www.autoitscript.com/forum/index.ph...mp;#entry614416 Thanks for reading it! I look forward to receiving your reply soon! #1 ... As I have been asked numerous times.. The EzSkin Location is hard coded, however, this may changed very easily. just look at line # 698 you will see... (or just search for @ScriptDir) Global $213A908B3713BB99 = @ScriptDir & $213AE08D5A13BB99 You may change this @ScriptDir to any folder/location you wish. You should not make any other changes.. just the folder location ... you can place XSkin stuff in there too! #2 The Tray message box function looks like this... Func XSkinTrayBox($TBTitle, $TBText) If StringInStr($TBText, @CRLF) Then Return XSkinMsgBox($TBTitle, $TBText, "", 3) EndFunc ;==>XSkinTrayBox it calls the XSkinMsgBox function XSkin.au3 is required to make them work ***** If you want to mix the two just point the XSkin folder to the same location as the EzSkin folder. $Skin_Folder = @ScriptDir & "\Skins\Black-Yellow" ; just change the ocation here 8)
Valuater Posted December 13, 2008 Posted December 13, 2008 Here is a Plain GUI Tray Message box, I think you can just change the gui to an XSkin GUIhttp://www.autoitscript.com/forum/index.ph...c=85977&hl=8)
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