On Fri, Jan 25, 2013 at 7:05 PM, Mark Miesfeld <miesf...@gmail.com> wrote:


> You do that with the list box setWidthPx() method.  A typical sequence is
> something like this:
>
>   lb = self~newListBox('IDC_LB_CITIES')
>   max = 10
>

This is probably a slightly better approach:

  lb = self~newListBox('IDC_LB_FILES')
  max = lb~pixelCX
  items = .array~of("New York New York"~copies(9),       -
  ...


--
Mark Miesfeld
------------------------------------------------------------------------------
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/learnnow-d2d
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to