Jump to content

SxyfrG

Active Members
  • Posts

    126
  • Joined

  • Last visited

Profile Information

  • Location
    Australia

SxyfrG's Achievements

Adventurer

Adventurer (3/7)

0

Reputation

  1. They all have 1 post and all joined in the last 50 minutes.
  2. A small update in preparation for bigger ones. I've added an updater so you don't have to check back here for updates Check first post for more details.
  3. Quick aesthetic update >_< See first post for changes and new download links Once i get my new graphics card and PSU this arvo i might add the network options
  4. Without seeing any of your code, this is what i can suggest: Before the For Next loop, disable OnEventMode and create the GUI with the controls and such. Then when the gui is needed within the For Next loop, "call it into play" but showing it (duh ) and have a While Wend loop within your for next loop to handle anything like that. E.g. $Opt = Opt("GUIOnEventMode", 0) ;Create GUI and controls here For $i = 1 To $Var ; do your stuff here If $Somethinghappened Then GUISetState(@SW_SHOW) While 1 $Msg = GUIGetMsg() Switch $Msg Case $A_Button ;do stuff Case $Another_Button ;do stuff Case -3 ;close button ExitLoop EndSwitch WEnd EndIf ;continue doing stuff if needed Next Opt("GUIOnEventMode", $Opt) That *should* work, didn't test it though >_< *EDIT* Didn't see this was 2 years old, hope it can still help though
  5. Hmm, sounds interesting. I may add an option in the options menu to enable/disable a menu which contains the network-area functions and leave it up to the user whether they want it enabled or not. Thanks again Sul
  6. Very nice program Sul, a bit slow on first initial run (creating .ini file), but it works well after that You've inspired me to update my own program, so in the coming weeks (after my exams) you'll see some big big changes to the way it looks, however internal processing of arrays and ini files will remain the same >_< EDIT: See first post for ToDo list
  7. Very nice, you've actually inspired me to re-design my current scipt (AppLauncherTRAY, see my sig) to make mine less cluttered. *bows*
  8. It was, in it's very first form, an application written strictly for myself to launch my multitude of games. Since then i've made it much much more flexible and the like, all i need to do is change about 3 lines of code so it says AppLauncherTRAY everywhere instead of GameLauncherTRAY and thus change the focus from games to general applications (which i'll do after my easy 2 unit maths [i think that's advanced maths in the USA] exam tomorrow). I'm actually utilising the shellexecute function so you can choose to basically "launch" any document or application you want i *kinda* get what you're saying, and correct me if i'm wrong, but are you suggesting that i should add a hotkey (customisable by the user) which would trigger a tray event via some complex method? Or did i jump in the wrong end? >_< And thank you for the response, i've been hanging out for something to add to this program
  9. One quick suggestion ... Get the formatted RTF text from the control (RichText_GetText only returns unformatted text) Really good work, keep it up
  10. Really good work, too bad your logic is really hard to follow (or maybe i'm just a bit thickheaded today )
  11. Uhh ... How do you resize the control? =\
  12. Thanks gesller I was thinking of setting the menu (i.e. Game1) with the function that launches the application or document, but i decided not to as i know a lot of people who don't hover their mouse over a menu, yet click it to open it instead ... so imagine all the error msgbox's they would have been getting saying "No Path Specified"
  13. Ok, try this link: Download But seriosuly, WTH! I've downloaded the file from all the filehosts i uploaded it to on multiple computers and opened all files successfully with WinRAR, 7Zip and Microsoft zip compressed folders! Could it just be a problem on your end ... ? *EDIT* If the download works and you try this app. can you please provide some feedback ... I'm kinda hanging out for some
×
×
  • Create New...