AutoHotkey Community

It is currently May 27th, 2012, 9:37 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 77 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: September 4th, 2006, 9:22 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Thanks

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 9:44 pm 
Offline

Joined: November 17th, 2005, 10:14 pm
Posts: 196
Location: Leicester, UK
Hello Rajat :lol:

Rajat wrote:
MsgBox wrote:
(I noticed this with Active GoTo too -- Ragat)


MsgBox wrote:
Isn't that what you asked Ragat to do with Active GoTo toralf?


Ouch!... that's twice!! :evil:

the name is Rajat! :wink:


Sorry. :oops:
You know, when I was typing your nick I did think that it didn't look quite right, but I couldn't put my finger on what it was. :)

Besides...
Rajat's sig wrote:
Everyone makes mistakes. The trick is to make them when nobody is looking.

I didn't think you was looking. :lol:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 4th, 2006, 9:55 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
MsgBox wrote:
Besides...
Rajat's sig wrote:
Everyone makes mistakes. The trick is to make them when nobody is looking.

I didn't think you was looking. :lol:

:lol:

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 3:33 am 
Offline

Joined: August 8th, 2006, 3:55 pm
Posts: 49
@MsgBox:
Quote:
Yes I am aware that the "window rolls up/down", but as I said, it only animates when clicking the save button.

The animation is especially noticeable if you change in RollGuiUp(BarName, vertical = "")
Code:
    DllCall("AnimateWindow","UInt",Gui1UniqueID,"Int",200,"UInt","0x3000a")
by
Code:
    DllCall("AnimateWindow","UInt",Gui1UniqueID,"Int",1000,"UInt","0x3000a")

Perhaps you try this and report if there are any improvements.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 10:38 am 
Offline

Joined: November 17th, 2005, 10:14 pm
Posts: 196
Location: Leicester, UK
Quote:
The animation is especially noticeable if you change in RollGuiUp(BarName, vertical = "")

You are right, it is more noticeable ie slows down the animation... but, thats not the problem. In fact the problem isn't even a problem. ;)

After more experimenting I've found out this:

1:- If aways on top is off (which was the default setting), clicking on a window below Scriptlet Library brings that window to the front, Scriptlet Library disappears briefly then appears as a bar. (If a window is half covering Scriptlet Library, you can see that it animates below that window.) With the bar appearing on top of the active window, I would assume that always on top was on and that you would see the animation! Hence the problem/nonproblem. :)

2:- If aways on top is on, we have visual animation!! (and the sunken edit fields! Could that be caused by using non MS themes?)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 12:17 pm 
Offline

Joined: August 8th, 2006, 3:55 pm
Posts: 49
Even with the results of your experiments I can't reproduce "sunken edit fields".


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 4:02 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Hi there,

Thank you both for evaluating this script.

Next release will have an option to choose between vertical/horizontal rollup bar.

I can't reproduce the sunken behavior, it might be due to your theme.

As for the animation, I could set the gui to AOT during animation, would you like to have that?

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 4:56 pm 
Offline

Joined: August 8th, 2006, 3:55 pm
Posts: 49
I don't even know what AOT is.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 5:17 pm 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Sorry, AOT = AlwaysOnTop, might be my own abbreviation.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 5:18 pm 
Offline

Joined: November 17th, 2005, 10:14 pm
Posts: 196
Location: Leicester, UK
Hello toralf

Quote:
Next release will have an option to choose between vertical/horizontal rollup bar.

That will be nice. Would it be possible to have the vertical bar move to the left hand side (preferably centre left) of the screen either before or after rolling up, then on roll down, go back to it's last position?

Could you also add an option to hide the tray icon?

Thanks :)

Quote:
I can't reproduce the sunken behavior, it might be due to your theme.

Out of curiosity, I loaded the default XP theme and had the same result. So far though, it does seem to be specific to my PC.

Quote:
As for the animation, I could set the gui to AOT during animation, would you like to have that?

If you mean, when you have "Auto-Roll-Up when not active" checked make "aways on top" on by default, then yes that would be a good idea.

robiandi wrote:
I don't even know what AOT is.


Always On Top :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 5th, 2006, 5:38 pm 
Offline

Joined: August 8th, 2006, 3:55 pm
Posts: 49
Thanks for the AOT-explanation.
It's all the same for me to have this property or not. I think that this is not a (life-changing-) difference.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Broken
PostPosted: March 4th, 2007, 8:41 am 
Offline

Joined: June 18th, 2006, 8:47 am
Posts: 346
Location: Phoenix, AZ
This version 4 posted doesn't work on my system.
I'm getting an error
call to non existent function
line 659
"Anchor("EdtGroupName" , " w0.5 ")"

Does this still work for anyone?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 4th, 2007, 10:19 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
Hi,
You need to download the anchor script from titan and place it correctly relative to the scripletlib, please see script. Please report any issue you encounter. Thanks.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject: no go
PostPosted: March 10th, 2007, 11:24 pm 
Offline

Joined: June 18th, 2006, 8:47 am
Posts: 346
Location: Phoenix, AZ
Sorry to say it didn't work. Manually renaming anchor also didn't work. Perhaps because I don't keep this in the default directory, or AHK isn't installed.
Anyway I had a copy of the original scriptlet library at work, works fine.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 26th, 2007, 10:23 pm 
Offline

Joined: October 28th, 2006, 2:14 am
Posts: 297
Location: US
To Keybored: Same thing here... I took out the ../Anchor/ part of the include path and just placed the anchor script into the program's dir and it worked.

To Maker: You should update this into xml using Titan's XML Reader and Titan's XML Writer

_________________
Changed siggy at request of ahklerner :D


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 77 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, nomissenrojb and 18 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group