| View previous topic :: View next topic |
| Author |
Message |
awannaknow
Joined: 14 Jun 2009 Posts: 34
|
Posted: Sat Oct 24, 2009 5:33 pm Post subject: How to select folder in tree in allinone installation soft ? |
|
|
Hi,
I searched before posting, but was unable to find something I can use or sometimes even understand ...
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 ...
 |
|
| Back to top |
|
 |
Guest
|
Posted: Sat Oct 24, 2009 6:38 pm Post subject: |
|
|
| check help file for ControlSetText, it might work |
|
| Back to top |
|
 |
txquestor
Joined: 22 Aug 2009 Posts: 294
|
Posted: Sat Oct 24, 2009 7:04 pm Post subject: |
|
|
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 _________________
"Man's quest for knowledge is an expanding series whose limit is infinity" |
|
| Back to top |
|
 |
awannaknow
Joined: 14 Jun 2009 Posts: 34
|
Posted: Sun Oct 25, 2009 11:21 am Post subject: FeedBack |
|
|
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 !
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. |
|
| Back to top |
|
 |
txquestor
Joined: 22 Aug 2009 Posts: 294
|
Posted: Sun Oct 25, 2009 5:26 pm Post subject: |
|
|
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  _________________
"Man's quest for knowledge is an expanding series whose limit is infinity" |
|
| Back to top |
|
 |
awannaknow
Joined: 14 Jun 2009 Posts: 34
|
Posted: Mon Oct 26, 2009 8:12 am Post subject: |
|
|
Hi, txquestor
I got this error :
Tried to find the problem, but can't.
 |
|
| Back to top |
|
 |
MasterFocus
Joined: 08 Apr 2009 Posts: 882 Location: Rio de Janeiro - RJ - Brasil
|
Posted: Mon Oct 26, 2009 1:25 pm Post subject: |
|
|
Too few parameters passed to function. _________________
Antonio França
aka MasterFocus aka Tunis
+ My AHK stuff: ~MasterFocus
+ AHK @ irc.freenode.net: #ahk
Contact: PM only ! |
|
| Back to top |
|
 |
awannaknow
Joined: 14 Jun 2009 Posts: 34
|
Posted: Mon Oct 26, 2009 5:39 pm Post subject: |
|
|
| MasterFocus wrote: | | Too few parameters passed to function. |
Boa tarde (aqui e muito tarde) Antonio !
Yes, I read it too, but don't know what to do with this information !
 |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3854 Location: Bremen, Germany
|
Posted: Mon Oct 26, 2009 6:50 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
awannaknow
Joined: 14 Jun 2009 Posts: 34
|
Posted: Mon Oct 26, 2009 10:16 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|