> On Wed, Jan 9, 2013 at 7:48 PM, Art Heimsoth
> <artst...@artheimsoth.com> wrote:
>
>> I am trying to get a column format in a listbox and am having a
>> bit
>>
> of trouble.  If I define "FixedSys" in a CreateFontEx() and use it
> in a SetFont to the ListBox, that seems to work until I vertically
> scroll the listbox - then it all seems to revert to a variable
> spaced font.  If I try to use the SetTabulators() and set tab
> spaces with a tab character in the add line, that also seems to
> properly position the data, but the tab character shows as a blob,
> and then the spacing changes as soon as the vertical scroll is used
> on the listbox.  I think I can give you a test case, unless I need
> to do something more or different.
>>
>
> Art,
>
>
> Regarding setTabulators():  As I recall you create a resource
> script by hand for your dialogs.  Are you using the LBS_USETABSTOPS
> style for the list box?  If not, that could be the problem
>
>
> As for the FixedSys font, that doesn't seem right.  But, I don't
> use list-boxes normally.  If you have a test case that would get
> you an aswer quicker.  ;-)
>
>
> --
> Mark Miesfeld

It appears that with the font set to fixedsys, as soon as the listbox
is scrolled, the font being used reverts to something else - maybe
the default.  Also, I was not using the LBS_USETABSTOPS but when
I added that, the blobs no longer show for the tab characters, but
the tabstops also do not appear to be honored.

I am sending the test case to you directly - off list.

--
  Art Heimsoth - artst...@artheimsoth.com

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to