On 9/15/10 12:18 AM, Jan Schenkel wrote:
The checkbox is always painted near the vertical middle of the
button. You can always tweak the margins property o the button to
move down the label so the first line matches the checkbox, but then
you end up with a large button with loads of whitespace a
--- On Tue, 9/14/10, Web Admin Himalayan Academy wrote:
> On 9/13/10 7:07 PM, J. Landman Gay wrote:
> > You can add a two-line label if you do it by script:
> >
> > set the label of btn 1 to "line one"
> &cr& "line 2"
> >
> > Would that help?
>
> I'm sure it would...I could have sworn I tri
On 9/14/10 11:06 PM, Web Admin Himalayan Academy wrote:
On 9/13/10 7:07 PM, J. Landman Gay wrote:
You can add a two-line label if you do it by script:
set the label of btn 1 to "line one" &cr& "line 2"
Would that help?
I'm sure it would...I could have sworn I tried that and it did not work
b
On 9/13/10 7:07 PM, J. Landman Gay wrote:
You can add a two-line label if you do it by script:
set the label of btn 1 to "line one" &cr& "line 2"
Would that help?
I'm sure it would...I could have sworn I tried that and it did not work
but today it does. Again, we have the old problem of
Thanks to everyone for their suggestions! Although Jacquline's suggestion may
be the easiest to implement, I am going to try each suggestion to see which
works best for me. Thanks everybody!
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Grouping-checkboxes
Cool! I didn't know you could do that.
Scott Morrow
Elementary Software
(Now with 20% less chalk dust!)
web http://elementarysoftware.com/
email sc...@elementarysoftware.com
office 1-800-360-734-4701
--
On Sep 13, 2010, at 10:07
On 9/13/10 8:25 PM, charles61 wrote:
I have a series of cards that have checkboxes. Some of the checkboxes have
labels fields under them because the label of the checkbox will not hold the
content of the information displayed.
You can add a two-line label if you do it by script:
set the lab
To ask the obvious first: we assume you need, in many cases, two
lines worth of label for the check box buttons but RunRev does not allow
multi-line labels for check buttons.
There are many ways to tackle this but if it were me I would add a
custom property to each of the buttons with the fu
delete char -2 to -1 of theList
put theList into field "list"
end mouseUp
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Grouping-checkboxes-with-label-fields-tp2538305p2538305.html
Sent from the Revolution - User mailin