cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

XUI Toolbar

dlong1
1-Newbie

XUI Toolbar

I want to create a
custom XUI toolbar to display in my open doc. I am successful at making
the toolbar display but nothing inside of it will display (button or
checkbox). What am I missing?

class=807252520-17052006>

version="1.0" encoding="utf-8"?>

1.0//EN"
"xui.dtd">
<window dock="top" enabledocking="top" <br="/>title="NG Tools">
<toolbargroup id="a1">
<toolbar dock="top" <br="/>enabledocking="top" hidden="false" name="Next Gen">
<button <br="/>command="ok" hidden="false" label="test" tiptext="test 1"
type="accept">
</button>
<separator/>
<checkbox <br="/>checked="true" checkstate="indeterminate" label="what's up"
type="twostate">Caret1?>
</checkbox>
</toolbar>
</toolbargroup>
</window>

class=807252520-17052006>

class=807252520-17052006>




Sincerely,
face="Trebuchet MS">David Long

O'NEIL & ASSOCIATES,
INC.

495 Byers Rd.
Miamisburg, Ohio
45342-3662

Phone: (937) 865-0846 ext. 3058
6 REPLIES 6
ebenton
1-Newbie
(To:dlong1)

You need an <imagegroup> right after the
<window> start tag. In the image group you need <image> tags
with id attribute values and path attribute values. Then inside each
button you need an image attribute with a value matching the id of one of the
<image> tags in your <imagegroup>.





From: Dave Long

Sent: Wednesday, May 17, 2006 4:39 PM
To:
adepters@arbortext.com
Subject: XUI Toolbar



I want to create a
custom XUI toolbar to display in my open doc. I am successful at making
the toolbar display but nothing inside of it will display (button or
checkbox). What am I missing?

class=807252520-17052006>

version="1.0" encoding="utf-8"?>

1.0//EN"
"xui.dtd">
<window dock="top" enabledocking="top" <br="/>title="NG Tools">
<toolbargroup id="a1">
<toolbar dock="top" <br="/>enabledocking="top" hidden="false" name="Next Gen">
<button <br="/>command="ok" hidden="false" label="test" tiptext="test 1"
type="accept">
</button>
<separator/>
<checkbox <br="/>checked="true" checkstate="indeterminate" label="what's up"
type="twostate">Caret1?>
</checkbox>
</toolbar>
</toolbargroup>
</window>

class=807252520-17052006>

class=807252520-17052006>




Sincerely,
face="Trebuchet MS">David Long

Hi Dave--


If you're using Epic 5.0 or better, there's an easier way
to do this. Don't make it an actual toolbar, make it a docked XUI that just
looks like a toolbar. The effect is more or less the same, and a lot easier to
implement. In fact, it looks like you've already got most of what you need in
your sample (viz. the necessary <window> attributes), just remove the
<toolbar> and <toolbargroup> elements and you should be in good
shape. Oh, you might also want to add align="horizontal" to the window element
to make the layout more toolbar-ish.


class=656320822-17052006>
--Clay





From: Dave Long

Sent: Wednesday, May 17, 2006 3:39 PM
To:
adepters@arbortext.com
Subject: XUI Toolbar



I want to create a
custom XUI toolbar to display in my open doc. I am successful at making
the toolbar display but nothing inside of it will display (button or
checkbox). What am I missing?

class=807252520-17052006>

version="1.0" encoding="utf-8"?>

1.0//EN"
"xui.dtd">
<window dock="top" enabledocking="top" <br="/>title="NG Tools">
<toolbargroup id="a1">
<toolbar dock="top" <br="/>enabledocking="top" hidden="false" name="Next Gen">
<button <br="/>command="ok" hidden="false" label="test" tiptext="test 1"
type="accept">
</button>
<separator/>
<checkbox <br="/>checked="true" checkstate="indeterminate" label="what's up"
type="twostate">Caret1?>
</checkbox>
</toolbar>
</toolbargroup>
</window>

class=807252520-17052006>

class=807252520-17052006>




Sincerely,
face="Trebuchet MS">David Long

dlong1
1-Newbie
(To:dlong1)

Thanks Clay. Its' odd that the toolbar elements don't
behave as expected.





From: Helberg, Clay

Sent: Wednesday, May 17, 2006 6:14 PM
To:
adepters@arbortext.com
Subject: RE: XUI Toolbar



Hi Dave--


If youre using Epic 5.0 or better, theres an easier way to
do this. Dont make it an actual toolbar, make it a docked XUI that just looks
like a toolbar. The effect is more or less the same, and a lot easier to
implement. In fact, it looks like youve already got most of what you need in
your sample (viz. the necessary <window> attributes), just remove the
<toolbar> and <toolbargroup> elements and you should be in good
shape. Oh, you might also want to add align="horizontal" to the window element
to make the layout more toolbar-ish.


class=656320822-17052006>
--Clay





From: Dave Long

Sent: Wednesday, May 17, 2006 3:39 PM
To:
adepters@arbortext.com
Subject: XUI Toolbar



I want to create a
custom XUI toolbar to display in my open doc. I am successful at making
the toolbar display but nothing inside of it will display (button or
checkbox). What am I missing?

class=807252520-17052006>

version="1.0" encoding="utf-8" ?>

1.0//EN
xui.dtd>
<window dock="top" enabledocking="top" <br="/>title="NG Tools" >
<toolbargroup id="a1">
<toolbar dock="top" <br="/>enabledocking="top" hidden="false" name="Next Gen" >
<button <br="/>command="ok" hidden="false" label="test" tiptext="test 1" type="accept"
>
</button>
<separator/>
<checkbox checked="true" <br="/>checkstate="indeterminate" label="what's up" type="twostate" >Caret1?>
</checkbox>
</toolbar>
</toolbargroup>
</window>

class=807252520-17052006>

class=807252520-17052006>




Sincerely,
face="Trebuchet MS">David Long

href=" ? oneil.com http:">http://oneil.com/"
href="blocked::http://oneil.com/">O'NEIL & ASSOCIATES,
INC.

495 Byers Rd.
Miamisburg, Ohio
45342-3662

Phone: (937) 865-0846 ext. 3058
egrubs
1-Newbie
(To:dlong1)

Hi Adepters:

Does anyone know how to get text to display in bleed
tabs? I have the tabs displaying (still need to get
them cycling), which I should be able to figure out. I
would really appreciate it if someone could give me
some feedback on how to get text displaying in FOSI
bleed tabs.

Thanks in advance!

S. Egrub



Sincerely,
David Long

http://oneil.com/"
href="blocked::http://oneil.com/">O'NEIL & ASSOCIATES,
INC.
495 Byers Rd.
Miamisburg, Ohio 45342-3662
lynn
1-Newbie
(To:dlong1)

Dave, (?)
Are you going to be at Clearwater next week? If so, let's see if we can't
figure this one out.

Lynn
egrubs
1-Newbie
(To:dlong1)

Lynn,

So, are you saying this have never been done before?

S.Egrub

--- Lynn Hales <-> wrote:

> Dave, (?)
> Are you going to be at Clearwater next week? If so,
> let's see if we can't
> figure this one out.
>
> Lynn
Announcements