did you also try to set the fgcolor to the Top class *conferenceMenubar*?
Or try to apply a custom style to the menu, the style does also influence
the fgcolor.
In theory all sub-items should inherit their value from the parent.

sebastian

2008/10/9 Xaria <[EMAIL PROTECTED]>

>
> I did change in conferenceMenubar.lzx as mentioned in my previous
> post. But the changes do not reflect. My Openlaszlo server is 4.0.10.
>
> On Oct 9, 4:46 pm, "Sebastian Wagner" <[EMAIL PROTECTED]> wrote:
> > class/file *conferenceMenubar.lzx*
> >
> > 2008/10/9 Xaria <[EMAIL PROTECTED]>
> >
> >
> >
> >
> >
> > > I do not wnat to change the font color for mainNavi but  for
> > > conferenceMenubar
> > > :(
> >
> > > On Oct 9, 3:53 pm, "Sebastian Wagner" <[EMAIL PROTECTED]> wrote:
> > > > in class *mainMenuMeetingsItem* of mainNavi.lzx
> >
> > > > Line 86
> >
> > > > *    <text text="$once{ parent.text }" name="_ctext"
> > > >         fontsize="14" y="6" x="10" />*
> >
> > > > sebastian
> >
> > > > 2008/10/9 Xaria <[EMAIL PROTECTED]>
> >
> > > > > After a lot trial and error.. I am still not able to change the
> font-
> > > > > color of the menu on the meetings page
> >
> > > > > I tired to chnage the color
> openmeetings\modules\conference\conference
> > > > > \conferenceMenubar.lzx
> >
> > > > >        <!-- private class for conferenceMenubar class -->
> > > > >        <class name="_labelMenu" extends="menu"
> > > > > text="labelmenulabelmenulabelmenu" fgcolor="0xFF00FF">
> > > > >                <attribute name="labelid" type="number"
> > > > > setter="setLabelId(labelid)" />
> > > > >                        <method name="setLabelId" args="_labelid" >
> > > > >                        this.labelid = _labelid;
> >
> > > > >  this.setAttribute('text',canvas.getLabelName(this.labelid));
> > > > >                        this.setAttribute('fgcolor',0xFF00FF);
> > > > >                </method>
> > > > >        </class>
> > > > > But nothing changes.
> > > > > However, if I add color attribute in the menuitem class it changes
> the
> > > > > font color of the drop down menu.
> >
> > > > > <!-- private class for conferenceMenubar class -->
> > > > >        <class name="_labelMenuItem" extends="menuitem"
> > > > > text="labelmenulabelmenulabelmenu">
> > > > >                <attribute name="labelid" type="number"
> > > > > setter="setLabelId(labelid)" />
> > > > >                <method name="setLabelId" args="_labelid" >
> > > > >                        this.labelid = _labelid;
> >
> > > > >  this.setAttribute('text',canvas.getLabelName(this.labelid));
> >
> > > > >                </method>
> > > > >        </class>
> >
> > > > > I would like to change the color for the main Menu labels like
> > > > > Moderation, Settings, Files, Polls.
> > > > > Please guide me on where to make the modifications.
> >
> > > > > Thanks
> >
> > > > > On Oct 7, 2:32 pm, "Sebastian Wagner" <[EMAIL PROTECTED]>
> wrote:
> > > > > > for the labels for example here:
> > > > >
> http://openmeetings.googlecode.com/svn/trunk/client/base/components/t.
> > > ..
> >
> > > > > > 2008/10/7 Xaria <[EMAIL PROTECTED]>
> >
> > > > > > > Can you please tell me where to chnage the font colors. I
> looked
> > > into
> > > > > > > the base folder.. it's too confusing.
> >
> > > > > > > On Sep 25, 5:56 pm, "Sebastian Wagner" <[EMAIL PROTECTED]>
> > > wrote:
> > > > > > > > no quite easy, you only have change the value in the
> base-classes
> > > and
> > > > > > > > everything will be rendered with these values
> >
> > > > > > > > 2008/9/25 Xaria <[EMAIL PROTECTED]>
> >
> > > > > > > > > hmm.. :(
> > > > > > > > > I tried to change in a few places.. but the buttons are
> > > dificult to
> > > > > > > > > deal with.
> > > > > > > > > and the menubar also
> > > > > > > > > :(
> >
> > > > > > > > > On Sep 25, 5:40 pm, "Sebastian Wagner" <
> [EMAIL PROTECTED]>
> > > > > wrote:
> > > > > > > > > > compile from source the OpenLaszlo Client. You will need
> to
> > > learn
> > > > > how
> > > > > > > to
> > > > > > > > > > deal with OpenLaszlo to do that.
> >
> > > > > > > > > > sebastian
> >
> > > > > > > > > > 2008/9/25 Xaria <[EMAIL PROTECTED]>
> >
> > > > > > > > > > > No.. not the background color or window color.. but the
> > > > > fontcolor.
> > > > > > > > > > > Specially the conference menu bar and buttons.
> >
> > > > > > > > > > > Sebastian Wagner wrote:
> > > > > > > > > > > > difficult? well goto the file config.xml (for example
> >
> > >http://inno02.fh-pforzheim.de:8080/openmeetings/config.xml)
> > > > > > > > > > > > see the 3 color values:
> > > > > > > > > > > > <basebgcolorizer>0xB0C4DE</basebgcolorizer>
> > > > > > > > > > > > <baseMousecolorizer>0xC4D5E6</baseMousecolorizer>
> > > > > > > > > > > >
> <baseMouseOvercolorizer>0xC4D5E6</baseMouseOvercolorizer>
> >
> > > > > > > > > > > > edit, refresh page, => go
> >
> > > > > > > > > > > > sebastian
> >
> > > > > > > > > > > > 2008/9/25 Xaria <[EMAIL PROTECTED]>
> >
> > > > > > > > > > > > > Wah why is it so difficult to cutomize this
> > > application.
> > > > > Where,
> > > > > > > how
> > > > > > > > > > > > > can I change the text color?
> > > > > > > > > > > > > Help me please.......l
> >
> > > > > > > > > > > > --
> > > > > > > > > > > > Sebastian Wagner
> > > > > > > > > > > >http://www.webbase-design.de
> > > > > > > > > > > >http://openmeetings.googlecode.com
> > > > > > > > > > > >http://www.laszlo-forum.de
> > > > > > > > > > > > [EMAIL PROTECTED]
> >
> > > > > > > > > > --
> > > > > > > > > > Sebastian
> >
> > >
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> > > > > > > > >www.laszlo-forum.de
> > > > > > > > > > [EMAIL PROTECTED]
> >
> > > > > > > > --
> > > > > > > > Sebastian
> >
> > >
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> > > > > > >www.laszlo-forum.de
> > > > > > > > [EMAIL PROTECTED]
> >
> > > > > > --
> > > > > > Sebastian
> >
> > >
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> > > > >www.laszlo-forum.de
> > > > > > [EMAIL PROTECTED]
> >
> > > > --
> > > > Sebastian
> > >
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> > >www.laszlo-forum.de
> > > > [EMAIL PROTECTED]
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.laszlo-forum.de
> > [EMAIL PROTECTED]
> >
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
[EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to