playlet Posted January 24, 2010 Author Share Posted January 24, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
picea892 Posted January 24, 2010 Share Posted January 24, 2010 Hi Playlet. perhaps I'm doing something wrong. The drag move doesn't seem to work for me? This script is getting detailed, not sure I'm able to trouble shoot for myself. But the ini file never writes a position...so suspecting these lines never get hit IniWrite ($ini_file, "Global_position", "X", $MainWindowPosition2[0]) IniWrite ($ini_file, "Global_position", "Y", $MainWindowPosition2[1]) Any advice or thoughts are appreciated? Link to comment Share on other sites More sharing options...
playlet Posted January 24, 2010 Author Share Posted January 24, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted January 24, 2010 Share Posted January 24, 2010 (edited) I like the addition of the docking on the top and the bottom and how it saves the position after closing. Great job playlet! That jumplist picea was talking about looks really cool. Is that in your list of features to add to this slick program? Being able to pin items to a context menu (or GUI) would be really extend the reach of your launcher. Edit: By the way, it is working on my computer great. I hope picea can get it working on his computer. He seems to have a lot of really great ideas. Edited January 24, 2010 by dantay9 Link to comment Share on other sites More sharing options...
picea892 Posted January 24, 2010 Share Posted January 24, 2010 Excellent, your change worked. Nicely implemented. One observation, you've assumed everyone has their taskbar on the bottom. Mine is on the side, so it appears under the taskbar on the left and leaves a space on the bottom. You can find the placement of the taskbar by using this script. $aTray = WinGetPos("[CLASS:Shell_TrayWnd]") ; taskbar size and position on desktop For $i = 0 To UBound($aTray) -1 ConsoleWrite("+> $aTray[" & $i & "]: "& $aTray[$i] & @CRLF) Next Not sure how/if you plan to do the right click thing. I think if you drop 4 or 5 word documents on to the launcher it should automatically create a microsoft word button and group all the documents on the right click menu. Just the way I would think to use it. May not be for everyone. Some might want two or three word documents on the main buttoms. Any way you do it, I'm sure it'll be a good addition. Cheers Picea Link to comment Share on other sites More sharing options...
playlet Posted January 29, 2010 Author Share Posted January 29, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted January 29, 2010 Share Posted January 29, 2010 I guess the download is now smaller. That's nice. By the way, how are you creating the icl libraries. That is cool and I think I would like to do that sometime. Link to comment Share on other sites More sharing options...
playlet Posted January 30, 2010 Author Share Posted January 30, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted January 30, 2010 Share Posted January 30, 2010 Thanks. I will try that out soon. Link to comment Share on other sites More sharing options...
playlet Posted January 30, 2010 Author Share Posted January 30, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
picea892 Posted January 30, 2010 Share Posted January 30, 2010 Work's for me. Link to comment Share on other sites More sharing options...
playlet Posted February 7, 2010 Author Share Posted February 7, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted February 7, 2010 Share Posted February 7, 2010 The script seems to error out here: C:\Documents and Settings\Owner\Desktop\Playlet's Launcher v4.0 beta\Playlet's Launcher v4.0 beta.au3 (491) : ==> Subscript used with non-Array variable.: WinMove($ImageGUI, "", $i, $Current[1]) WinMove($ImageGUI, "", $i, $Current^ ERROR Link to comment Share on other sites More sharing options...
playlet Posted February 7, 2010 Author Share Posted February 7, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted February 7, 2010 Share Posted February 7, 2010 (edited) Nope, still having trouble with the same line. Edit: found out that the problem line is actually line 141: ShowOrHideGUI("Hide", WinGetPos($ImageGUI)) The script gets to this point, but doesn't get past it before the script errors out. Edited February 7, 2010 by dantay9 Link to comment Share on other sites More sharing options...
playlet Posted February 7, 2010 Author Share Posted February 7, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
picea892 Posted February 7, 2010 Share Posted February 7, 2010 (edited) Very very cool Playlet. I got it working but with a bit of fiddling. I got the same error as Dantay9 when doubling click the .au3 file. But the script runs clean from the scite editor. Apparently the background gui is not created and the error happens If you put a if IsArray($Current) then in the ShowOrHideGUI then the script doesn't crash....right away but the background gui is missing. Anyways. Ran it from Scite and couldn't figure out how to add multiple files to one but using drag and drop. So turned to the ini file and tweaked the ini file and well it works very very well. Anyways, I'm sure you will work out the bugs. I really don't have time to help with your project right now. Life is getting in the way of my scripting,...sigh. Ps: Sleep doesn't work Edited February 7, 2010 by picea892 Link to comment Share on other sites More sharing options...
playlet Posted February 8, 2010 Author Share Posted February 8, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
playlet Posted February 8, 2010 Author Share Posted February 8, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted February 8, 2010 Share Posted February 8, 2010 Just tried your new skin and the script runs. I still can't see the buttons, but it doesn't error out. 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