AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Scriptlet Library v4
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Mon Sep 04, 2006 9:22 pm    Post subject: Reply with quote

Thanks
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MsgBox



Joined: 17 Nov 2005
Posts: 179
Location: Leicester, UK

PostPosted: Mon Sep 04, 2006 9:44 pm    Post subject: Reply with quote

Hello Rajat Laughing

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 or Very Mad

the name is Rajat! Wink


Sorry. Embarassed
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. Smile

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. Laughing
Back to top
View user's profile Send private message Visit poster's website
Rajat



Joined: 28 Mar 2004
Posts: 1718

PostPosted: Mon Sep 04, 2006 9:55 pm    Post subject: Reply with quote

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. Laughing

Laughing
_________________
Back to top
View user's profile Send private message
robiandi



Joined: 08 Aug 2006
Posts: 50

PostPosted: Tue Sep 05, 2006 3:33 am    Post subject: Reply with quote

@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.
Back to top
View user's profile Send private message
MsgBox



Joined: 17 Nov 2005
Posts: 179
Location: Leicester, UK

PostPosted: Tue Sep 05, 2006 10:38 am    Post subject: Reply with quote

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. Wink

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. Smile

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?)
Back to top
View user's profile Send private message Visit poster's website
robiandi



Joined: 08 Aug 2006
Posts: 50

PostPosted: Tue Sep 05, 2006 12:17 pm    Post subject: Reply with quote

Even with the results of your experiments I can't reproduce "sunken edit fields".
Back to top
View user's profile Send private message
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Tue Sep 05, 2006 4:02 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Send e-mail Visit poster's website
robiandi



Joined: 08 Aug 2006
Posts: 50

PostPosted: Tue Sep 05, 2006 4:56 pm    Post subject: Reply with quote

I don't even know what AOT is.
Back to top
View user's profile Send private message
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Tue Sep 05, 2006 5:17 pm    Post subject: Reply with quote

Sorry, AOT = AlwaysOnTop, might be my own abbreviation.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MsgBox



Joined: 17 Nov 2005
Posts: 179
Location: Leicester, UK

PostPosted: Tue Sep 05, 2006 5:18 pm    Post subject: Reply with quote

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 Smile

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 Smile
Back to top
View user's profile Send private message Visit poster's website
robiandi



Joined: 08 Aug 2006
Posts: 50

PostPosted: Tue Sep 05, 2006 5:38 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
keybored



Joined: 18 Jun 2006
Posts: 90
Location: Phoenix, AZ

PostPosted: Sun Mar 04, 2007 8:41 am    Post subject: Broken Reply with quote

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?
Back to top
View user's profile Send private message
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Sun Mar 04, 2007 10:19 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message Send e-mail Visit poster's website
keybored



Joined: 18 Jun 2006
Posts: 90
Location: Phoenix, AZ

PostPosted: Sat Mar 10, 2007 11:24 pm    Post subject: no go Reply with quote

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.
Back to top
View user's profile Send private message
Elevator_Hazard



Joined: 28 Oct 2006
Posts: 304
Location: US

PostPosted: Mon Mar 26, 2007 10:23 pm    Post subject: Reply with quote

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 Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group