FLTK native in 'D'. Would that be useful?

Anders F Björklund afb at algonet.se
Tue Aug 15 00:22:27 PDT 2006


MatthiasM wrote:

> BTW: I added drawing of all boxtypes and a mostly working single line text input widget.


"boxtype" seems to be working for drawing at least
http://www.algonet.se/~afb/d/boxtype-fltk-mac.png

> Please folks, keep on testing - and maybe even contribute fixes... .

Did you have some kind of bug tracker for d-fltk ?

revision 5313 says:

button Program received signal EXC_BAD_ACCESS, Could not access memory.
======
#0  0x00028928 in _D9invariant12_d_invariantFC6ObjectZv ()
#1  0x000177c4 in _D2fl6window9Fl_Window9iconlabelFZAa (this=@0x1) at 
fl/window.d:378
#2  0x0000297c in _Dmain (args={length = 1, ptr = 0x301160}) at 
test/button.d:54

hello Program received signal EXC_BAD_ACCESS, Could not access memory.
=====
#0  0x00000000 in ?? ()
Cannot access memory at address 0x0
Cannot access memory at address 0x0
#1  0x0001c09c in _D2fl5group8Fl_Group6insertFC2fl6widget9Fl_WidgetiZv 
(this=@0x406c00, o=@0x407f80, index=0) at fl/group.d:484
#2  0x0001bfec in _D2fl5group8Fl_Group3addFC2fl6widget9Fl_WidgetZv 
(this=@0x406c00, o=@0x407f80) at fl/group.d:478
#3  0x00011dcc in 
_D2fl6widget9Fl_Widget5_ctorFiiiiAaZC2fl6widget9Fl_Widget 
(this=@0x407f80, X=20, Y=40, W=260, H=100, L={length = 13, ptr = 0x3ec34 
"Hello, World!"}) at fl/widget.d:119
#4  0x00007670 in 
_D2fl3box6Fl_Box5_ctorFT2fl12enumerations10Fl_BoxtypeiiiiAaZC2fl3box6Fl_Box 
(this=@0x407f80, b=2 '\002', X=20, Y=40, W=260, H=100, l={length = 13, 
ptr = 0x3ec34 "Hello, World!"}) at fl/box.d:49
#5  0x00002920 in _Dmain (args={length = 1, ptr = 0x301160}) at 
test/hello.d:34

Under Mac OS X 10.3

--anders



More information about the Digitalmars-d-dwt mailing list