Esenthel
Administrator
|
RE: Access violation error in engine method
Memc does not preserve elements memory addresses and GuiObj'ects need that because they're const_mem_addr
Please use Memx instead
|
|
09-04-2012 05:52 PM |
|
Harry
Member
|
RE: Access violation error in engine method
Thanks, I don't know that there is so simple solution
To not make multiple threads I have also small request related to region resizing. There is setSize method which resize region according to it's children when NULL paremeter is passed and other size when the parameter is a Vector. Could you make also method which resize region by delta as parameter?
I see also that when we put values smaller than current region size, region won't be resized. Is it ok? Which members is modified when setSize method is called? I checked rect and crect values before and after setSize call and I didn't see any changes.
|
|
09-05-2012 10:29 PM |
|