ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

PutAside: declutter and cycle through windows

<< < (4/6) > >>

Grorgy:
 :Thmbsup: works a treat for me now  :) ty

cemole:
I get the following error message when I select the "Preferences" for the second time.

justice:
Thanks for that cemole, sorry to hear about it. I'll investigate.

lanux128:
I get the following error message when I select the "Preferences" for the second time.-cemole (August 15, 2007, 05:36 PM)
--- End quote ---
looks like a problem with the GUI being invoked without the destroy command.. this command: Gui, Destoy will be able to solve the problem.. :)

cemole:
looks like a problem with the GUI being invoked without the destroy command.. this command: Gui, Destoy will be able to solve the problem.. :)
-lanux128 (August 16, 2007, 07:36 AM)
--- End quote ---

Exactly, I added Gui, Destroy to line 236 and the error is gone. Thank you lanux128.
Here is that section of the code:

SETTINGS:
   Hotkey,%PutAsideHK%,Off
   Hotkey,%CycleHK%,Off
   Gui, Add, Text, x12 y12 w100 h23 , PutAside hotkey:
   Gui, Destroy
   Gui, Add, Hotkey, x132 y12 w170 h23 vPutAsideHK , %PutAsideHK% 
   Gui, Add, Button, x202 y87 w100 h23 GSETTINGSOK Default,&OK
   Gui, Add, Button, x92 y87 w100 h23 GSETTINGSCANCEL,&Cancel
   Gui, Add, Hotkey, x132 y45 w170 h23 vCycleHK , %CycleHK%   
   Gui, Add, Text, x12 y45 w100 h30 , Cycle hotkey:
   Gui, Show, x127 y87 h120 w320, PutAside Preferences
Return
--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version