errors with trees

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

errors with trees

Erwan de FERRIERES-3
Hi all,

for the moment, with the trees (like in humanres/control/main), I've
found 2 errors :

* the labels are not located near the node, but are all, on the same
line on the top of the screenlet

*with IE6, the little squares, that are normally on the left side are
not showed.

If you have some idea to solve those problems, these would be very good.
I've been trying for a long time, and didn't find anything.

Cheers,

--
- Erwan -
Reply | Threaded
Open this post in threaded view
|

Re: errors with trees

BJ Freeman
are you calling a controller a tree.
usually tree refers to other things.

on the labels, which lables, it looks like you viewing this from the UI
not the code.

it would be best if your are able to go into the code and show what
views you are dealing with and what in the views are the problems.

saves a lot of searching.


Erwan de FERRIERES sent the following on 5/26/2009 10:20 AM:

> Hi all,
>
> for the moment, with the trees (like in humanres/control/main), I've
> found 2 errors :
>
> * the labels are not located near the node, but are all, on the same
> line on the top of the screenlet
>
> *with IE6, the little squares, that are normally on the left side are
> not showed.
>
> If you have some idea to solve those problems, these would be very good.
> I've been trying for a long time, and didn't find anything.
>
> Cheers,
>

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: errors with trees

Erwan de FERRIERES-3
I'm speaking here of the OrgTree, like the one which is called in the
humanres/widget/PartyTrees.xml file.

BJ Freeman a écrit :

> are you calling a controller a tree.
> usually tree refers to other things.
>
> on the labels, which lables, it looks like you viewing this from the UI
> not the code.
>
> it would be best if your are able to go into the code and show what
> views you are dealing with and what in the views are the problems.
>
> saves a lot of searching.
>
>
> Erwan de FERRIERES sent the following on 5/26/2009 10:20 AM:
>> Hi all,
>>
>> for the moment, with the trees (like in humanres/control/main), I've
>> found 2 errors :
>>
>> * the labels are not located near the node, but are all, on the same
>> line on the top of the screenlet
>>
>> *with IE6, the little squares, that are normally on the left side are
>> not showed.
>>
>> If you have some idea to solve those problems, these would be very good.
>> I've been trying for a long time, and didn't find anything.
>>
>> Cheers,
>>
>

--
- Erwan -
Reply | Threaded
Open this post in threaded view
|

Re: errors with trees

Adrian Crum
In reply to this post by BJ Freeman
I think he's referring to the tree widget.

-Adrian

BJ Freeman wrote:

> are you calling a controller a tree.
> usually tree refers to other things.
>
> on the labels, which lables, it looks like you viewing this from the UI
> not the code.
>
> it would be best if your are able to go into the code and show what
> views you are dealing with and what in the views are the problems.
>
> saves a lot of searching.
>
>
> Erwan de FERRIERES sent the following on 5/26/2009 10:20 AM:
>> Hi all,
>>
>> for the moment, with the trees (like in humanres/control/main), I've
>> found 2 errors :
>>
>> * the labels are not located near the node, but are all, on the same
>> line on the top of the screenlet
>>
>> *with IE6, the little squares, that are normally on the left side are
>> not showed.
>>
>> If you have some idea to solve those problems, these would be very good.
>> I've been trying for a long time, and didn't find anything.
>>
>> Cheers,
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: errors with trees

Erwan de FERRIERES-3
In reply to this post by BJ Freeman
Hi,

here is another place where you can find the error :
https://localhost:8443/accounting/control/GlAccountNavigate

The tree is called with this line in
/ofbiz/applications/accounting/widget/GlobalGlAccountsScreens.xml :

<include-tree name="GlAccountTree"
location="component://accounting/widget/AccountingTrees.xml"/>

Attached the screenshots, one with IE, and the other one with FF.

HTH,


BJ Freeman a écrit :

> are you calling a controller a tree.
> usually tree refers to other things.
>
> on the labels, which lables, it looks like you viewing this from the UI
> not the code.
>
> it would be best if your are able to go into the code and show what
> views you are dealing with and what in the views are the problems.
>
> saves a lot of searching.
>
>
> Erwan de FERRIERES sent the following on 5/26/2009 10:20 AM:
>> Hi all,
>>
>> for the moment, with the trees (like in humanres/control/main), I've
>> found 2 errors :
>>
>> * the labels are not located near the node, but are all, on the same
>> line on the top of the screenlet
>>
>> *with IE6, the little squares, that are normally on the left side are
>> not showed.
>>
>> If you have some idea to solve those problems, these would be very good.
>> I've been trying for a long time, and didn't find anything.
>>
>> Cheers,
>>
>
--
- Erwan -
Reply | Threaded
Open this post in threaded view
|

Re: errors with trees

Jacques Le Roux
Administrator
Hi Erwan,

Could you open a Jira for this ?

Thanks

Jacques

From: "Erwan de FERRIERES" <[hidden email]>

> Hi,
>
> here is another place where you can find the error :
> https://localhost:8443/accounting/control/GlAccountNavigate
>
> The tree is called with this line in
> /ofbiz/applications/accounting/widget/GlobalGlAccountsScreens.xml :
>
> <include-tree name="GlAccountTree"
> location="component://accounting/widget/AccountingTrees.xml"/>
>
> Attached the screenshots, one with IE, and the other one with FF.
>
> HTH,
>
>
> BJ Freeman a écrit :
>> are you calling a controller a tree.
>> usually tree refers to other things.
>>
>> on the labels, which lables, it looks like you viewing this from the UI
>> not the code.
>>
>> it would be best if your are able to go into the code and show what
>> views you are dealing with and what in the views are the problems.
>>
>> saves a lot of searching.
>>
>>
>> Erwan de FERRIERES sent the following on 5/26/2009 10:20 AM:
>>> Hi all,
>>>
>>> for the moment, with the trees (like in humanres/control/main), I've
>>> found 2 errors :
>>>
>>> * the labels are not located near the node, but are all, on the same
>>> line on the top of the screenlet
>>>
>>> *with IE6, the little squares, that are normally on the left side are
>>> not showed.
>>>
>>> If you have some idea to solve those problems, these would be very good.
>>> I've been trying for a long time, and didn't find anything.
>>>
>>> Cheers,
>>>
>>
>
> --
> - Erwan -
>


Reply | Threaded
Open this post in threaded view
|

Re: errors with trees

Erwan de FERRIERES-3
In reply to this post by BJ Freeman
As the files are deleted by the mail server, I've created an issue on
JIRA, to prensent the images.

https://issues.apache.org/jira/browse/OFBIZ-2529

BJ Freeman a écrit :

> are you calling a controller a tree.
> usually tree refers to other things.
>
> on the labels, which lables, it looks like you viewing this from the UI
> not the code.
>
> it would be best if your are able to go into the code and show what
> views you are dealing with and what in the views are the problems.
>
> saves a lot of searching.
>
>
> Erwan de FERRIERES sent the following on 5/26/2009 10:20 AM:
>> Hi all,
>>
>> for the moment, with the trees (like in humanres/control/main), I've
>> found 2 errors :
>>
>> * the labels are not located near the node, but are all, on the same
>> line on the top of the screenlet
>>
>> *with IE6, the little squares, that are normally on the left side are
>> not showed.
>>
>> If you have some idea to solve those problems, these would be very good.
>> I've been trying for a long time, and didn't find anything.
>>
>> Cheers,
>>
>

--
- Erwan -