Roger
As I was/is in the same situation as you are, in a not distant past, I want to 
suggest that you try to use ooDialog 4.2 when writing your dialogs. In my 
opinion it's easier or at least more understandable (good work from Mark) to 
use 4.2.
Attached to this email (if it works with attachment,otherwise I can try to send 
of list if you supply a mailadress) is a 4.2 ooDialog I have (from a template I 
usally use for new dialogs)
This particular dialog use one listview and a treeview and and reads a flatfile 
containing RACF certificate records and displays the certificate label in the 
listview and when clicking on the listview, shows the details of the 
certificate in the treeview, but that's not the point, it's the dialog itself 
and maybe will give you an idea how to fill your listview!
The dialog is created with resedit and remember to use ooDialog 4.2 (download 
from sourceforge.net)
Hopefully this can give you (and others a hint) also remember I am also a 
beginner using oodialog and oo stuff, so improvments are welcome.
/hex

-------------------------
Ursprungligt Meddelande:
Från: Roger Bilau <s...@bilau.de>
Till: 'Open Object Rexx Users' <oorexx-users@lists.sourceforge.net>
Kopia: 
Datum: fredag, 06 juli 2012 16:43
Ämne: [Oorexx-users] How to read a variable in a methode?
Hi,
in the past I used ooRexx without the object oriented part. Now I make my first 
step's 
with classes and methods because I want to integrate some dialog functions in 
my scripts.
My first try is to combine a routine that read column name from DB2 and I like 
to show it in a
list view window. For this I take the columnClickListView.rex sample and 
modified it.

My problem is: the variables I filled with the data from DB2 I cannot read in 
the ::method initDialog

I would appreciate it, if someone could change the sample 
columnClickListView.rex in this way that
It reference variables from a calling routine and send me this changed sample 
with an answer.
Regards
Roger


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Attachment: racfcert.7z
Description: Binary data

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to