Hi!
I'm kind of new in making archicad scripts and i have a little problem when writing interfacescript.
I want to have a little logo (image) in my interfacebox. The problem is that i want the image file to be merged with the object file.
My code goes like this now UI_PICT "Logo.jpg", 0, 0, 1
and with that code i have to import the Logo.jpg file in library manager to see it.
I have seen files with the code like UI_PICT 1, 0, 0, 1
How do they intergrate their pictures and make them refer to a number??
Im hope someone can help me! Thanks!