We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2006-06-19 11:20 PM
2006-06-19 11:25 PM
2006-06-20 02:25 AM
2006-06-21 06:27 PM
F. wrote:Hi F.Beister,
No there is no way to get read the autotext content. It would be necessary in many cases, because since AC10 they are able to content wrapped text, which has to be reacted on in most cases you are using it in objects.
2006-06-21 07:09 PM
Braza wrote:What would you REQUEST? There's nothing in the GDL system that would know what value the Layout was placing into the Autotext field.F. wrote:Hi F.Beister,
No there is no way to get read the autotext content. It would be necessary in many cases, because since AC10 they are able to content wrapped text, which has to be reacted on in most cases you are using it in objects.
And what if we create an object "DrawingInfo" with a variable "Client" and use the REQUEST to define another variable and use it as a trigger as Ignacio said!... Just a taught...
2006-06-21 09:07 PM
TomWaltz wrote:Forget the REQUEST to an Autotext... The point is REQUEST for an object named "DrawingInfo" and the value of a variable named "Client" in it... Instead of defining an AutoText you'd just have to define all the variables in this object... Is it possible?
What would you REQUEST? There's nothing in the GDL system that would know what value the Layout was placing into the Autotext field.
2006-06-21 09:30 PM
2006-06-22 01:25 AM
What would you REQUEST? There's nothing in the GDL system that would know what value the Layout was placing into the Autotext field.@TOM
Forget the REQUEST to an Autotext... The point is REQUEST for an object named "DrawingInfo" and the value of a variable named "Client" in it... Instead of defining an AutoText you'd just have to define all the variables in this object... Is it possible?@Ignazio
2006-06-22 01:29 PM
F. wrote:Originaly the object would have blank text variables that would only be filled in the project environment... If you wanted to store those values you could use the favorites...
- It will only be a work around, because we create redundant information in object+project info.
F. wrote:The changes would be made in the project environment... No need to change the "Library object" or reload the libraries.
- If you store all values into an object and save it to library it is a very hard way to make changes or add new text, because you have to open and save the object and probably reload the libraries.
F. wrote:Even with that "value return" capability that Tom mentioned?
- If you use an object, placed in the project, you can't request a value from it, because there's no other than labels and markers, which can "interact" with (one) other object(s). So changes in your client-object do not affect anything to the CALL-RETURN construction in any other placed plan.
2006-06-22 01:50 PM
Even with that "value return" capability that Tom mentioned?Yes. You call a macro by CALL, not a placed object in the plan! Otherwise you would have to name it by its internal ID to make shure which of the x placed objects you wan't to request from.