You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2008/01/27 12:10:34 UTC

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

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

jacques.le.roux edited comment on OFBIZ-1580 at 1/27/08 3:10 AM:
-----------------------------------------------------------------

I'm still not sure why (I have commited some unrelated changes) but we have lost the previous journal styling. This explains the different font (not sure it's the font or its size or the line height) and some details : the journal grid is slightly (1 pix ?) left-shifted, the grid-lines are not white anymore and the JPanel backgound is not repaints(?) hence shows another color (in my case another grey). Solving this may help for point 2.

Also I'm not sure Journal.getModelText is needed, please confirm else I will drop it

      was (Author: jacques.le.roux):
    I'm still not sure why (I have commited some unrelated changes) but we have loosed the previous journal styling. This explains the different font (not sure it's the font or its size or the line height) and some details : the journal grid is slightly (1 pix ?) left-shifted, the grid-lines are not white anymore and the JPanel backgound is not repaints(?) hence shows another color (in my case another grey). Solving this may help for point 2.
  
> 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
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-1580-6.patch, 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.