Ah, I think I understand the difference now, will have a look at the test
tomorrow...
Though at now cannot imagine a use case for knowing the inking area.
Thanks for clarifying.
- chris
>*Correction*
>
>> In particular how the two functions calculate differently the boundin
Hm, doesn't fl_measure() do all this already?
- chris
>
>Would be nice if an alternate version of fl_text_extents() were available
>that could handle crlfs in the string.
>
>Probably wouldn't be too hard; just need to break the one string
>into separate
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2876
Version: 1.3-feature
As described in the thread "FL_BOLD/FL_ITALIC & Xft font sorting" in
fltk.development on October 3rd 2012, Xft font sorting doesn't work as
initia
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2875
Version: 1.3-feature
As described in the thread "FL_BOLD/FL_ITALIC & Xft font sorting" in
fltk.development on October 3rd 2012, the method used in FLTK to obtain a
bol
des" like Fl_Browser has, and want to bolden just the
'current font' fl_font(), whatever it is?
chris
___
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev
anges *all* fonts would work.
Could you see a need to integrate such methods into FLTK?
I could file a patch, but I am waiting until someone tells
me, that they could be useful for general usage.
(For me certainly they are).
Cheers,
chris
> > 3. Should there not be a more reliable method
anned?
(I would have a patch for it already).
3. Should there not be a more reliable method to find the bold/italic,..
fonts, or is there already one?
Cheers,
chris
___
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2839
Version: Web Site
When using the web frontent to the newsgroups it would be nice
to see the date of the last post on the forum overview page.
So you would not have t
> I believe the correct solution would be to proceed as done
> by Fl_Value_Input that embeds, as a member, an Fl_Input object
> called input. This way, the Fl_Value_Input::draw() function can call
> Fl_Input::draw() as follows:
>Fl_Widget *w = &input;
>w->draw();
> Function Fl_Value_Input::
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2834
Version: 1.3-feature
@Ian,
I don't think calling ((Fl_Widget *)this)->draw() will work
in my Fl_Help_View subclass's draw() method (it will recurs)
- or am I misunde
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2835
Version: 1.3-feature
Attached file "Fl_Widget_do_callback_check_for_null_callback_patch.txt"...
Link: http://www.fltk.org/str.php?L2835
Version: 1.3-featureIndex: sr
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2835
Version: 1.3-feature
Programming intuitively I tried to disable a Widget callback
temporarilly (during some update to a property that normally
triggered a callback) b
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2834
Version: 1.3-feature
Attached file "Fl_Help_View_draw_handle_public_patch.txt"...
Link: http://www.fltk.org/str.php?L2834
Version: 1.3-featureIndex: FL/Fl_Help_View.
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2834
Version: 1.3-feature
Currently Fl_Help_View::draw() Fl_Help_View::handle() are private,
making them inaccessible for subclasses.
Could that be changed with the new A
Perhaps you can use Fl_Browser for your needs?
There you can set the background color of lines individually:
http://www.fltk.org/doc-1.3/classFl__Browser.html#a6b4d3525d8d9fccfc748d824b39f250b
> I am using FLTK Version 1.3
> Can Fl_Text_Display text have a background color ?
> It seems to me i
Something seems to be screwed up.,.
Some of the tables now have a "100%" above the header.
For example on the startpage:
100% <--
Quickinfo
..
100% <---
Release Schedule
> On 02/22/12 10:14, Greg Ercolano wrote:
> > So I should be able to change soft
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2407
Version: 1.3-feature
Sometimes it may be useful to start the color chooser in another than the
default mode (rgb). Currently only the user can change the mode with th
Matthias Melcher wrote:
> Is there some website or Apple page that gives Carbon folks a head start
> when entering the wonderful world of Cocoa?
It's buried somewhere on developer.apple.com. I suppose that Apple
thought that everything had been ported already (not so).
_
Evan Laforge wrote:
>>> And first get my terminology
>>> straight... quickdraw is ancient and gone, cocoa is current but obj c,
>>> and carbon is the C interface and is current and not deprecated,
>>> right? Or is it? I can't imagine the *C interface* being
>>> deprecated...
>> Not quite.
>> Carb
efault FLTK build
> >>> on stock Snow Leopard 10.6 + stock Xcode tools
> >>> running on an intel mac mini:
> >>
> >> Yup - that looks a lot like what Chris Miller reported over in
> >> fltk.general.
> >>
> >> If I may
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2081
Version: 1.4-feature
Thanks. Can someone please delete line 248 of OpenGL/Fl_Gl_Choice.cxx in
fltk 2 (svn HEAD)
printf("Success!\n");
Link: http://www.fltk.org
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2081
Version: 1.4-feature
The Fl_Gl_Choice.cxx line 248 contains a printf("Success!\n"). I didn't
add that in the patch. Please remove it.
if (glXGetFBConfigFromVis
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2081
Version: 1.3-feature
The patch already contains the needed typedefs except for GLXFBConfig.
glext.h should have a macro of GL_VERSION_3_0, and the glxext.h currently
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2081
Version: 1.3-feature
I request opengl3 in fltk2/fltk.
The patch adds basic opengl3 context creation to fltk2 linux, and it works
for me.
My suggestion is to add 2 new
Hi, I know opengl 3.0 is new, but do you plan on adding it to fltk 2.0?
I have a post
http://www.fltk.org/newsgroups.php?s17699+gfltk.general+v17706+T1
My attempt of making my own context currently does not work.
___
fltk-dev mailing list
fltk-dev@easysw.
25 matches
Mail list logo