We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-06-10 10:26 AM - edited 2023-06-10 11:44 AM
This if statement doesn't work.
The intent is to lock the GDL.
They say they want to prove that they belong to our company by putting in the company name and phone number and making it not work if it is different from this.
If not, I would like it to be.
As I tested, the value is not changed, but only calculated with "<NOTES>". The number of characters is 7, and the values of strsub 1 and 2 are "<N".
It seems that there is a way to get the value from request etc.
Is this an unsolvable problem?
Should I add it to my wishlist?
Solved! Go to Solution.
2023-06-11 04:36 PM
You cannot work with Autotext in Operations in GDL. You only can display autotext.
Attached an object which requests all autotexts.
https://download.b-prisma.de/objekte/Autotext-Selector.gsm
2023-12-18 12:27 PM
Have you seen this Website: https://gdl.graphisoft.com/tips-and-tricks/display-properties-with-labels
There is shown how to work with properties. Is that what you are looking for?
2023-06-10 12:42 PM - last edited on 2023-06-13 06:20 AM by Laszlo Nagy
DIM autoTextListArray[] n = REQUEST ("AUTOTEXT_LIST", "", autoTextListArray)
Looking at which gsm file can I create this interface?
DIM autoTextListArray[]
n = REQUEST ("AUTOTEXT_LIST", "", autoTextListArray)
ui_style 0, 1
ui_outfield "Select Property", 10, 10, 100, 20
ui_Style 0, 0
ui_style 0, 1
ui_outfield "Select Property", 10, 10, 100, 20
ui_Style 0, 0
ui_custom_popup_infield "myProperty",
70, 30, 370, 20, ! X Position, Y Position, Width, Height
1,
3,
1,
_displayName,
autoTextListArray !! This is error
2023-06-10 08:24 PM
GDL sadly can't "see" Autotext...
2023-06-11 03:26 AM - last edited on 2023-06-13 06:20 AM by Laszlo Nagy
ui_style 0, 1
ui_outfield "Select Property", 10, 10, 100, 20
ui_Style 0, 0
ui_custom_popup_infield "myProperty",
70, 30, 370, 20, ! X Position, Y Position, Width, Height
1,
3,
1,
_displayName,
autoTextListArray
2023-06-11 04:36 PM
You cannot work with Autotext in Operations in GDL. You only can display autotext.
Attached an object which requests all autotexts.
https://download.b-prisma.de/objekte/Autotext-Selector.gsm
2023-12-18 10:10 AM - edited 2023-12-18 11:36 AM
Hi there, is there a way that I can see all listed autotexts?
2023-12-18 11:23 AM
@Domagoj Lukinic wrote:
Hi there, is there a way that I can see all listed
audiotextsautotexts?
I am not quite sure what you mean.
There is no list that you can print out if that is what you want.
Just expand the list you show in your image and you will see them all.
Better still, just start typing something in the search at the top to see what might be applicable for what you need.
Barry.
2023-12-18 11:37 AM - edited 2023-12-18 11:38 AM
No no no, I was asking is there a GDL object like Joachim Suehlo made that has a dropdown menu like that one that has listing of all autotext-s like property's
2023-12-18 12:09 PM - edited 2023-12-18 12:11 PM
What do you need additionally to the object "Autotext-Selector"?
2023-12-18 12:19 PM
Hi there, I would need list of custom property's and general parameters...