AutoHotkey Community

It is currently May 26th, 2012, 10:22 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
PostPosted: October 24th, 2009, 6:33 pm 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Hi,

Image
Image
Image
Image
Image
Image
Image
I searched before posting, but was unable to find something I can use or sometimes even understand ...
:oops:
May be it's even possible not to have the windows pops up on the desk during config, it may be done hidden ?
Any directions I'll be glad to ha! have ! ! !
I improved a little bit since my last post, and found a lot of things, it's so interesting , unfortunately time is the one constraint ...
:roll:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2009, 7:38 pm 
check help file for ControlSetText, it might work


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 24th, 2009, 8:04 pm 
Offline

Joined: August 22nd, 2009, 11:23 pm
Posts: 294
Try this to access a specific item in a Treeview.
Read the documentation on this link for how to do it.
http://www.autohotkey.com/forum/viewtopic.php?t=12381

_________________
Image
"Man's quest for knowledge is an expanding series whose limit is infinity"


Report this post
Top
 Profile  
Reply with quote  
 Post subject: FeedBack
PostPosted: October 25th, 2009, 12:21 pm 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Thanks to Guest and txquestor,
I did try txquestor solution first as I didn't understood the relation with my problem with Guest solution.
But could'nt manage txquestor solution: yet, I'm not at the right level to grasp it.
I found the solution myself and when back to give feedback I found that Guest gave it to me !
:wink:
Althought the editbox is grayed out sending something like :
ControlSetText, Edit2, E:\Mes images, Enregistrer, Enregistrez l'image numérisée dans un dossier spécifique.
Did change the default path to E:\Mes images
Thank you for your help I need to dig on txquestor solution as I had an error message when running RTV.ahk (with RemoteBuf.ahk in the same directory, and start to "Read the documentation on this link for how to do it.") :
#Include file "RemoteBuf.ahk" cannot be opened.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 25th, 2009, 6:26 pm 
Offline

Joined: August 22nd, 2009, 11:23 pm
Posts: 294
The command you can use for the RemoteBuf solution is TV_Selectitem

The #include error is because you need to put the path of the file.
Example:

Code:
#include %A_SCRIPTDIR%\RemoteBuf.ahk  ; Autohotkey Built-in Variables for script directory or working directory
; OR
#include \A_ProgramFiles\Autohotkey\lib\RemoteBuf.ahk  ; Autohotkey LIB folder for repeated use or script Libraries like COM.ahk
; OR
#include \your path\RemoteBuf.ahk  ; path of your choice


Let me know how you do with the RemoteBuf solution if you pursue it.

Have Fun :lol:

_________________
Image
"Man's quest for knowledge is an expanding series whose limit is infinity"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 26th, 2009, 9:12 am 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Hi, txquestor

I got this error :
Image

Tried to find the problem, but can't.
:oops:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 26th, 2009, 2:25 pm 
Offline

Joined: April 8th, 2009, 8:23 pm
Posts: 3036
Location: Rio de Janeiro - RJ - Brasil
Too few parameters passed to function.

_________________
"Read the manual. Read it again. Search the forum.
Try something before asking. Show what you've tried.
"
Image
Antonio França
My stuff: Google Profile


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 26th, 2009, 6:39 pm 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
MasterFocus wrote:
Too few parameters passed to function.



Boa tarde (aqui e muito tarde) Antonio !
:P
Yes, I read it too, but don't know what to do with this information !
:roll:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 26th, 2009, 7:50 pm 
Offline

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

There might be two solutions that are easier to accomplish:

Have you tried to give the software the path on installation?
That might be easier then changing the path later.

You might as well take a look at config/ini files or the registry. If the software stores the path there, just change it when the software isn't running.

_________________
Ciao
toralf
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 26th, 2009, 11:16 pm 
Offline

Joined: June 14th, 2009, 7:48 pm
Posts: 331
Hi toralf,
I searched, 2 days ago, to localize a file or registry but nothing.
After reading your post, I installed installwatch , to search once more, to find differences before and after:
Nothing too.
It might be inside some program files like a dll or something.
I would have been glad to make your solution work too.
Maybe I need to learn more.
But it's ok, it work with Guest suggestion :
Quote:
Guest Posted: Sat Oct 24, 2009 9:38 pm Post subject:

check help file for ControlSetText, it might work

I just wanted to learn and dig on txquestor solution.
It seems that trees are not easy to manage.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: AndyJenk, Google [Bot], JSLover, Leef_me, patgenn123, rbrtryn, Yahoo [Bot] and 70 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