We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-06-20 08:29 AM - last edited on 2024-09-18 03:43 PM by Doreena Deng
I want to create such an UI Where a table is displayed and the user is able to make selections by clicking on any row in the table.
Solved! Go to Solution.
2024-06-20 11:26 AM
Hi Amit,
To achieve what you are after you will probably need to research the List Box dialogue item type - SingleSelList / MultiSelList and all the associated DGList functions.
You will also need to check out OnTab items and DGListSetDialItemOnTabField. Using this you can use many different dialogue item types - not just text / icons.
Cheers,
Danny
2024-06-20 08:35 AM
2024-06-20 08:44 AM
There is no need to tag Ralph (or anyone else) personally unless you need to get their specific attention to a post.
If it is just a general question, it is open for anyone to answer.
I am sure Ralph browses this forum when he has the time and if he feels inclined to answer, I am sure he will.
Barry.
2024-06-20 11:26 AM
Hi Amit,
To achieve what you are after you will probably need to research the List Box dialogue item type - SingleSelList / MultiSelList and all the associated DGList functions.
You will also need to check out OnTab items and DGListSetDialItemOnTabField. Using this you can use many different dialogue item types - not just text / icons.
Cheers,
Danny
2024-06-20 12:24 PM
In addition to what Danny wrote, take a look at the example project "DG_Test", specifically code including "DG::SingleSelListBox". The OwnerDrawnListBoxPalette class is one case.
2024-06-20 02:40 PM
Thank you Danny, I shall research these right away.
2024-06-20 02:41 PM
Thank you Ralph. I will go through this Example Right away.