We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2019-07-19 11:22 AM - last edited on 2022-10-05 01:24 PM by Daniel Kassai
2019-12-05 09:36 AM
I tried, something to throw on API_ParagraphType, but without successfullyThank You for the Listing of Text attributes. It will come in handy for future reference.
UPD. If it helps. See attachment
UPD2. API_ParagraphType should be passed to memo
2019-12-13 08:04 AM
Petar.Pejic wrote:AFAIK-- Graphisoft has not YET defined a API_Object() for the elements you mentioned above.
Edit: ListClickedElementMembers.py seams to work only for walls, it does not recognize any other elements when clicked (windows, doors, columns, roofs, slabs). Only walls. Is it just me, or others have that issue as well?
2019-12-14 09:28 AM
2020-02-01 10:19 AM
2020-02-18 08:11 AM
2020-02-20 06:31 PM
roger wrote:Hi, try adding the plugin via the Manager inside ArchiCAD.
Hi,
I'm having trouble getting the plugin to be recognized.
2020-02-21 09:57 AM
2020-02-22 10:09 PM
roger wrote:You should try to download exact version of python (as it is in manual)
Hi, thank you for your reply. Unfortunatly, I does not help, but finding the Add-On Manager did help finding an error message.
Re-downloaded it today, did not change anything.
current.PNG
2020-02-22 10:12 PM
2020-02-22 11:16 PM
import tkinter as tk from tkinter import simpledialog root = tk.Tk() root.withdraw() user_info= simpledialog.askstring('title','Name') print(user_info) root.destroy()you must manually destroy the instance as there is presently a bug in the application.