Jump to content

Chris_1013

Active Members
  • Posts

    337
  • Joined

  • Last visited

About Chris_1013

  • Birthday 08/19/1983

Profile Information

  • Location
    Portsmouth, UK

Recent Profile Visitors

447 profile views

Chris_1013's Achievements

Universalist

Universalist (7/7)

0

Reputation

  1. Isn't it already there? Albeit in an un-compiled version, but why does this matter? By definition if you're updating AutoIt, you must have it installed in the first place!
  2. I don't have much time to read this now, but yeah, it looks quite good. Sorry I missed it, but I was thinking more along the lines of COM stuff. I know there was some great UDFs posted when we had DLL support added, and now with COM it's reduced some of it to just a few lines. Still, sometimes we have to rely on good ol' fashioned external proggies. But if they do the job, hey why not. Thanks in advance, will post my thoughts when I've had more of a play.
  3. Cool, I need to do this for a script I'm writing however, this only covers part of my task. Any ideas on how to; Get the startup type of a service Get a list of services I've done some googling, but not had much luck :-(
  4. JdeB - I think you need to include AU3Xtra.dll in the SciTe install set. Else, I get an error when trying to choose a font for a SplashText in CodeWizard. Edit: Hmmm, soz, just assumed it wasn't there, but it seems it is, just that for some reason when I click this button it says it isn't then gives an AutoIt error - maybe one for whoever wrote CodeWizard to fix. Also... It seems to be missing the pictures in the icons section of the MessageBox tab Edit2: OK, seems that the Choose button works in the un-compiled version of the script, but not in the compiled version.
  5. Resource Hacker isn't actually included with the Scite4AutoIt install set, you have to download it from http://www.users.on.net/johnson/resourcehacker/ If you have a combination of this and CompileAU3 you shoudl have all you need..
  6. Ahhh, dunno since I've never done anything with StringRegExp - it's all too confusing for me, and since I don't know what it does I don't know where I'd use it anyway Didn't know that the documentation is missing in .14 then though. Damn straight though, I can't wait to see new beta-edge. I want Tray Menu, Stdio capture etc. Plus I just like playing with new toys Oh yeah, and your program, just love it cos I'm a lazy arse and can't be bothered to find the download link for the beta each time. Rock on.
  7. Are you sure you're using the latest version of AutoIt? The two modifications both relate to fairly newish changes to AutoIt (namely, the = 1 thing on the -ArrayInsert function is an optional parameter, and the third parameter on FileGetTime is the return type of FileGetTime.)
  8. What's all this fuss about - If you want a version with Regular Expressions in, just fire up AutoUpdateIt and download the latest beta from that. Yes, the version number is .01 older than the released version, but I remember Jon saying the only difference was that he'd removed StringRegExp. There's nothing wrong with the numbering, it was just updated to reflect the fact the version was different.
  9. Woo hooo - can't wait!
  10. Hmmm... is there any way to tell how many icons are in a file? Because, at the moment you can press next right past the last icon in the file.
  11. You have RunErrorsFatal. This can be used to determine whether to have a fatal error or a silent error when a Run or RunWait couldn't be completed for some reason (i.e. application couldn't load). This is the only real thing you can, and need to trap errors for in this way. You can't really trap errors during the execution of another program, since you can't tell how it would error, and you'd ideally need some sort of debug tool to plug into it.
  12. I'm sure splash image would be pretty easy to implement. Probably quite easier as it has less options, so they'd fit easier on the tab. But hey, it's not like I'm gonna bother trying...
  13. gcriaco - I hope you don't mind, but I'm trying to add in an adaptation of my SplashText generator. However, I'm having difficulty fitting everything in. I'm trying to keep in line with your design, but I can't really figure out fitting in the options bits. Namely, check boxes for; 0 = Center justified/always on top/with title (default) 1 = Thin bordered titleless window 2 = Without "always on top" attribute And radio buttons for; 4 = Left justified text 8 = Right justified text 16 = Windows can be moved If you're happy for me to play, do you - or anyone else who's better at GUIs, since I don't really like that, want to help with fitting them in? I've attached what I've got so far. I think I should be able to add the rest as your code is really cleanly written and easy to read. As I said, as long as you don't mind me doing this - don't want to step on toes. CodeWizard.au3
  14. Open the help file... read some stuff... try some things out... then come here when you have problems...
  15. Don't know whether to post this here, or in the updater thread, but is there any chance of you / Jon / Saunders putting something together for checking for SciTe updates? Maybe integrated into the AutoIt updater in some way?
×
×
  • Create New...