On Tue, Oct 8, 2013 at 9:13 AM, Art Heimsoth <artst...@artheimsoth.com>wrote:

> I am trying to start to use the Edit Controls on a ListView but cannot
> even get the base columns and headings to work.
>

Hi Art,

When you create your own .rc file you have to use the proper format.  In
your list-view definition in the .rc file you have:

, "REPORT SHOWSELALWAYS"

That is the format if you used an UserDialog.  In a .rc file it has to be:

, LVS_REPORT | LVS_SHOWSELALWAYS

With that change in your test, when I click on the Ok button, the column
headers appear.

Once you have that corrected you should be able to go on using the example,
I think.  If you get stuck again then just ask the next question.

--
Mark Miesfeld
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to