| View previous topic :: View next topic |
| Author |
Message |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Tue Dec 09, 2003 7:03 pm Post subject: @wintext / @winexists question |
|
|
Hi,
can I use @wintext or @winexists to get data / content from a vds edit box from another window ?
I saw the @winexist(~editboxname) in the help file. This works fine
on the same dialog, but not on an "external".
Another Question.
I can get the memory pointer of a variable using @addr().
Is there a way to write to this using vds ?
Thanks for your help.
Bye, Fabian |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue Dec 09, 2003 8:20 pm Post subject: |
|
|
You will have to use @window() to step through the elements until you get to the editbox that you want. Then use that info with @wintext() to get the text from that edit box. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Wed Dec 10, 2003 6:17 am Post subject: |
|
|
| but this way I cannot identify the edit box by its vds name,right ? |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Wed Dec 10, 2003 12:56 pm Post subject: |
|
|
No, not if it is not on a VDS created app. It will just return the ID or CLASS number. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Wed Dec 10, 2003 2:09 pm Post subject: |
|
|
and with an vds app ? Can I get the vds element name of a element on another application (developed in vds) ?
Bye, Fabian |
|
| Back to top |
|
 |
|