Hi..
I want to add a widget in my Rigth bar only for few pages how can i add them. Phani -- G.Venkata Phanindra Mob:: 9849852989 |
There are many examples of this in OFBiz, just do a bit of research and
study of the existing code. Jacopo G.Venkata Phanindra wrote: > Hi.. > I want to add a widget in my Rigth bar only for few pages how can i add > them. > > Phani > |
Jacopo would you prefer me not give the answers so
quickly? ;) --- Jacopo Cappellato <[hidden email]> wrote: > There are many examples of this in OFBiz, just do a > bit of research and > study of the existing code. > > Jacopo > > G.Venkata Phanindra wrote: > > Hi.. > > I want to add a widget in my Rigth bar only for > few pages how can i add > > them. > > > > Phani > > > |
Hi...
Any Exact answer i need urgent i am in hurry ....no time to Do research Phani On 7/8/06, Chris Howe <[hidden email]> wrote: > > Jacopo would you prefer me not give the answers so > quickly? ;) > > --- Jacopo Cappellato <[hidden email]> wrote: > > > There are many examples of this in OFBiz, just do a > > bit of research and > > study of the existing code. > > > > Jacopo > > > > G.Venkata Phanindra wrote: > > > Hi.. > > > I want to add a widget in my Rigth bar only for > > few pages how can i add > > > them. > > > > > > Phani > > > > > > > -- G.Venkata Phanindra Mob:: 9849852989 |
In reply to this post by cjhowe
No, no... if you can help, that's great!
Jacopo Chris Howe wrote: > Jacopo would you prefer me not give the answers so > quickly? ;) > > --- Jacopo Cappellato <[hidden email]> wrote: > >> There are many examples of this in OFBiz, just do a >> bit of research and >> study of the existing code. >> >> Jacopo >> >> G.Venkata Phanindra wrote: >>> Hi.. >>> I want to add a widget in my Rigth bar only for >> few pages how can i add >>> them. >>> >>> Phani >>> > > |
In reply to this post by G.Venkata Phanindra
The only people I would think would be in a hurry
regarding OFBiz are people who are providing services to other people. I don't understand how someone can provide services for someone without reading through the wiki, or reading through OpenSourceStrategies.com's cookbooks, or watching David's instructional videos. Perhaps it's not for me to understand how such a thing is possible. So I will continue to be your crutch. Most of the applications have the left and right defined as a variable in the main-decorator in the application's CommonScreens.xml. Whatever screen your view-map is calling will generally set the leftbar and rightbar field. whatever that value is will be the screen that contains the leftbar or right bar. That screen definition will generally have a bunch of <include-screen.../> declarations. Add or take away the screens that you want to include in that screen definition. Or create a new screen and set your leftbar and rightbar fields to that new screen name --- "G.Venkata Phanindra" <[hidden email]> wrote: > Hi... > Any Exact answer i need urgent i am in hurry ....no > time to Do research > Phani > > On 7/8/06, Chris Howe <[hidden email]> wrote: > > > > Jacopo would you prefer me not give the answers so > > quickly? ;) > > > > --- Jacopo Cappellato <[hidden email]> wrote: > > > > > There are many examples of this in OFBiz, just > do a > > > bit of research and > > > study of the existing code. > > > > > > Jacopo > > > > > > G.Venkata Phanindra wrote: > > > > Hi.. > > > > I want to add a widget in my Rigth bar only > for > > > few pages how can i add > > > > them. > > > > > > > > Phani > > > > > > > > > > > > > > -- > G.Venkata Phanindra > Mob:: 9849852989 > |
In reply to this post by G.Venkata Phanindra
> Hi...
> Any Exact answer i need urgent i am in hurry ....no time to Do research Open source is great, because we get lots of great code and communities 'for free'. However, one of the 'defects' of the model is that it's not like a commercial vendor - there are no guaranteed responses, and no guaranteed response times. Fortunately, the two models can work together, so that people who do not have time to invest in obtaining knowledge themselves can pay someone to get an answer *now*. -- David N. Welton - http://www.dedasys.com/davidw/ Linux, Open Source Consulting - http://www.dedasys.com/ |
In reply to this post by G.Venkata Phanindra
Please note, this is a list of volunteers, not paid support individuals.
if you don't have the time to do the proper research and do the proper debugging, then turn it over to a paid consultant that will do it for you. We all like to help, where we can, but not support some one that is not willing to do their part. G.Venkata Phanindra sent the following on 7/8/2006 3:12 AM: > Hi... > Any Exact answer i need urgent i am in hurry ....no time to Do research > Phani > > On 7/8/06, Chris Howe <[hidden email]> wrote: >> >> Jacopo would you prefer me not give the answers so >> quickly? ;) >> >> --- Jacopo Cappellato <[hidden email]> wrote: >> >> > There are many examples of this in OFBiz, just do a >> > bit of research and >> > study of the existing code. >> > >> > Jacopo >> > >> > G.Venkata Phanindra wrote: >> > > Hi.. >> > > I want to add a widget in my Rigth bar only for >> > few pages how can i add >> > > them. >> > > >> > > Phani >> > > >> > >> >> > > |
In reply to this post by cjhowe
Phani,
I agree completely with Chris' advice. Please look through the documentation, you shouldn't be in the position of being "in a hurry" to deliver a product whose documentation you haven't even scratched the surface of! It is detrimental to both OFBiz and yourself, to deliver it without basic understanding. Since Chris is being so helpful, at least do him the favour of taking his advice seriously! - Andrew On Sat, 2006-07-08 at 03:21 -0700, Chris Howe wrote: > The only people I would think would be in a hurry > regarding OFBiz are people who are providing services > to other people. I don't understand how someone can > provide services for someone without reading through > the wiki, or reading through > OpenSourceStrategies.com's cookbooks, or watching > David's instructional videos. Perhaps it's not for me > to understand how such a thing is possible. So I will > continue to be your crutch. > > Most of the applications have the left and right > defined as a variable in the main-decorator in the > application's CommonScreens.xml. Whatever screen your > view-map is calling will generally set the leftbar and > rightbar field. whatever that value is will be the > screen that contains the leftbar or right bar. That > screen definition will generally have a bunch of > <include-screen.../> declarations. Add or take away > the screens that you want to include in that screen > definition. Or create a new screen and set your > leftbar and rightbar fields to that new screen name > > --- "G.Venkata Phanindra" <[hidden email]> wrote: > > > Hi... > > Any Exact answer i need urgent i am in hurry ....no > > time to Do research > > Phani > > > > On 7/8/06, Chris Howe <[hidden email]> wrote: > > > > > > Jacopo would you prefer me not give the answers so > > > quickly? ;) > > > > > > --- Jacopo Cappellato <[hidden email]> wrote: > > > > > > > There are many examples of this in OFBiz, just > > do a > > > > bit of research and > > > > study of the existing code. > > > > > > > > Jacopo > > > > > > > > G.Venkata Phanindra wrote: > > > > > Hi.. > > > > > I want to add a widget in my Rigth bar only > > for > > > > few pages how can i add > > > > > them. > > > > > > > > > > Phani > > > > > > > > > > > > > > > > > > > > > -- > > G.Venkata Phanindra > > Mob:: 9849852989 > > > Kind Regards Andrew Sykes <[hidden email]> Sykes Development Ltd http://www.sykesdevelopment.com |
In reply to this post by cjhowe
On Saturday 08 July 2006 17:21, Chris Howe wrote:
> The only people I would think would be in a hurry > regarding OFBiz are people who are providing services > to other people. I don't understand how someone can > provide services for someone without reading through > the wiki, or reading through > OpenSourceStrategies.com's cookbooks, or watching > David's instructional videos. Perhaps it's not for me > to understand how such a thing is possible. So I will > continue to be your crutch. Not only that, but demanding perfect free service here.... when he writes; > Any Exact answer i need urgent i am in hurry ....no > time to Do research because the paying customer is not satisfied and wants results. -- Regards, Hans Bakker ANT Websystems Co.,Ltd (http://www.antwebsystems.com) If you want to verify that this message really originates from from the above person, download the public key from: http://www.antwebsystems.com/hbakkerAntwebsystems.asc attachment0 (196 bytes) Download Attachment |
Free forum by Nabble | Edit this page |