[Incrtcl-develop] [ incrtcl-Iwidgets Bugs-1560742 ] frameTag is not updated/resized after startup
by SourceForge.net other posts by this author
Sep 18 2006 6:44AM messages near this date
[Incrtcl-develop] [ incrtcl-Iwidgets Bugs-1563013 ] entryfield paste behavior busted
|
[Incrtcl-develop] [ incrtcl-Bugs-1541125 ] Crash on startup/error/exit
Iwidgets Bugs item #1560742, was opened at 2006-09-18 15:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=383687&aid=1560742&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: ScrolledXXX
Group: 4.0.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Perschak (tombert)
Assigned to: Chad Smith (smithc)
Summary: frameTag is not updated/resized after startup
Initial Comment:
If I put the vscrollbar to static mode and add some
widgets it happens that the widgets are hidden by the
scrollbar. Later when resizing the window the frameTag
is configured correctly.
To fix this bug I used the method _configureFrame and
added the following code:
$itk_component(canvas) itemconfigure frameTag -width
[lindex [$itk_component(canvas) bbox frameTag] 2]
regards
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=383687&aid=1560742&group_id=13244
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|