You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Mariano M <ma...@gmail.com> on 2014/08/13 03:04:56 UTC

Re: POS

Pradeep,

Have you find the answer to this? Have you implemented this?

Thank you,

Mariano



--
View this message in context: http://ofbiz.135035.n4.nabble.com/POS-tp4641941p4653429.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: POS

Posted by Mariano M <ma...@gmail.com>.
Thank you Pradeep.



--
View this message in context: http://ofbiz.135035.n4.nabble.com/POS-tp4641941p4653487.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: POS

Posted by S K Pradeep Kumar <s....@gmail.com>.
Hi Mariano,

I was able to do it.
Just need to load XuiScreen twice in XuiContainer and send appropriate
parameter as per your requirement.

 JFrame jframe = new JFrame();
        jframe.setUndecorated(true);
        new XuiScreen(
                new String[] { this.startupDir + this.startupFile,
                classPackageName}, jframe);

        //Code for second screen
     JFrame jframe1 = new JFrame();
       jframe1.setUndecorated(true);
     new XuiScreen(new String[] {
"specialpurpose/pos/config/xpos1.properties",classPackageName}, jframe1);

With regards,
S K Pradeep Kumar,
9035009495


On Wed, Aug 13, 2014 at 6:34 AM, Mariano M <ma...@gmail.com> wrote:

> Pradeep,
>
> Have you find the answer to this? Have you implemented this?
>
> Thank you,
>
> Mariano
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/POS-tp4641941p4653429.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Re: POS

Posted by Jacques Le Roux <ja...@les7arts.com>.
I'd go with this kind of stuff http://www.aures-pos.fr/gamme-pos-aures/odysse-ii-evolution/

Jacques

Le 13/08/2014 03:04, Mariano M a écrit :
> Pradeep,
>
> Have you find the answer to this? Have you implemented this?
>
> Thank you,
>
> Mariano
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/POS-tp4641941p4653429.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>