zcoacoaz Posted April 9, 2005 Share Posted April 9, 2005 dang... i thought you made it look real cool with graphics and stuff, but you still did a really good job im looking forward to the next versions [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Link to comment Share on other sites More sharing options...
Griff Posted April 9, 2005 Share Posted April 9, 2005 The whole thing about moving the landmarks off the left hand side of the screen is very nice and all, but is there anyway you could have this as an option? the other option to be to have them dissapear (just fade to transparent then set them to hidden). The reason I ask is that I have duel monitors set the opposite way to most people and this means that the windows just move onto my other monitor rather than actually off the screen. Also about the bug with hibernation, this has nothing to do with the mouse magically moving because he says he has 9 msgbox's and as i mentioned in a previous post, as soon as one mssgbox appears, it cannot detect more mouse movements, so you will never get more than one at a time. Thirdly a small bug, I'm not sure just what causes it, but when you have the transparency less than 255 and click off the window, it flickers briefly before then fading down. Finally, a request: Any chance of being able to set notifications for only the currently selected landmark rather than just all or none? Link to comment Share on other sites More sharing options...
buzz44 Posted April 10, 2005 Author Share Posted April 10, 2005 (edited) Thanks all. 1. I am not sure how the hibernation bug is related, as you said once a message box appears it pauses the entire script, meaning that it is impossible to have more than one message box at any one time.2. I may take up your idea if the transparent windows for duel monitors. The coding will be quite big but, I estimate 2500+ lines.3. Due to the message box hibernation incident I'm not sure if I will make a GUI message box. I am still pondering...4. Good idea for the landmark notification. I will have a window that slides up from behind the settings window (or fades in) when you click "On", where you can select which ones you want on.5. And yes I know the 'bug' your talking about, with the brief flicker of a window.I noticed it awhile ago and tried to correct with no such luck. I will look into in further.Thanks Edited April 10, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted April 14, 2005 Share Posted April 14, 2005 Sweet, already 20 feet, and only used it for a minute Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
buzz44 Posted April 15, 2005 Author Share Posted April 15, 2005 Thanks Larry! I really do appreciate that very much! qq Link to comment Share on other sites More sharing options...
buzz44 Posted April 15, 2005 Author Share Posted April 15, 2005 Is it just me or does this show up in everyones task manager... qq Link to comment Share on other sites More sharing options...
zcoacoaz Posted April 15, 2005 Share Posted April 15, 2005 i get that also [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Link to comment Share on other sites More sharing options...
buzz44 Posted April 15, 2005 Author Share Posted April 15, 2005 (edited) Any idea's on how I can get rid of it... I can use GUISetState(@SW_HIDE) for the windows that are off the screen, but say I have 1 landmark open, then there will still be 3 windows in the task manager.Would running it as a service stop it? Not sure why I think that.I am trying to use $WS_EX_TOOLWINDOW as an Extended Style (which it already is) by itself, and it still appears in the task manager when it shouldnt .Edit: My bad, I thought it said "task manager" when really it said "task bar". Still doesnt fix it but . Edited April 15, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
buzz44 Posted April 15, 2005 Author Share Posted April 15, 2005 Im not sure what oyu mean by 're-run'. There are 6 windows for the landmarks, when there not in use, ie, not on screen, they are off screen, they are still there but there X coord is -236 or -234, when you select a landmark it slides onto the screen, this is the same for the landmark selecter. qq Link to comment Share on other sites More sharing options...
buzz44 Posted April 15, 2005 Author Share Posted April 15, 2005 Yes I can hide them when they are offscreen, but in the task manager there will still be 1-3 windows depends on what part you have open, if you have a landmark open it will be "A3 Mouse Odometre", "Landmarks" and whatever landmark oyu have open at that time. Thats what GWOC, TRN all standfor, landmarks. And yes I tried creating the Landmark selector window as a child of the first but it still appears in the task manager, this is what I used. Edit: I must of been doing it wrong lol, I fixed it now, Thanks Larry All the windows are now childs of the main window. qq Link to comment Share on other sites More sharing options...
buzz44 Posted April 15, 2005 Author Share Posted April 15, 2005 (edited) Changed: No more annoying windows appear in task manager as shown in the above post. There will now only be one window, the "A3 Mouse Odometre".See below or original post for latest version.A3_Mouse_Odometre.zip Edited April 15, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
zcoacoaz Posted April 16, 2005 Share Posted April 16, 2005 You might want to use the AnimateWindow functions to make it look better on dual screens [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Link to comment Share on other sites More sharing options...
buzz44 Posted April 16, 2005 Author Share Posted April 16, 2005 Yes I was thinking that. It would also greatly reduce lines of coding aswell. qq Link to comment Share on other sites More sharing options...
ioliver Posted October 21, 2005 Share Posted October 21, 2005 I just checked out your script. Great Job! Ian "Blessed be the name of the Lord" - Job 1:21Check out Search IMF Link to comment Share on other sites More sharing options...
buzz44 Posted October 21, 2005 Author Share Posted October 21, 2005 (edited) Thanks! Even though it is 6 months old . I started working on a making an All-In-One function for the window sliding but it remains unfinished collecting dust on my desktop lol. Edited October 21, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
andrew.arnott Posted October 21, 2005 Share Posted October 21, 2005 (edited) If I lock my computer, for some reason it adds some rediculous amount to the number of km travelled (like 5 km) -- maybe this is related to the hibernate bug? (Awesome script btw!) Edited October 21, 2005 by andrew.arnott Link to comment Share on other sites More sharing options...
buzz44 Posted October 22, 2005 Author Share Posted October 22, 2005 I never did figure that bug out. As far as the code is concerned it only adds to the amount travelled when the mouse is in motion. Perhaps the mouse does a dance while its hibernating O_o lol? qq Link to comment Share on other sites More sharing options...
MSLx Fanboy Posted October 22, 2005 Share Posted October 22, 2005 I haven't upgraded to the most recent version (though it is several months old ), but in one of the older versions, holding down a mouse key or highlighting a selection (I don't remember what it was, I reinstalled a few weeks ago) would not count on the odometer. I'll play around with it again, and see if it still happens, it may have just been my pc, as it was acting up for several months before reinstalling (I'm just that lazy...) Keep it up, I've really enjoyed this little program, last time I remember checking it, I had about 200 miles on it... Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate()) Link to comment Share on other sites More sharing options...
buzz44 Posted October 23, 2005 Author Share Posted October 23, 2005 Thanks! If I get back into AutoIt as I was back then I might decide to finish the version on my desktop :">. Atm I have my Final Exams for the end of school so not much time to do anything. qq 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