Smalltalk
›
Pharo
›
Pharo Issue Tracker
Login
Register
Search
everywhere
only in this topic
Advanced Search
Manuscript (Case [Issue]22456) Spec - DynamicLeftToRightColumnsLayou
t generates an additional unneeded row with null presenters.
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Pharo Issue Tracker
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Sep 15, 2018; 3:26pm
Manuscript (Case [Issue]22456) Spec - DynamicLeftToRightColumnsLayou
t generates an additional unneeded row with null presenters.
122177 posts
Manuscript Notification
Julien Delplanque
opened
Case 22456
: DynamicLeftToRightColumnsLayout generates an additional unneeded row with null presenters.
and assigned it to
Everyone
:
Bug
in
Spec: 1. Pharo Image • You are subscribed to this case
This code snippet creates a widget with 3 rows instead of 2 (14 elements to put on lines of 7 elements results in 2 rows normally).
(DynamicPresentersListBuilder new
modelObjects: (1 to: (14));
presenter: ButtonPresenter
configuredAs: [ :button :i |
button
label: i asString ];
layoutBuilder: (DynamicLeftToRightColumnsLayout columns: 7);
build) openWithSpec
Priority
: 5 – Fix If Time
Status
: Work Needed
Assigned to
: Everyone
Milestone
: Later
Go to Case
No longer need updates?
Unsubscribe from this case.
Don't want Manuscript notifications anymore?
Update your preferences.
A Manuscript case was opened by Julien Delplanque. Case ID: 22456 Title: DynamicLeftToRightColumnsLayout generates an additional unneeded row with null presenters. Status: Work Needed Category: Bug Project: Spec Area: 1. Pharo Image Priority: 5 - Fix If Time Milestone: Later Assigned To: Everyone URL: https://pharo.manuscript.com/f/cases/22456 This code snippet creates a widget with 3 rows instead of 2 (14 elements to put on lines of 7 elements results in 2 rows normally). (DynamicPresentersListBuilder new modelObjects: (1 to: (14)); presenter: ButtonPresenter configuredAs: [ :button :i | button label: i asString ]; layoutBuilder: (DynamicLeftToRightColumnsLayout columns: 7); build) openWithSpec You are subscribed to this case. If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.manuscript.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=22456) from this case.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker
Free forum by Nabble
Edit this page