[Pharo-project] Spec default row layout
SpecLayout composed newRow: [ :spec1 | spec1 add: #debugModeSwitch ] height: 30; newRow: [ :spec2 | spec2 add: #jobListModel ] "origin: 0@0 corner: 1@1 offsetOrigin: 0@30 offsetCorner: 0@0"; yourself. If I uncomment the comment, it lays out okay. With that part commented out, the second row covers the whole window and blocks out the first. I was expecting that adding a row would begin where the previous left off (i.e. that the 30 offset would be implied). Could that be made the default? -- View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
That a bug :) It should behave as you expect I will have a look Ben On Aug 5, 2012, at 8:51 PM, Sean P. DeNigris wrote:
SpecLayout composed newRow: [ :spec1 | spec1 add: #debugModeSwitch ] height: 30; newRow: [ :spec2 | spec2 add: #jobListModel ] "origin: 0@0 corner: 1@1 offsetOrigin: 0@30 offsetCorner: 0@0"; yourself.
If I uncomment the comment, it lays out okay. With that part commented out, the second row covers the whole window and blocks out the first. I was expecting that adding a row would begin where the previous left off (i.e. that the 30 offset would be implied). Could that be made the default?
-- View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Benjamin Van Ryseghem-2 wrote
I will have a look
Thanks. I noticed it in 1.4. b.t.w. what are the most recent Spec packages that work in 1.4? Is the config up-to-date? -- View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245p4643249.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I try to keep the configuration up to date. The last Spec version running in 1.4 should be the last version of Spec Ben On Aug 5, 2012, at 9:15 PM, Sean P. DeNigris wrote:
Benjamin Van Ryseghem-2 wrote
I will have a look
Thanks. I noticed it in 1.4.
b.t.w. what are the most recent Spec packages that work in 1.4? Is the config up-to-date?
-- View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245p4643249.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Can you open a bug entry in case I forget ? (I am working on Nautilus now, so I may forget ^^) Ben On Aug 5, 2012, at 8:51 PM, Sean P. DeNigris wrote:
SpecLayout composed newRow: [ :spec1 | spec1 add: #debugModeSwitch ] height: 30; newRow: [ :spec2 | spec2 add: #jobListModel ] "origin: 0@0 corner: 1@1 offsetOrigin: 0@30 offsetCorner: 0@0"; yourself.
If I uncomment the comment, it lays out okay. With that part commented out, the second row covers the whole window and blocks out the first. I was expecting that adding a row would begin where the previous left off (i.e. that the 30 offset would be implied). Could that be made the default?
-- View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Benjamin Van Ryseghem-2 wrote
Can you open a bug entry in case I forget ?
Issue 6530: [SPEC BUG]: Rows oversahdow previous rows -- View this message in context: http://forum.world.st/Spec-default-row-layout-tp4643245p4643252.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Benjamin -
Sean P. DeNigris