Hi Sebastian! First of all thanks for your patience...... On 9 Mar, 12:35, "[email protected]" <[email protected]> wrote: > First of all you really should find out which view is the menubar, otherwise > whatever you make makes no sense.
Correct > You can of course set some other *style* for the menubar, but the nature of > that component is that the fill is gradient. So no matter what kind of style > you set the color will be gradient. Damn... "but the nature of that component is that the fill is gradient" > So the only way to make it NON gradient ist to use a simple view. Ok > Also the question would be further which window bar you really refer to, the > window bar inside a conference room or the window bar in the overall > application (for example *dashboard*). I refer only to "the window bar inside a conference room". I call the conference room by SOAP from my Elearning platform and I would like to change the look and feel a minimum. However I am beginning to understand ... > Sebastian Tnx a lot Simone :) > 2011/3/9 PazZ <[email protected]> > > > > > > > Hi again > > any other suggestions? > > > /* > > But I think you have done some kind of customization to override the > > standard "look and feel" of these components of Laszlo. > > This is the standard window component > > >http://www.openlaszlo.org/lps4.2/docs/reference/lz.window.html > > And this is the menubar component as said before > > >http://www.openlaszlo.org/lps4.2/docs/reference/lz.menubar.html > > > They both do not look like they do inside Openmeeting so... > > */ > > > Tnx a lot. > > > On 8 Mar, 19:31, PazZ <[email protected]> wrote: > > > Hi Sebastian (and Carlo!) > > > yes.. ok Sebastian ... I have found standard components here: > > > trunk\singlewebapp\WebContent\lps\components\lz > > > Is this correct? > > > > But I think you have done some kind of customization to override the > > > standard "look and feel" of these components of Laszlo. > > > This is the standard window component > > >http://www.openlaszlo.org/lps4.2/docs/reference/lz.window.html > > > And this is the menubar component as said before > > >http://www.openlaszlo.org/lps4.2/docs/reference/lz.menubar.html > > > > They both do not look like they do inside Openmeeting so .... is there > > > some kind of "magicstyle.css" or similar file that can change the > > > standard look and feel of this standard components? > > > Have you more solutions to suggest us please? > > > Meanwhile I'll keep on study the problem. :D > > > > I'm sorry but I am convinced however that this discussion will be > > > useful to many people :D > > > > On 8 Mar, 14:44, "[email protected]" <[email protected]> > > > wrote: > > > > > the gradient is not handled by openmeetings, its part of the base > > component > > > > of the menu-bar. I think you have to replace the hole menubar tag with > > a > > > > simple view and add a bgcolor attribute to it. > > > > > Sebastian > > > > > 2011/3/8 Carlo Bono <[email protected]> > > > > > > Thank you for your reply, Sebastian. > > > > > I was intuitively aware, seen how OpenLaszlo works, that the gui > > > > > design was designed in these files. > > > > > In fact, I spent some hours last evenings customizing some aspects of > > > > > the .lzx files for modifying the gui, and it went fine. The only > > > > > detail I'm missing is where the gradient of the bar is managed, and > > > > > how (pure laszlo code, some - I don't think so - image, css): then I > > > > > think I'll be done with this last customization. I tried to search in > > > > > the source files, that for me are a huge amount, but I wasn't > > > > > successful. > > > > > Any help would be very appreciated. > > > > > > Thank you for your attention > > > > > CB > > > > > > On Mar 8, 1:14 pm, "[email protected]" <[email protected]> > > > > > wrote: > > > > > > well the GUI is structured in the LZX files: > > >http://code.google.com/p/openmeetings/source/browse#svn%2Ftrunk%2Fsin... > > > > > > > There are some discussions in the mailing list about the general > > flow of > > > > > the > > > > > > application but there is also some need to documentate on that. In > > > > > general > > > > > > the module and files names should be also quite useful. > > > > > > > Sebastian > > > > > > > 2011/3/8 Carlo Bono <[email protected]> > > > > > > > > Thank you for you reply. I'll dig into the documentation for > > sure. > > > > > > > Any hints, obviously, always gladly accepted. > > > > > > > > Best regards > > > > > > > CB > > > > > > > > On Mar 7, 7:59 pm, "[email protected]" < > > [email protected]> > > > > > > > wrote: > > > > > > > > Hi, > > > > > > > > > you actually will need to recompile the client and edit the > > .lzx > > > > > files. > > > > > > > > You will need to study the Build Source Instructions, but I > > guess you > > > > > > > will > > > > > > > > need some time untill to get into the topic. > > > > > > > > > Sebastian > > > > > > > > > 2011/3/7 PazZ <[email protected]> > > > > > > > > > > mmmm... no answer? I can not find any discussions about the > > > > > > > > > problem ... Why? > > > > > > > > > Is not possible to customize GUI? > > > > > > > > > :( > > > > > > > > > > On 7 Mar, 14:27, PazZ <[email protected]> wrote: > > > > > > > > > > Hi guys, > > > > > > > > > > I've got the same problem. > > > > > > > > > > I need to change the "Look and Feel" of all the > > application... > > > > > > > > > > There is a guide/topic to do that? > > > > > > > > > > I want make a ghotic version of Openmeetings... (or a black > > metal > > > > > > > > > > style version) ..so I need to know how change the > > appearance of > > > > > the > > > > > > > > > > winwdows bar like the post before... > > > > > > > > > > Tnx a lot! > > > > > > > > > > > ;) > > > > > > > > > > SV > > > > > > > > > > > On 6 Mar, 23:55, Carlo Bono <[email protected]> wrote: > > > > > > > > > > > > Hello to everyone > > > > > > > > > > > I'm moving my first steps in customizing openmeetings. > > > > > > > > > > > I'm trying to customize the appearance of the window bar. > > I've > > > > > gone > > > > > > > > > > > into changing color, and I was wondering where the > > "setting" > > > > > for > > > > > > > the > > > > > > > > > > > gradient (for example, removing the gradient, etc) can be > > > > > found. Is > > > > > > > > > > > there a css for this? I could not find documentation on > > this > > > > > topic. > > > > > > > > > > > > Is then necessary to recompile the application? > > > > > > > > > > > Thank you for you attention > > > > > > > > > > > Best regards > > > > > > > > > > > CB- Nascondi testo citato > > > > > > > > > > > - Mostra testo citato - > > > > > > > > > > -- > > > > > > > > > You received this message because you are subscribed to the > > Google > > > > > > > Groups > > > > > > > > > "OpenMeetings developers" 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-dev?hl=en. > > > > > > > > > -- > > > > > > > > Sebastian > > > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp:// > > > > > > >www.wagner-sebastian.com > > > > > > > > [email protected] > > > > > > > > -- > > > > > > > You received this message because you are subscribed to the > > Google > > > > > Groups > > > > > > > "OpenMeetings developers" 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-dev?hl=en. > > > > > > > -- > > > > > > Sebastian > > > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp:// > > > > >www.wagner-sebastian.com > > > > > > [email protected] > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > Groups > > > > > "OpenMeetings developers" 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-dev?hl=en. > > > > > -- > > > > Sebastian > > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://... > > > > [email protected] Nascondi testo citato > > > > > - Mostra testo citato -- Nascondi testo citato > > > > - Mostra testo citato - > > > -- > > You received this message because you are subscribed to the Google Groups > > "OpenMeetings developers" 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-dev?hl=en. > > -- > Sebastian > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com > [email protected] Nascondi testo citato > > - Mostra testo citato - -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" 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-dev?hl=en.
