AutoHotkey Community

It is currently May 26th, 2012, 1:27 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 167 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7 ... 12  Next
Author Message
 Post subject:
PostPosted: May 6th, 2005, 3:34 pm 
what version of open office are you using?

The current code works fine for me using the version 2.0 beta.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2005, 4:07 pm 
Offline

Joined: May 2nd, 2005, 8:02 am
Posts: 12
reynoldscr wrote:
what version of open office are you using?
The current code works fine for me using the version 2.0 beta.


I use 1.1.4 final. I was waiting for 2.0 to get more stable.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 7th, 2005, 2:50 am 
I just realised that I still have 1.1.4 installed, and the script works in that version as well, so I'm not sure what would be causing the script to not work for you.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 7th, 2005, 2:55 am 
reynoldscr wrote:
I just realised that I still have 1.1.4 installed, and the script works in that version as well, so I'm not sure what would be causing the script to not work for you.


No idea. In any case, it works everywhere else where it is supposed to, including MSOffice word. Perhaps it is because I am using the spanish version?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 7th, 2005, 5:52 am 
actually, I had chosen to replace normal open/save with openoffice ones.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 7th, 2005, 7:01 am 
dmiranda2 wrote:
actually, I had chosen to replace normal open/save with openoffice ones.


I assume thats an option somewhere in OpenOffice?

I'll try and find it in mine, and see what happens


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 7th, 2005, 10:19 am 
I turned on the openoffice dialogs, but I'm afraid there isn't enough info available via window spy for me to make the required changes. the only thing window spy seems to be able to determine about the openoffice dialogs is the class. It will take someone with a bit more than my meager knowledge to adapt the script for the openoffice dialog I'm afraid.

For the moment, if you really want want ot use the easy acces script, I guess you will have to go back to the normal dialogs.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 7th, 2005, 11:26 am 
Offline

Joined: May 2nd, 2005, 8:02 am
Posts: 12
reynoldscr wrote:
For the moment, if you really want want ot use the easy acces script, I guess you will have to go back to the normal dialogs.


Did so, thank you!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 8th, 2005, 11:23 am 
great script, thx

FavoritFolders.exe
Code:
#NoTrayIcon
run, D:\misc\FavoritFolders\sendf.exe


and sendf.exe
Code:
#NoTrayIcon
WinWait, Dateidownload,
IfWinNotActive, Dateidownload, , WinActivate, Dateidownload,
WinWaitActive, Dateidownload,
Send, f
loop


"dateidownload" is in german os
with sendf.exe you can link to progs like notepad.exe


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 8th, 2005, 11:35 am 
oh, sorry
sendf.exe
Code:
#NoTrayIcon
loop
{
WinWait, Dateidownload,
IfWinNotActive, Dateidownload, , WinActivate, Dateidownload,
WinWaitActive, Dateidownload,
Send, f
}


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 28th, 2005, 7:39 pm 
Great script, the only problem is thet with it I'm getting mouse slowdowns sometime, like using flash sites... Anyone know the reason??


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2005, 12:22 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Quote:
I'm getting mouse slowdowns sometime
If the CPU is under heavy load, any script that uses mouse hotkeys might cause mouse cursor lag. A possible workaround is to increase the priority of the script by putting the following line near the top:

Process, Priority, , High

This issue was also added to the FAQ not too long ago.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2005, 5:55 pm 
Offline

Joined: July 2nd, 2004, 11:53 pm
Posts: 207
Quote:
I would like to have the display of my favorite folders divide in sections, through separators. This was easy to do in ini. How do you do that with a directory full of shortcuts?


I changed mine to use a modified version of my foldermenu function. With that you can have sub folders in the shortcuts directory that show up as sub menus on the favorites menu. Quite nice, and a fairly easy change to make.

_________________
<enormous animated gif>


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 31st, 2005, 6:45 am 
Offline

Joined: May 2nd, 2005, 8:02 am
Posts: 12
savage wrote:
I changed mine to use a modified version of my foldermenu function. With that you can have sub folders in the shortcuts directory that show up as sub menus on the favorites menu. Quite nice, and a fairly easy change to make.


That is great! Now, where would that script be? :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 5th, 2005, 7:11 pm 
Offline

Joined: June 4th, 2005, 11:56 am
Posts: 26
Location: Lokeren, Belgium
May I suggest some small extension/update of this great script?
; - Formally define desired directory explorer/editor
; - Use the defined explorer to run in the fall-through case
; - use the defined explorer to edit the favorites folder

Here's my adaptation:
(Moderator: Scroll down a few posts to see the script)


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, maraskan_user, Yahoo [Bot] and 15 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