playlet Posted March 15, 2010 Author Share Posted March 15, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
playlet Posted March 16, 2010 Author Share Posted March 16, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
FinalVersion Posted March 16, 2010 Share Posted March 16, 2010 But what if you accidentally move buttons? It does ask you to overwrite but still...Move them back I like the delete message box, but moving is just plain annoying. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center] Link to comment Share on other sites More sharing options...
FinalVersion Posted March 17, 2010 Share Posted March 17, 2010 New suggestion, add some sort of way to rename buttons, other then via the ini file. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center] Link to comment Share on other sites More sharing options...
dantay9 Posted March 18, 2010 Share Posted March 18, 2010 Is there any better way besides comparing window size with desktop size? Try this: If(BitAnd(WinGetState(), 32)) Then ;window is maximized EndIf Link to comment Share on other sites More sharing options...
playlet Posted March 25, 2010 Author Share Posted March 25, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
Shafayat Posted March 25, 2010 Share Posted March 25, 2010 Thanks for the update. With every update, it looks more and more professional. Here are other things I want to be added- 1. Skin builder 2. Customize size of buttons without editing sourcecode. [Not using this account any more. Using "iShafayet" instead] Link to comment Share on other sites More sharing options...
playlet Posted March 25, 2010 Author Share Posted March 25, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted March 25, 2010 Share Posted March 25, 2010 For renaming the buttons, I would put the ability to rename the buttons on both the normal gui and also in the jumplist. My opinion of how it should work is double clicking on the button would change the button into an inputbox. That is how I would do it. As far as a skinbuilder goes, I don't think you should spend any time in creating one because it would be much too difficult and totally pointless. If someone wants to create their own skins, they can just create their own files in the same format as the current ones. Link to comment Share on other sites More sharing options...
playlet Posted March 25, 2010 Author Share Posted March 25, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
playlet Posted March 25, 2010 Author Share Posted March 25, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted March 26, 2010 Share Posted March 26, 2010 That works very well also. Much easier to implement too. Link to comment Share on other sites More sharing options...
MHOrhan Posted August 3, 2010 Share Posted August 3, 2010 Hi playlet, you know I'am a new user for AutoIT. I have compiled your script, original or turkish translated. But having a message "already running" How to compiled this script say me please. Link to comment Share on other sites More sharing options...
playlet Posted August 7, 2010 Author Share Posted August 7, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
BasicOs Posted August 12, 2010 Share Posted August 12, 2010 (edited) Hi, MHOrhan!You must compile this script from full Scite editor by pressing F7. This "already running" message appears because you probably have it running already.P.S.From now on, if you are planning to translate any version of Playlet's Launcher to your language, please KEEP ORIGINAL PROGRAM TITLE "Playlet's Launcher". It sound akwards in Spanish "Playlet´s Launcher", have you any other more commercial nickname?It looks nice your P.L., I was testing it in a 2 monitors pcs.I got a bug in your P.L., if you got 2 screens it gets crazy (opens and close quickly), when you move your mouse not at the main screen but in the second monitor.It is something to do with the coords high -> the vertical axys where it is the same interval where the P.L. lives.Anyways, is there a way to relocate the P.L. at the left side of the screen, instead. As far as I got the second monitor extending right sided.Salu22:) Edited August 12, 2010 by BasicOs Autoit.es - Foro Autoit en Español Word visitors Image Clustrmap image: - Football Spanish team - Spanish team: Casillas, Iniesta, Villa, Xavi, Puyol, Campdevilla, etc..Programando en Autoit+Html - Coding Autoit-Html - Arranca programas desde Internet - Preprocesador de Autoit a http Link to comment Share on other sites More sharing options...
playlet Posted August 12, 2010 Author Share Posted August 12, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
playlet Posted August 22, 2010 Author Share Posted August 22, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
FinalVersion Posted August 25, 2010 Share Posted August 25, 2010 Well _IsPressed is GetAsyncKeyState wrapped, so just use that. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center] Link to comment Share on other sites More sharing options...
playlet Posted August 25, 2010 Author Share Posted August 25, 2010 (edited) --- Edited August 18, 2016 by playlet Link to comment Share on other sites More sharing options...
dantay9 Posted September 1, 2010 Share Posted September 1, 2010 Personally, I always use GUIGetCursorInfo because it also provides other information which is often very useful. I don't think there would be any significant speed differences, but I haven't tested it. 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