Hi,

I have a big problem with the way menu item labels are handled, and I think 
it's been rethought for 2.0.

Basically, if I want to add a file path to a menu in Windows (which of course 
gives me filenames with backward diagonals C:\some\path\to\a\file.txt), fltk 
will create a hierarchy of menus, which is really not what I want. This works 
well on *nix type file systems, where the full path to a file starts with /, 
and fltk will then ignore the hierarchy and place the name correctly. But what 
about Windows and other non / starting paths?, I know I can replace all the \ 
for escaped \ (\\) but this could get complicated fast. I suggest a way to 
disable the automatic hierarchy creation is implemented (If there isn't already 
and I'm just making a fool of myself)

        Thank you.

             Daniel
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to