Is double clicking necessary in trunk?

2011-02-06 Thread Mike
I was wondering while fooling around in trunk. It seems that It is necessary to sometimes double-click in various parts of the admin console (catalog, etc.). If I click once, the screen doesn't always render. At first I thought it was associated with me re-installing oldschool, but it seems to

Re: Service products and Order Statuses

2011-02-06 Thread Shereen
Thanks for your reply And sorry for being late but this is due to unexpected conditions in Egypt I've checked the url but unfortunately this doesn't have enough to help me I'm talking about the order status flow is there any listener or method that change the order status to approved or

Re: Re: Issue with VAT Tax calculation

2011-02-06 Thread Jacques Le Roux
Only that there is a pending fix for shipment VAT http://markmail.org/message/k3uggtthkmgr23af Jacques From: c.schin...@googlemail.com Yup, I am attempting that. Anything special to know about that? C Gesendet mit BlackBerry® Webmail von Telekom Deutschland -Original Message- From:

Re: Is double clicking necessary in trunk?

2011-02-06 Thread Jacques Le Roux
So you are on Windows I guess, was it using the demo? Try FF safe mode or Chrome or Opera, Safari Depending on your FF plugins you may encoutner issues, like the screen not be completly rendered and needing a F5 If it still appear please give use some reproductible steps Thanks Jacques

Re: Service products and Order Statuses

2011-02-06 Thread BJ Freeman
since you did not include the URL I have no reference. I answer to many to remember what was said. I depend on the history being included. there are no listener in ofbiz. the closest thing that come close in functionality are ECA. There has been some code changes from the original design, but

Re: Service products and Order Statuses

2011-02-06 Thread Jacques Le Roux
Please Shereen, if you use Nabble (instead of a mail client), don't forget to quote the last message (or relevant part). Else we don't have the context... Look for eca service=changeOrderStatus in *eca* files In R9.04 maybe a StatusValidChange entity was missing Jacques From: Shereen

Re: Is double clicking necessary in trunk?

2011-02-06 Thread Mike
Thanks Jacques. OK: Using FF. It seems to occur on my own local trunk (more often), but I also observe it on Apaches trunk demo as well, but not as often: To reproduce, alternate between these two links, with a delay between clicks (say 10 seconds).

Re: Is double clicking necessary in trunk?

2011-02-06 Thread BJ Freeman
click and double click is a function 0f the client (browser). anything on your machine that may effect cpu or the timers, can cause this behavior. on thing on a windows machine is when there is use of the virtual memory. you can verify this by unloading everything till you running in real

Re: Is double clicking necessary in trunk?

2011-02-06 Thread BJ Freeman
also a process that captures keystrokes can cause this. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist

calling screen from javascript

2011-02-06 Thread S.Hage
Hi all, How I can call a screen from javascript like this: function xyz(){ ... ${screens.render(component://common/widget/CommonScreens.xml#states)}; . . . } thanks in advance. -- View this message in context:

Re: calling screen from javascript

2011-02-06 Thread BJ Freeman
unless things changed lately all calls go through the controller. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad

Re: calling screen from javascript

2011-02-06 Thread S.Hage
when I us this ${screens.render(component://common/widget/CommonScreens.xml#states)}; in javascript function I got this error: Error: missing ; before statement Source File: https://localhost:8443//control/MyNewCustomer Line: 1771, Column: 5 Source Code: option

Re: calling screen from javascript

2011-02-06 Thread Atul Vani
I am not sure why you want to do that, but for the code below to work that will need to be placed in an ftl (inside script tags). On Monday 07 February 2011 07:41 AM, BJ Freeman wrote: unless things changed lately all calls go through the controller. = BJ Freeman

Re: Is double clicking necessary in trunk?

2011-02-06 Thread Mike
Thanks BJ. I verified that there are no key-loggers or other issues with my system. Ofbiz runs on a separate powerful Linux server on my local network. However, I found some additional oddities. I verified that the only browser that seems to work perfectly (everytime) is Chrome. IE renders

Re: calling screen from javascript

2011-02-06 Thread Atul Vani
Not sure. Try something from here http://freemarker.sourceforge.net/docs/ref_builtins_string.html Better to find some other way to address it. On Monday 07 February 2011 08:27 AM, S.Hage wrote: when I us this ${screens.render(component://common/widget/CommonScreens.xml#states)}; in

Re: Is double clicking necessary in trunk?

2011-02-06 Thread Scott Gray
I've seen it (OSX - Firefox), haven't looked into it though. Regards Scott HotWax Media http://www.hotwaxmedia.com On 7/02/2011, at 5:26 PM, Mike wrote: Thanks BJ. I verified that there are no key-loggers or other issues with my system. Ofbiz runs on a separate powerful Linux server on my