On Sat, Aug 25, 2012 at 6:04 AM, Art Heimsoth <artst...@artheimsoth.com> wrote:
>> On Fri, Aug 24, 2012 at 8:15 PM, Art Heimsoth
>> <artst...@artheimsoth.com> wrote:
>>
>>> I am trying to move several of my ooDialog programs to the 4.2.0
>>> release, but am having trouble.  I have found a couple of places
>>> that are different, but the main trouble I am having now is that
>>> the windows dialog disappears and I have been unable to find out
>>> why.
>>
>> Run your programs from a command prompt window and you will
>> probably see the problem.
>
> I have been running it from a command prompt.

Okay.

So, now you've fixed the create center method and you should have
narrowed it down to just the setData() statement.

If you use the setData() method the dialog disappears and if you take
it out it works, correct?

1.)  Why don't you post just the method you use the setData() in.  I
think you're saying it is in initDialog(), just post that method here.

2.) It is starting to sound more like a bug, I was sure you were using
rexxhide to run the program, had a condition raised, and were just not
seeing the error text.

Instead of beating your head against the wall, why don't you just take
a little bit of time to produce an example program that has the
problem.  Chances are good that I can spot what's going wrong pretty
quickly.  If it happens in initDialog, you can probably just strip out
everything in the program that executes after initDialog()

>> If you posted your code here, I could probably tell you what is
>> wrong.
>>
> If I can't find something over the weekend, I may take you up on
> this.  I would need to build you a simpler case, as this module is
> over 900 lines and requires external files to work.

You can open up a bug and attach the program rather than post that
many lines.  Or, if you don't want to make it completely public, you
can send it to me privately either to my gmail account which is just
my last name at gmail.com, or to my SourceForge e-mail.  If it needs
external Rexx files to work, just zip everything up together.  If the
external files are not Rexx files, many some executables that do
processing, leave them out and I'll just bypass the calls to them.

--
Mark Miesfeld

------------------------------------------------------------------------------
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