| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Mon Sep 04, 2006 9:22 pm Post subject: |
|
|
Thanks _________________ Ciao
toralf  |
|
| Back to top |
|
 |
MsgBox
Joined: 17 Nov 2005 Posts: 179 Location: Leicester, UK
|
Posted: Mon Sep 04, 2006 9:44 pm Post subject: |
|
|
Hello Rajat
| 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!!
the name is Rajat!  |
Sorry.
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.  |
|
| Back to top |
|
 |
Rajat
Joined: 28 Mar 2004 Posts: 1718
|
Posted: Mon Sep 04, 2006 9:55 pm Post subject: |
|
|
| 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.  |
 _________________
 |
|
| Back to top |
|
 |
robiandi
Joined: 08 Aug 2006 Posts: 50
|
Posted: Tue Sep 05, 2006 3:33 am Post subject: |
|
|
@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 |
|
 |
MsgBox
Joined: 17 Nov 2005 Posts: 179 Location: Leicester, UK
|
Posted: Tue Sep 05, 2006 10:38 am Post subject: |
|
|
| 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?) |
|
| Back to top |
|
 |
robiandi
Joined: 08 Aug 2006 Posts: 50
|
Posted: Tue Sep 05, 2006 12:17 pm Post subject: |
|
|
| Even with the results of your experiments I can't reproduce "sunken edit fields". |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Tue Sep 05, 2006 4:02 pm Post subject: |
|
|
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 |
|
 |
robiandi
Joined: 08 Aug 2006 Posts: 50
|
Posted: Tue Sep 05, 2006 4:56 pm Post subject: |
|
|
| I don't even know what AOT is. |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Tue Sep 05, 2006 5:17 pm Post subject: |
|
|
Sorry, AOT = AlwaysOnTop, might be my own abbreviation. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
MsgBox
Joined: 17 Nov 2005 Posts: 179 Location: Leicester, UK
|
Posted: Tue Sep 05, 2006 5:18 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
robiandi
Joined: 08 Aug 2006 Posts: 50
|
Posted: Tue Sep 05, 2006 5:38 pm Post subject: |
|
|
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 |
|
 |
keybored
Joined: 18 Jun 2006 Posts: 90 Location: Phoenix, AZ
|
Posted: Sun Mar 04, 2007 8:41 am Post subject: Broken |
|
|
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 |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sun Mar 04, 2007 10:19 am Post subject: |
|
|
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 |
|
 |
keybored
Joined: 18 Jun 2006 Posts: 90 Location: Phoenix, AZ
|
Posted: Sat Mar 10, 2007 11:24 pm Post subject: no go |
|
|
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 |
|
 |
Elevator_Hazard
Joined: 28 Oct 2006 Posts: 304 Location: US
|
Posted: Mon Mar 26, 2007 10:23 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
|