I've already sent a bugfix request. Please add this to your watchlist:
http://www.realsoftware.com/feedback/viewreport.php?reportid=vqlfjrog
Thanks,
Harald
Ram Kumar wrote:
Greetings,
I did a workaround in my application, by...
+ making it 1x1 pixel at launch.
+ When I flip the HTMLViewer page, resize it again from code
+ when I move away from HTMLViewer page, resize it back to 1x1 pixel
This has been working for me. Hope this helps.
Regards, Ram
Ram Kumar
Induslogic Inc.
The Leader in Software Product Engineering
1st Floor, B 34/1, Sector 59 NOIDA, U.P., India
EPABX: +91.120.534.2000, +91.120.53-INDUS Ext. 2350
Direct: +91.120.534.2350
[EMAIL PROTECTED]
www.induslogic.com
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Thom McGrath
Sent: Tuesday, February 07, 2006 8:30 AM
To: REALbasic NUG
Subject: Re: HTMLViewer that won't disappear!
I have no idea why, but when I say HTMLViewer1.Left = 0, it
displays at 32 instead. The debugger still says 0 however.
I'm toying with the idea of having *all* items use the
HTMLViewer so I don't have to hide it. More work, but seems
like the only thing that'll work in this buggy-as-hell HTMLViewer.
--
Thom McGrath, <http://www.thezaz.com/>
"You realize you've created God in your own image when God
hates all the same people you do."
On Feb 6, 2006, at 9:01 PM, RBNUBE wrote:
If you are able to do this, then you might be able to do this:
HTLMviewer1.Left = Window1.Width + 1
If the window is resizable, this will probably need to be placed in
the Resized and Resizing events of Window1.
Use Window1.Left + (?) to place it back into view or, for example,
ListBox1.Left + ListBox1.Width + (?) to base the positioning on the
positioning of another control.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>