Many thanks indeed, Mark. I guess I didn't understand Control Dialogs well
enough. 
But I'm getting there ...
 
--
Oliver Sims

  _____  

From: Mark Miesfeld [mailto:miesf...@gmail.com] 
Sent: 25 June 2013 00:11
To: Open Object Rexx Users
Subject: Re: [Oorexx-users] Control Dialog and Drag/Drop


Oliver, 

I haven't pulled in you latest commits, but with the OrderFormView.rex I
have, this seems to be sufficient to get it to work:

1.)
    cd1~ownerDialog = self
    cd2~ownerDialog = self
    self~prep(tabContent)

2.)
    -- Tab stuff starts:
    cd1 = tabContent[1]
    cd2 = tabContent[2]
    cd1~execute
    cd2~execute

3.)
    if havePositioned[index] then do
      last = tabContent[lastSelected]
      last~hide
      dlg~show
      lastSelected = index
    end
    else do
      --dlg~ownerDialog = self
      --dlg~execute
      self~positionAndShow(index)
    end


--
Mark Miesfeld
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to