Re: Single Form Widget on CSS Grid Layout

2021-01-26 Thread Ingo Könemann
Hi all, I looked at the patch and have some additional questions about these changes. 1. There are some added elements I do not fully understand in the HtmlFormMacroLibrary.ftl template. Could you explain why they are necessary for the given proposition? 2. It feels like using a

Re: Single Form Widget on CSS Grid Layout

2021-01-26 Thread Nicolas Malin
Hello James, I'm a little bit confused with your proposition, It's a direct conflict with the separation between the model of a form and the way to rendering it throw the theme. If you want create a specific form for different display case maybe check the extend logic OFBIZ-11335

Re: Ofbiz integrate Python script

2021-01-26 Thread Eugen Stan
Hi, Two other options would be * GraalVM https://www.graalvm.org/docs/getting-started/#run-python and https://www.graalvm.org/reference-manual/polyglot-programming/ * Run your python code as an external HTTP service and call it from OFBiz Please let us know which one you choose and why.

Re: Ofbiz integrate Python script

2021-01-26 Thread James Yong
Hi Nguyen, Any python library you have in mind? For calling python from java, the information from the following link may helps: https://www.baeldung.com/java-working-with-python Regards, James On 2021/01/23 07:41:28, Thanh Nguyen wrote: > Hi everyone, > > How do you think about integrate

Single Form Widget on CSS Grid Layout

2021-01-26 Thread James Yong
Hi all, Planning to add a new form widget type i.e. single_css-grid-layout. This new type allows Single Form Widget to be layout with CSS Grid, instead of table. Created OFBIZ-12162 with patch for it. Regards, James