Jahidur
Participant
since ‎2021-05-04
‎2022-09-06

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

User activity

Hi,In a custom Add-On i try to create a new custom Model View Options. Using the "ACAPI_Attribute_Get" i can get access the API_Attribute properties and in that properties i can get any specific Model View Options related properties. But when i try t...
Hello,In a custom add-on i tried to change the all label text box position. To do this task i used ACAPI_Element_GetElemList to get all the Label text box guid. And after collect guids i accessed all related property of every individual Label text bo...
I created a List Box with 2 tabs, In the first tab I insert some text in every list item, and in the second tab, i want to add a check box where i can check and uncheck any list items. I use the SetOnTabItem method to add check box in list items. But...
I created a List Box where I will add some list items. And my plan is i will add individual Pop-up Control and Check Box with every list box item. Here I share my idea plan demo picture you will find that image in this post attachments.I already chec...
Is there any possible way to add pop-up control with every child item of parent items in a tree? I created a tree using Navigator items. I want to add pop-up control with every child item of a parent item's in that tree as like in the given demo pict...