[PD-dev] [ pure-data-Patches-1551815 ] align control checkboxes to left

2007-12-18 Thread SourceForge.net
Patches item #1551815, was opened at 2006-09-04 10:05
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

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: puredata
Group: bugfix
Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: oskude (oskude)
Assigned to: Miller Puckette (millerpuckette)
Summary: align control checkboxes to left

Initial Comment:
-anchor w in checkbutton doesnt have any effect.
moved to pack, so they aligh to the left...

--

Comment By: Miller Puckette (millerpuckette)
Date: 2007-12-18 05:18

Message:
Logged In: YES 
user_id=313747
Originator: NO

took it.

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-16 19:04

Message:
Logged In: YES 
user_id=27104


Nice little detail.  I added to the Pd-extended build system
as
pure-data/packages/patches/pd_controls-anchor-fix-0.40-pre.patch

It will be in the nightly builds starting tomorrow.

--

Comment By: oskude (oskude)
Date: 2006-09-15 10:06

Message:
Logged In: YES 
user_id=1383707

[snip]
checkbutton .controls.switches.audiobutton -text {compute
audio} \
-variable ctrls_audio_on \
-anchor w \
-command {pd [concat pd dsp $ctrls_audio_on \;]}

checkbutton .controls.switches.meterbutton -text {peak meters} \
-variable ctrls_meter_on \
-anchor w \
-command {pd [concat pd meters $ctrls_meter_on \;]}

pack .controls.switches.audiobutton
.controls.switches.meterbutton -side top
[snip]

looks like this:

[ ] compute audio
 [ ] peak meters

as you see, -anchor -w doesnt have any effect when used in
checkbutton, they are not aligned to left(w:west)

so changing to this:
[snip]
checkbutton .controls.switches.audiobutton -text {compute
audio} \
-variable ctrls_audio_on \
-command {pd [concat pd dsp $ctrls_audio_on \;]}

checkbutton .controls.switches.meterbutton -text {peak meters} \
-variable ctrls_meter_on \
-command {pd [concat pd meters $ctrls_meter_on \;]}

pack .controls.switches.audiobutton
.controls.switches.meterbutton -side top \
 -anchor w
[snip]

looks like this:

[ ] compute audio
[ ] peak meters

using -anchor w in pack aligns the checkbuttons to left...





--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-13 21:25

Message:
Logged In: YES 
user_id=27104

can you elaborate on what this patch does?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-1551815 ] align control checkboxes to left

2007-12-17 Thread SourceForge.net
Patches item #1551815, was opened at 2006-09-04 01:05
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

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: puredata
Group: bugfix
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: oskude (oskude)
Assigned to: Miller Puckette (millerpuckette)
Summary: align control checkboxes to left

Initial Comment:
-anchor w in checkbutton doesnt have any effect.
moved to pack, so they aligh to the left...

--

Comment By: Miller Puckette (millerpuckette)
Date: 2007-12-17 20:18

Message:
Logged In: YES 
user_id=313747
Originator: NO

took it.

--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-16 10:04

Message:
Logged In: YES 
user_id=27104


Nice little detail.  I added to the Pd-extended build system
as
pure-data/packages/patches/pd_controls-anchor-fix-0.40-pre.patch

It will be in the nightly builds starting tomorrow.

--

Comment By: oskude (oskude)
Date: 2006-09-15 01:06

Message:
Logged In: YES 
user_id=1383707

[snip]
checkbutton .controls.switches.audiobutton -text {compute
audio} \
-variable ctrls_audio_on \
-anchor w \
-command {pd [concat pd dsp $ctrls_audio_on \;]}

checkbutton .controls.switches.meterbutton -text {peak meters} \
-variable ctrls_meter_on \
-anchor w \
-command {pd [concat pd meters $ctrls_meter_on \;]}

pack .controls.switches.audiobutton
.controls.switches.meterbutton -side top
[snip]

looks like this:

[ ] compute audio
 [ ] peak meters

as you see, -anchor -w doesnt have any effect when used in
checkbutton, they are not aligned to left(w:west)

so changing to this:
[snip]
checkbutton .controls.switches.audiobutton -text {compute
audio} \
-variable ctrls_audio_on \
-command {pd [concat pd dsp $ctrls_audio_on \;]}

checkbutton .controls.switches.meterbutton -text {peak meters} \
-variable ctrls_meter_on \
-command {pd [concat pd meters $ctrls_meter_on \;]}

pack .controls.switches.audiobutton
.controls.switches.meterbutton -side top \
 -anchor w
[snip]

looks like this:

[ ] compute audio
[ ] peak meters

using -anchor w in pack aligns the checkbuttons to left...





--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-13 12:25

Message:
Logged In: YES 
user_id=27104

can you elaborate on what this patch does?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-1551815 ] align control checkboxes to left

2006-09-15 Thread SourceForge.net
Patches item #1551815, was opened at 2006-09-04 10:05
Message generated for change (Comment added) made by oskude
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

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: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: oskude (oskude)
Assigned to: Nobody/Anonymous (nobody)
Summary: align control checkboxes to left

Initial Comment:
-anchor w in checkbutton doesnt have any effect.
moved to pack, so they aligh to the left...

--

Comment By: oskude (oskude)
Date: 2006-09-15 10:06

Message:
Logged In: YES 
user_id=1383707

[snip]
checkbutton .controls.switches.audiobutton -text {compute
audio} \
-variable ctrls_audio_on \
-anchor w \
-command {pd [concat pd dsp $ctrls_audio_on \;]}

checkbutton .controls.switches.meterbutton -text {peak meters} \
-variable ctrls_meter_on \
-anchor w \
-command {pd [concat pd meters $ctrls_meter_on \;]}

pack .controls.switches.audiobutton
.controls.switches.meterbutton -side top
[snip]

looks like this:

[ ] compute audio
 [ ] peak meters

as you see, -anchor -w doesnt have any effect when used in
checkbutton, they are not aligned to left(w:west)

so changing to this:
[snip]
checkbutton .controls.switches.audiobutton -text {compute
audio} \
-variable ctrls_audio_on \
-command {pd [concat pd dsp $ctrls_audio_on \;]}

checkbutton .controls.switches.meterbutton -text {peak meters} \
-variable ctrls_meter_on \
-command {pd [concat pd meters $ctrls_meter_on \;]}

pack .controls.switches.audiobutton
.controls.switches.meterbutton -side top \
 -anchor w
[snip]

looks like this:

[ ] compute audio
[ ] peak meters

using -anchor w in pack aligns the checkbuttons to left...





--

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2006-09-13 21:25

Message:
Logged In: YES 
user_id=27104

can you elaborate on what this patch does?

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Patches-1551815 ] align control checkboxes to left

2006-09-04 Thread SourceForge.net
Patches item #1551815, was opened at 2006-09-04 10:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

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: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: oskude (oskude)
Assigned to: Nobody/Anonymous (nobody)
Summary: align control checkboxes to left

Initial Comment:
-anchor w in checkbutton doesnt have any effect.
moved to pack, so they aligh to the left...

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478072aid=1551815group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev