I usually access local variables because in my case I don’t need to save their values outside rollout’s screen life. Global struct is not that bad.
Nanhua thanks for the code. I’ll create a special branch with what I was trying to do and that probably be helpful. MasterZap thanks for advice. I’ve…
Interesting. Are the source files available?
Exactly! Moreover, I’ve built standard render elements from sdk samples and while debugging them I see that they are getting normally initilized bitma…
What you see in the appleseed right now is the workaround – render elements are disabled to prevent saving of the empty bitmaps. We are saving render …
That’s fantastic! Thank you Lonerobot! BTW this thing can help doing clear cutouts without boolean! Oh, I can’t wait when I get to work to test it on…
If company decides to release the application then yes. [b]The GPL does not require you to release your modified version,[/b] or any part of it. Yo…
Thank you Tim, I contacted the author and he said that it is totally all right to use it inhouse. GPL faq is also stating that unless you distribute …
Ah, I know it is not good, I know I should never rely on third party software. But it is so much easier to use! Whole control works just like one Lis…
I’ve made Enter and Esc working with KeyUp event handler, it is all right now. I’ve read a little a source code of ObjectListView and noticed that al…