Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Question about checkboxes in JAXB resource manager

Al
I downloaded latest source and it works fine. Thanks.
Dave



From:        "Albert L. Rossi" <arossi@xxxxxxxxxxxxx>
To:        Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date:        06/24/2011 09:34 AM
Subject:        Re: [ptp-dev] Question about checkboxes in JAXB resource manager
Sent by:        ptp-dev-bounces@xxxxxxxxxxx




Dave,

Greg discovered the same thing.  I had hardcoded the checkbox and radiobutton widgets to get span of 1, thinking that they would not "expand", but as you saw, they can get a layout over more than one col.  I fixed this and checked it in yesterday.  It should work now.  Let me know if it still doesn't.

Cheers,

Al
----- Dave Wootton <dwootton@xxxxxxxxxx> wrote:
> Al
> I've completed the first pass at building a resources page for the PE JAXB
> resource manager and it seems to be working. I'm able to submit a PE
> application and see the effects of the environment variables I set, and I
> can see the job show up in the active and inactive jobs views as it runs.
> I'm also able to kill a running PE application. I still need to clean this
> up, adding validators and making sure I haven't missed anything.
>
> The one thing I did notice is that I have some tab pages that have three
> columns because I use browse widgets which need two columns for their
> layout along with the third column for a label. I can get text widgets and
> combo widgets to lay ought properly by specifying horizontalSpan=2 in
> their layout data. Checkbox widgets don't seem to recognize this. I end up
> with the label for the subsequent widget in column 3 instead of back in
> column 1 where I want it. Are checkboxes supposed to recognize
> horizontalSpan, or is a checkbox widget only allowed to span a single
> column? I can probably fix this by using a label widget with empty text to
> fill in column 3.
> Dave
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top