[jira] Created: (OFBIZ-1580) XUI update to x3.1

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

[jira] Created: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
XUI update to x3.1
------------------

                 Key: OFBIZ-1580
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
             Project: OFBiz
          Issue Type: Improvement
          Components: specialpurpose/pos
    Affects Versions: SVN trunk
            Reporter: Chris Lombardi


I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.

It compiles, but it throws an exception at runtime.

I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  

Run the patch, then delete the following files:

rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java

I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment: ofbiz-1580.patch

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>         Attachments: ofbiz-1580.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-1580:
--------------------------------------

    Assignee: Jacques Le Roux

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment: ofbiz-1580-3.patch

This one works mostly.  I'm seeing some weird mouseover issues and the journal seems hosed.  Some formatting is off too.

It requires XUI 3.1, both the swingcore and optional jars.

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-3.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment:     (was: ofbiz-1580.patch)

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-3.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment: ofbiz-1580-5.patch

Fixed the windowing and journal issues.  The one issue remaining is that using this patch and updated xui libs (I'm testing with xui 3.2 rc2) in the framework/guiapp/lib directory pegs the CPU of my machine, even when the application isn't being actively used.

I haven't a clue what is causing the CPU usage though.  I really didn't end up having to change much to upgrade the XUI libs.


> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-3.patch, ofbiz-1580-5.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment:     (was: ofbiz-1580-3.patch)

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-5.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment: ofbiz-1580-6.patch

This fixes all issues I'm aware of.  XUI 3.2 release candidate 2B is required to fix the cpu utilization issue.

Comments welcome.

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-5.patch, ofbiz-1580-6.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment:     (was: ofbiz-1580-5.patch)

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562219#action_12562219 ]

Jacques Le Roux commented on OFBIZ-1580:
----------------------------------------

Chris,

Some points to note, after a cursory review :
. I will use (commit later) XuiCoreSwing-v3.2rc2b.jar and XuiOptional-v3.2rc2b.jar. Some time ago, we decided to put revision number in filename, to facilitate migrations.
. I saw that you replaced the var name session by xuisession. It seems good to me but please in such prefer to use something like xuiSession (and if you have a doubt please (re?)-read http://docs.ofbiz.org/display/OFBADMIN/Coding+Conventions ;o)
. We should remove the comment +                //causes infinite loop
. We have to clear // XUI upgraded to 3.2 from 2.0.6 - still ignore?
. Please only add relevants lines in xpos.properties. For this you have to revert the file before. Don't worry it is dynamically modified by OFBiz.. Notably take care with the UseWindow option : please keep its comment and its state. So in this case you have only to add the 2 lines
    StartClass=specialpurpose/pos/screens/default/pospanel
    StyleFile=specialpurpose/pos/styles/posstyles.xml
. I have commented the line //Debug.logInfo(getModelText(jmodel), module); in  Journal.java:158
. Some time ago I changed the way the journal was showing, and allowed to scroll horizontally. Please see why on the POS XUI 3.2rc2b.PNG file attached : the grand total might be trunked.

At this stage I can only say 2 other words : great work !
I will continue to review tomorrow...

PS : I attach the updated patch. I keep the same name intentionally, I think you will figure out why instantly. In this patch the points below remain
. We have to clear // XUI upgraded to 3.2 from 2.0.6 - still ignore?
. Some time ago I changed the way the journal was showing and allowed to scroll horizontally. Please see why on the POS XUI 3.2rc2b.PNG file attached : the grand total might be trunked.

   

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1580:
-----------------------------------

    Attachment: POS XUI 3.2rc2b.PNG

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1580:
-----------------------------------

    Attachment: ofbiz-1580-6.patch

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.1

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1580:
-----------------------------------

    Attachment: xpos.properties.patch
                XuiOptional-v3.2rc2b.jar
                XuiCoreSwing-v3.2rc2b.jar

I forgot xpos.properties changes in previous patch. I attach also xui jar files, to facilitate testing

We should also look for a better font in Journal

> XUI update to x3.1
> ------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.2rc2b

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1580:
-----------------------------------

    Component/s: framework
        Summary: XUI update to x3.2rc2b  (was: XUI update to x3.1)

> XUI update to x3.2rc2b
> ----------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.2rc2b

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment: ofbiz-1580-6.patch

Thanks for fixing those issues.

Some of the default behavior changed between the versions.  I added in code to specify the behavior of the scrollbars per your commend, and remove the comments you mentioned.

I have a few observations and opinions, conveniently numbered for easy rebuttal.  :)

1) The grand total is also displayed above the journal, in its own box.  Maybe the grand total line should be removed from the Journal.
2) IMHO, the size of the AMT should be increased to handle the proper size, based upon business.  This would be easier to predict if the total was not displayed in the Journal.
3) I'm not sure of the validity of using thin scrollbars in an application ostensibly to be used on a touchscreen.  I'll have to plug in my touchscreen and start poking at it.

Number 3 is a particular problem for me, as it seems that navigation by finger requires a different set of widgets or navigational style than navigation by mouse.  Is anyone aware of a guide to solving these issues?




> XUI update to x3.2rc2b
> ----------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1580) XUI update to x3.2rc2b

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562349#action_12562349 ]

Jacques Le Roux commented on OFBIZ-1580:
----------------------------------------

Hi Chris,

1) The grand total is also displayed above the journal, in its own box. Maybe the grand total line should be removed from the Journal.
Yes I thought about that shortly after having posted. I can' t see any problems with it, though it's standard to show grand total below and not *only* above items. I did not try yet the new scrollbars behaviour. But I guess it should be sufficient.

2) IMHO, the size of the AMT should be increased to handle the proper size, based upon business. This would be easier to predict if the total was not displayed in the Journal.
Yes good point, but what is exactly AMP :o) ?

3) I'm not sure of the validity of using thin scrollbars in an application ostensibly to be used on a touchscreen. I'll have to plug in my touchscreen and start poking at it.
You are right, folowwing your test we should maybe find another solution. And this remind me about cash in/out that I should fix also. About this last one, I still wonder if we should not introduce a virtual floating keyboard. In a 1st time being able to enter amounts should be enough (hence only digits and such touches as it already exist on main screen), what do you think ?

> XUI update to x3.2rc2b
> ----------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.2rc2b

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1580:
-----------------------------------

    Attachment: xpos.properties.patch

Chris,

In your last patch you forgot my advice about xpos.properties :p. Forget it, I forgot myself to add changes in .classpath. I added them in the new xpos.properties.patch

> XUI update to x3.2rc2b
> ----------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1580) XUI update to x3.2rc2b

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lombardi updated OFBIZ-1580:
----------------------------------

    Attachment: ofbiz-1580-6.patch

Argh.  I did fix the file.  I guess I just can't keep myself from running a build one last time to make sure it works.  

I updated the patch to remove a println and I removed xpos.properties from this patch.

I also updated XuiScreen to check for a change to the field being updated in xpos.properties before rewriting the whole file.  ;)


> XUI update to x3.2rc2b
> ----------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1580) XUI update to x3.2rc2b

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562360#action_12562360 ]

Jacques Le Roux commented on OFBIZ-1580:
----------------------------------------

Chris,

Weird, the  horizontal bar does not show when needed on XPsp2. I will (re-)check later, did you try it ? On which platform ?

Thanks

> XUI update to x3.2rc2b
> ----------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1580) XUI update to x3.2rc2b

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562363#action_12562363 ]

Jacques Le Roux commented on OFBIZ-1580:
----------------------------------------

I also updated XuiScreen to check for a change to the field being updated in xpos.properties before rewriting the whole file. ;)

Good point :D

> XUI update to x3.2rc2b
> ----------------------
>
>                 Key: OFBIZ-1580
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1580
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework, specialpurpose/pos
>    Affects Versions: SVN trunk
>            Reporter: Chris Lombardi
>            Assignee: Jacques Le Roux
>         Attachments: ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, ofbiz-1580-6.patch, POS XUI 3.2rc2b.PNG, xpos.properties.patch, xpos.properties.patch, XuiCoreSwing-v3.2rc2b.jar, XuiOptional-v3.2rc2b.jar
>
>
> I have been having problems with the limitations of the current version of XUI.  Specifically, the limitations of not being able to remove event handlers and the forced caching of XPage objects.
> It compiles, but it throws an exception at runtime.
> I think it is a configuration issue, I haven't tracked it down yet, but I thought I'd put it out here in case anyone wants to take a look.  
> Run the patch, then delete the following files:
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/ConfigureItem.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/LoadSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/PaidInOut.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java
> rm specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java
> I updated Journal.java, but I want to see it work before I update the other files.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

123