Unwanted scrollers
Posted: Sat Aug 29, 2015 11:12 am
I do not like the way BlackBox handles scrollers!
I was just stopped cold when some of my code suddenly generated traps.
Those traps said that I did not have a frame associated with my view.
Well, it turns out that BlackBox in its great wisdom put a wrapper around my view and added scrollers.
I did not want either. So when I accessed the pointer to my view I was not getting the pointer
that I had originally created for the view. Somewhere, someone, substituted the wrapper pointer.
I find that to be a very, very, bad design. If I want a view to be 2x2 pixels I should be allowed to create it
without BB restricting its size or putting scrollers on it.
Discussion please!!!
-Doug
I was just stopped cold when some of my code suddenly generated traps.
Those traps said that I did not have a frame associated with my view.
Well, it turns out that BlackBox in its great wisdom put a wrapper around my view and added scrollers.
I did not want either. So when I accessed the pointer to my view I was not getting the pointer
that I had originally created for the view. Somewhere, someone, substituted the wrapper pointer.
I find that to be a very, very, bad design. If I want a view to be 2x2 pixels I should be allowed to create it
without BB restricting its size or putting scrollers on it.
Discussion please!!!
-Doug