Author:Xylios
Posted: Mon Dec 14, 2015 3:25 pm (GMT+1)
Hello there, sorry for only posting today. I have been busy with writing my thesis.
Anyway, thank you for all the replies.
I tried creating a panel, with a panel manager, following an example I found on this forum, http://archicad-talk.graphisoft.com/viewtopic.php?t=49587
I implemented the PanelIdle to do the communication, but the palette never received any idle events. I also tested it using the panel resize events, although it received the events correctly, it would block ArchiCAD.
After that, I decided using a simple C++ thread, and it seems to be working, at least for my purposes. However, I will still need to do more testing.
Once again, thank you for the help.
Posted: Mon Dec 14, 2015 3:25 pm (GMT+1)
Hello there, sorry for only posting today. I have been busy with writing my thesis.
Anyway, thank you for all the replies.
I tried creating a panel, with a panel manager, following an example I found on this forum, http://archicad-talk.graphisoft.com/viewtopic.php?t=49587
I implemented the PanelIdle to do the communication, but the palette never received any idle events. I also tested it using the panel resize events, although it received the events correctly, it would block ArchiCAD.
After that, I decided using a simple C++ thread, and it seems to be working, at least for my purposes. However, I will still need to do more testing.
Once again, thank you for the help.