realbasic-nug
[Top] [All Lists]

Re: Weird behavior with Drawer

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Weird behavior with Drawer
From: Youri <lystes at free dot fr>
Date: Sun, 29 Oct 2006 22:17:16 +0100
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <454515CD dot 7020106 at free dot fr> <DEC2463E-CA3B-40DA-9629-4E0FE03F656B at seedit dot info>

Oh well,

2 bugs in one evening, plus the IDE crashing every half hour (mainly when trying to display the color picker). This is not my day...

I tried your solution but it didn't really proved better. I think I will have to re-think the use of a drawer in my app.

Thanks Sven,


Youri


Sven E Olsson wrote:

On 2006-10-29, at 21:57, Youri wrote:



Still with my Drawer window.

When the drawer window is showing and I move the main window, the drawer is redrawn and resized in a weird way. It doesn't keep its height and width as expected.

The only solution is to Hide and show the drawer to recup the proper postion and size.

Is this another known "weird behavior" or is it me having no luck with the Drawer style window?


Youri



It is welknown...

It would work some better if you don't use ShowWithin(self,2) only ShowWithin, but then the OS tell what side left/right it would be opened.. You also could try to set height/width in the Parent window resize, resized events to fix the jumparound effects when moving the Parent window ...

Sven E
_______________________________________________
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>


<Prev in Thread] Current Thread [Next in Thread>