Hi,
I downloaded trunk lazarus 1.9 / carcon using fpcdeluze a few days ago.
I then set it up for compiling to Cocoa.
I don't have GDB working, but only lldb.
I use a pretty deep nested TPageControl / TPanels seup
Simplfiied ui:
TForm
(
TPanel
(
TToolBar
TPageControl
(
TPageControl
(
TPanel
(
// some panel nesting here as well with sub panels, scrollbox, groupboxes for options
)
)
)
)
The specifics and complexity of what is inside each top TPageControl varies though - and none of them are visible
...
Do you know if fpcdeluxe when downloading trunk for Lazarus 1.9/carbon includes newest Cocoa?
If yes: Is what I describe a known problem? If not - I guess I will try to reproduce somehow. Would probably be easier if I could use the IDE designing Cocoa. But I will try