Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 78322
Status: resolved
Priority: 0/
Queue: Prima

People
Owner: Nobody in particular
Requestors: fabio.dalfonso [...] fabiodalfonso.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.34
Fixed in: (no value)



Subject: Frames show incorrectly on Windows
The frameset with two frames in vertical arrangement are drawn but the frame below does not complete the drawing. There should be two groupbox, one on the left and one on the right on the bottom frame, but the two are drawn one after the other on the left, and, on the right of the second, there is nothing. On Windows 7 a pixelated grey is shown, while, on XP what is behind the Prima window is shown. Moving the windows just a bit, triggers the correct drawing of the window. Fabio D'Alfonso
Cannot reproduce that. Any example code?
Subject: Re: [rt.cpan.org #78322] Frames show incorrectly on Windows
Date: Thu, 12 Jul 2012 12:22:32 +0200
To: bug-Prima [...] rt.cpan.org
From: Fabio D'Alfonso <fabio.dalfonso [...] fabiodalfonso.com>

Message body is not shown because it is too large.

This is not a bug, this is an interplay between management of group boxes by both pack geometry manager and frameset. Pack manager by default expands the master widget container (FrameSet::Frame here), and that doesn't work well when the same Frame is being managed by FrameSet. To disable frames being subject to pack resize requests, add this: frameProfile => { packPropagate => 0 }, to the FrameSet init parameters. On a side note, please consider that this RT is a bug/feature reporting system, not a mailing list.
Subject: Re: [rt.cpan.org #78322] Frames show incorrectly on Windows
Date: Thu, 12 Jul 2012 13:38:40 +0200
To: bug-Prima [...] rt.cpan.org
From: Fabio D'Alfonso <fabio.dalfonso [...] fabiodalfonso.com>
Hi,
I never thought this was a mailing list.
But as for the lack of documentation and the fact that the code worked filling the space using the "wrong"  code on Linux, I have no precise way to determine if it is or not a bug.


Fabio D'Alfonso
'Enabling Business Through IT'
cell.  +39.348.059.40.22 *
web: www.fabiodalfonso.com
email: fabio.dalfonso@fabiodalfonso.com
linkedin: www.linkedin.com/in/fabiodalfonso
twitter: www.twitter.com/#!/fabio_dalfonso

fax: +39.06.874.599.581
BlackBerry® Wireless Enabled Address.

* Hidden  numbers are automatically rejected by the phone
On 7/12/2012 1:27 PM, KARASIK via RT wrote:
Show quoted text
<URL: https://rt.cpan.org/Ticket/Display.html?id=78322 >

This is not a bug, this is an interplay between management of group
boxes by both pack geometry manager and frameset. Pack manager by
default expands the master widget container (FrameSet::Frame here), and
that doesn't work well when the same Frame is being managed by FrameSet.
To disable frames being subject to pack resize requests, add this:

    frameProfile => { packPropagate => 0 },

to the FrameSet init parameters.

On a side note, please consider that this RT is a bug/feature reporting
system, not a mailing list.