SalazarCheats Posted February 28, 2007 Share Posted February 28, 2007 ok Xskin is not working and i dont know why... if its possible make the skin file be installed in to: C:\Program Files\Sims-2-World. Here is my script: CODE FileInstall("C:\Documents and Settings\Windows\Desktop\Skins\Skins\Silver-Blue", "C:\Program Files\Sims-2-World") FileInstall("Desktop\Xskin.au3", "C:\Program Files\Sims-2-World") #include <XSkin.au3> #include <GUIConstants.au3> #include <IE.au3> $Skin_Folder = @ProgramFilesDir & "Sims-2-World" $XSkinGui = XSkinGUICreate( "Sims-2-world", 1000, 700, $Skin_Folder) ; GUICreate("Sims-2-World", @DesktopWidth - 300, @DesktopHeight - 75) $Width = 970 $Height = 650 GUISetBkColor(0x00E0FFFF) GUISetFont(9, 300) $URL = "www.Sims-2-world1.piczo.com" $oIE = _IECreateEmbedded () $GUIActiveX = GUICtrlCreateObj($oIE, 25, 72, $Width-50, $Height-50) _IENavigate ($oIE, $URL) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop EndSelect WEnd some1 plz help me! Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
SalazarCheats Posted February 28, 2007 Author Share Posted February 28, 2007 Dose anyone out there know!!! Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
Valuater Posted February 28, 2007 Share Posted February 28, 2007 visual errors... no testing 1 $Skin_Folder = @ProgramFilesDir & "Sims-2-World" ...........$Skin_Folder = @ProgramFilesDir & "\Sims-2-World" 2 remove this .................. GUICreate("Sims-2-World", @DesktopWidth - 300, @DesktopHeight - 75) 3 Use an Error handler for IE.au3 .......... _IEErrorHandlerRegister () 8) Link to comment Share on other sites More sharing options...
Valuater Posted February 28, 2007 Share Posted February 28, 2007 if its possible make the skin file be installed in to: C:\Program Files\Sims-2-World.yes... 8) Link to comment Share on other sites More sharing options...
SalazarCheats Posted February 28, 2007 Author Share Posted February 28, 2007 (edited) can u add a exit and minamize button plz... and the Xskin file cannot be found in this sims-2-world folder... can you make it so it can be found plz! Edited February 28, 2007 by SalazarCheats Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
Valuater Posted February 28, 2007 Share Posted February 28, 2007 can u add a exit and minamize button plzdoes that mean the help i gave you worked???8) Link to comment Share on other sites More sharing options...
SalazarCheats Posted February 28, 2007 Author Share Posted February 28, 2007 does that mean the help i gave you worked???8)yes and no. it does when it next to Xskin.au3 but when i put it in a diffrent file it cannot find it! Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
_Kurt Posted February 28, 2007 Share Posted February 28, 2007 @ProgramFilesDir returns this for my computer: C:\Program Files. Therefore, if you were to use: $Skin_Folder = @ProgramFilesDir & "Sims-2-World"oÝ÷ Øp¢é]ën®p´÷cë¢ ÚX¥zĢ͢¹]Jh²o{*.ø«²Úk¡¹^붬jëh×6$Skin_Folder = @ProgramFilesDir & "\Sims-2-World"oÝ÷ Øý½æ¥²è¶'vØZ·*.ßÛÞm秺ȧ-=Ø:ºg§¶Æ§u'¶)à³Ov¢°´÷cë¢ ÚX¥zÍ=ÚØb²+'ßÛ`¢lw²¥ê)èZ½àô÷gk÷¬jwiz¸Z¦Ëaz*Ü¢jnµêâ²Úv'ßz·§¶V§æ xìµæºÇ+ºÚ"µÍ[R[Ý[ ÚÝÜ [È ][ÝÉÌLÔÚÚ[ÉÌLÔÚÚ[ÉÌLÔÚ[PYI][ÝËÙÜ[Q[Ñ [È ][ÝÉÌLÔÚ[ËLUÛÜ ][ÝÊoÝ÷ ض¬¶ªºCzÉ-¢=Ù{$v®Þ«¨µÊ.ÙÞ½êÞÆ+-Ýý²È¦¦¢,²&åzéåzË-ë®*mÉhq«^w)Úv*ÞrÚ+ÉÊ'µ¨§xzÉ-¢§u§âè§²'^^É"«·JÞ¦Vz+pØm+ºÚ"µÍ[R[Ý[ ÚÝÜ [È ][ÝÉÌLÖÚÚ[]LÉ][ÝËÙÜ[Q[Ñ [È ][ÝÉÌLÔÚ[ËLUÛÜ ][ÝÊoÝ÷ Øz){*.®Ç+p¢¹,*êí=&(¹Ê.ÜÛhr§àÞ²Kh¤8«¶Þ²Kh¤*&øuê^Û0'!~)^©Ê°j{mzËb¶Â+ajëh×6MsgBox(0,"",@DesktopDir & @CRLF & @DesktopCommonDir) Awaiting Diablo III.. Link to comment Share on other sites More sharing options...
SalazarCheats Posted February 28, 2007 Author Share Posted February 28, 2007 ive done every thing u said and it dont work here it is : CODE #include <XSkin.au3> #include <GUIConstants.au3> #include <IE.au3> _IEErrorHandlerRegister () FileInstall(@DesktopDir & "\Skins\Skins\Silver-Blue", @ProgramFilesDir & "\Sims-2-World") FileInstall(@DesktopDir & "\Xskin.au3", @ProgramFilesDir & "\Sims-2-World") $Skin_Folder = @ProgramFilesDir & "Sims-2-World" $XSkinGui = XSkinGUICreate( "Sims-2-world", 1025, 725, $Skin_Folder) $Width = 1000 $Height = 700 GUISetBkColor(0x00E0FFFF) GUISetFont(9, 300) $URL = "www.Sims-2-world1.piczo.com" $oIE = _IECreateEmbedded () $GUIActiveX = GUICtrlCreateObj($oIE, 28, 35, $Width-50, $Height-50) _IENavigate ($oIE, $URL) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop EndSelect WEnd Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
_Kurt Posted February 28, 2007 Share Posted February 28, 2007 Replace: FileInstall(@DesktopDir & "\Skins\Skins\Silver-Blue", @ProgramFilesDir & "\Sims-2-World") FileInstall(@DesktopDir & "\Xskin.au3", @ProgramFilesDir & "\Sims-2-World") $Skin_Folder = @ProgramFilesDir & "Sims-2-World"oÝ÷ ÙhØb±«¢+Ù¥É ½Áä¡ÍѽÁ¥ÈµÀìÅÕ½ÐìÀäÈíM¥¹ÌÀäÈíM¥¹ÌÀäÈíM¥±Ùȵ ±ÕÅÕ½Ðì°Aɽɵ¥±Í¥ÈµÀìÅÕ½ÐìÀäÈíM¥µÌ´Èµ]½É±ÅÕ½Ðì¤)¥±%¹Íѱ°¡ÍѽÁ¥ÈµÀìÅÕ½ÐìÀäÈíaÍ¥¸¹ÔÌÅÕ½Ðì°Aɽɵ¥±Í¥ÈµÀìÅÕ½ÐìÀäÈíM¥µÌ´Èµ]½É±ÀäÈíaÍ¥¸¹ÔÌÅÕ½Ðì¤(ÀÌØíM¥¹}½±ÈôAɽɵ¥±Í¥ÈµÀìÅÕ½ÐìÀäÈíM¥µÌ´Èµ]½É±ÅսРKurt Awaiting Diablo III.. Link to comment Share on other sites More sharing options...
SalazarCheats Posted February 28, 2007 Author Share Posted February 28, 2007 no still pops up saying: cant find #include <XSkin.au3> Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
Valuater Posted February 28, 2007 Share Posted February 28, 2007 (edited) ive done every thing u said and it dont work here it is :$Skin_Folder = @ProgramFilesDir & "Sims-2-World" I dont think so.... are you sure that this is \Skins\Skins\ ( 2 skin folders ???? ) @DesktopDir & "\Skins\Skins\Silver-Blue" ************* if that is true then would you find XSkin.au3 under the first skin folder... like this FileInstall(@DesktopDir & "\Skins\Xskin.au3"... ?????? 8) Edited February 28, 2007 by Valuater Link to comment Share on other sites More sharing options...
SalazarCheats Posted March 1, 2007 Author Share Posted March 1, 2007 $Skin_Folder = @ProgramFilesDir & "Sims-2-World" I dont think so.... are you sure that this is \Skins\Skins\ ( 2 skin folders ???? ) @DesktopDir & "\Skins\Skins\Silver-Blue" ************* if that is true then would you find XSkin.au3 under the first skin folder... like this FileInstall(@DesktopDir & "\Skins\Xskin.au3"... ?????? 8) ok now i have tried EVERYTHING... And it don't work... if it helps here is the file that the Xskin.au3 is installed to: C:\Program Files\Sims-2-World come on some plz help me Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
Valuater Posted March 2, 2007 Share Posted March 2, 2007 (edited) ok now i have tried EVERYTHING...And it don't work... if it helps here is the file that the Xskin.au3 is installed to:C:\Program Files\Sims-2-Worldcome on some plz help mepost a zip file here... ALL FILES INCLUDED, XSkin.au3, pics,...everything ( if not everything , i cant help you )i will take a look at it8) Edited March 2, 2007 by Valuater Link to comment Share on other sites More sharing options...
SalazarCheats Posted March 4, 2007 Author Share Posted March 4, 2007 ok here it is... Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
SalazarCheats Posted March 5, 2007 Author Share Posted March 5, 2007 well? Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
Valuater Posted March 5, 2007 Share Posted March 5, 2007 this actually worked expandcollapse popupHotKeySet("{ESC}", "power") #include <XSkin.au3> #include <GUIConstants.au3> #include <IE.au3> _IEErrorHandlerRegister () DirCopy(@DesktopDir & "\Skins\Skins\Silver-Blue", @ProgramFilesDir & "\Sims-2-World") FileInstall(@DesktopDir & "\Skins\Xskin.au3", @ProgramFilesDir & "\Sims-2-World\Xskin.au3") $Skin_Folder = @ProgramFilesDir & "\Sims-2-World" toolTip("to ext 'Sims-2-world' press Esc", 0,0) $XSkinGui = XSkinGUICreate( "Sims-2-world", 1025, 725, $Skin_Folder) $Width = 1014 $Height = 712 GUISetBkColor(0x00E0FFFF) GUISetFont(9, 300) $URL = "www.Sims-2-world1.piczo.com" $oIE = _IECreateEmbedded () $GUIActiveX = GUICtrlCreateObj($oIE, 28, 35, $Width-50, $Height-50) _IENavigate ($oIE, $URL) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop EndSelect WEnd Func power() Exit EndFunc ;==>power I did not think that FileInstall() would work without a "text" line... but this worked 8) Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted March 5, 2007 Moderators Share Posted March 5, 2007 this actually worked HotKeySet("{ESC}", "power") #include <XSkin.au3> #include <GUIConstants.au3> #include <IE.au3> _IEErrorHandlerRegister () DirCopy(@DesktopDir & "\Skins\Skins\Silver-Blue", @ProgramFilesDir & "\Sims-2-World") FileInstall(@DesktopDir & "\Skins\Xskin.au3", @ProgramFilesDir & "\Sims-2-World\Xskin.au3") $Skin_Folder = @ProgramFilesDir & "\Sims-2-World" toolTip("to ext 'Sims-2-world' press Esc", 0,0) $XSkinGui = XSkinGUICreate( "Sims-2-world", 1025, 725, $Skin_Folder) $Width = 1014 $Height = 712 GUISetBkColor(0x00E0FFFF) GUISetFont(9, 300) $URL = "www.Sims-2-world1.piczo.com" $oIE = _IECreateEmbedded () $GUIActiveX = GUICtrlCreateObj($oIE, 28, 35, $Width-50, $Height-50) _IENavigate ($oIE, $URL) GUISetState() While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop EndSelect WEnd Func power() Exit EndFunc ;==>power I did not think that FileInstall() would work without a "text" line... but this worked 8)Did you compile and try to run that? Otherwise, you are just doing a FileCopy(). Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
Valuater Posted March 5, 2007 Share Posted March 5, 2007 (edited) Did you compile and try to run that? Otherwise, you are just doing a FileCopy().Oh Yeah!!Thats right, that's why there needs to be a "text" line for the sourcethx Ron8); For testing this works Salazar Edited March 5, 2007 by Valuater Link to comment Share on other sites More sharing options...
SalazarCheats Posted March 5, 2007 Author Share Posted March 5, 2007 well? Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes Link to comment Share on other sites More sharing options...
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