Jump to content

---


playlet
 Share

Recommended Posts

  • Replies 338
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

It was originally set up for 1024x768 resolution. If you can't see it, change Show sensitivity value from tray menu (that's the distance from the edge of the screen in pixels that will activate Launcher).

(Made with AutoIt v3.3.6.1).

You said it working good 1024x768 but i say you, in 1280x1024 your script working amazing!
Link to comment
Share on other sites

  • 3 weeks later...

WOW, This is just awesome... You have really created a master piece...

I do have one request... Any way you could put a option in the tray for which side of the screen the user wants it on.

I tried but I'm just to new at Autoit to understand everything you have done.

I also have three screens here at work and when I adjust your red line to the negatives, it shows the line moving to the other screen but when I put the cursor over the line the toolbar does not show.

Link to comment
Share on other sites

  • 1 month later...

I'm having trouble getting this working on Windows 7.

Does anyone have it running on 7 already?

I'm running on 64-bit. It was crashing on calls to "about:Blank" so I commented out the two lines that call this and recompiled.

I get it showing up in the tray, but no UI.

Running dual monitors.

Any pointers much appreciated.

Link to comment
Share on other sites

  • 1 month later...

I am using winXP sp3 ,

The first time i downloaded the script was working really nice and smooth.

The next day i try to run the script and i get error on the same lines as in previous post.

The Shell.Explorer.2 object seems to be ok , ,but i get error on .Navigate

I dont think there is problem with "about:blank" .

It is realy strange ! once works and then poof!....

I try the script at home (winXP sp3 ) and works like a charm.

Anyway i have several problems with utility scripts i wrote, the first time the operation i ask to make almost always fails ! while on the second or third try (without chaning absolutely anything) works fine. Any suggestions ? (ok maybe the question doesn't fit here).

The UL realy rocks ! and as concept and as effort made . bravo !

Link to comment
Share on other sites

I am using winXP sp3 ,

The first time i downloaded the script was working really nice and smooth.

The next day i try to run the script and i get error on the same lines as in previous post.

The Shell.Explorer.2 object seems to be ok , ,but i get error on .Navigate

I dont think there is problem with "about:blank" .

It is realy strange ! once works and then poof!....

I try the script at home (winXP sp3 ) and works like a charm.

Anyway i have several problems with utility scripts i wrote, the first time the operation i ask to make almost always fails ! while on the second or third try (without chaning absolutely anything) works fine. Any suggestions ? (ok maybe the question doesn't fit here).

The UL realy rocks ! and as concept and as effort made . bravo !

Forgot to mention i also got and the

Ultimate Launcher.au3 (189) : ==> Subscript used with non-Array variable.:

Switch $pos[2]

Switch $pos^ ERROR

Link to comment
Share on other sites

Ok , i have started to read the code just in case and i find something , for the

Ultimate Launcher.au3 (187) : ==> Subscript used with non-Array variable.:

Switch $pos[2]

Switch $pos^ ERROR

->11:46:33 AutoIT3.exe ended.rc:1

and so far i found that in the code

174 While 1; MAIN LOOP
175 Local $armouseposXY = 0
176 $armouseposXY = MouseGetPos()
177 If IsArray($armouseposXY) Then
178 Switch Activate($armouseposXY)
179     Case 1
180         AdlibRegister("UpdateStatus", 1000)
181         SHGUI(1)
182         $armouseposXY = MouseGetPos()
183         If IsArray($armouseposXY) Then
184         While Activate($armouseposXY) = 1
185             $pos = GUIGetCursorInfo($MIGUI) ;<==== this is possible problem

(i have added few lines of mine just for test purposes)

You are making assumption that the $MIGUI is ACTIVE ! and it is NOT !

the manual says clearly that GUIGetCursorInfo works ONLY is the GUI is active.

An form what i get so far the is no GUI at all.

dunno if this helps for further investigation

And the problem with Navigate("about.blank") still persists

Link to comment
Share on other sites

Dear paylet,

i would have done a lot more on searching the code for nailing the error but the biggest problem now is that u use

many UDF code inside UL_require ( you say it helps keeping the exe minimal size , anyway it ok, but it is difficult to

start working on it)

I managed resolve the "about:blank" problem when i used <IE.au3> but then all the mixup with includes starts.

and the problem is that my udfs arent fully compatible with the code u use inside UL_require.

A solution is to start rewriting the code , just give it a better shape and have a better path for what is going on in every single

execution time.

Dunno ,i'm just writing thoughts. (AutoItObject is one thing that could do better code , and using a MVC like design)

Anyway , i like to chase problems ... :huh2:

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...