Re: Widget performance

2017-09-01 Thread Keisuke Miyako via 4D_Tech
Hello, that widget is one of my own favourites, especially how it manages focus with gaussian blur. you might want to make sure your images are Retina ready on v14 or above, but otherwise not much has changes since v13 (which added OBJECT GET SUBFORM CONTAINER SIZE and FORM GOTO PAGE *)

RE: Widget performance

2017-08-31 Thread Piotr Chabot Stadhouders via 4D_Tech
Miyako [mailto:keisuke.miy...@4d.com] > Verzonden: zaterdag 26 augustus 2017 0:32 > Aan: 4D iNug Technical <4d_tech@lists.4d.com> > Onderwerp: Re: Widget performance > > there is a "duplicate by matrix" menu in the form editor, which allows you to > quickly expe

RE: Widget performance

2017-08-26 Thread Piotr Chabot Stadhouders via 4D_Tech
Thanks Miyako and Jody, The thing I most worry about is the performance overhead of subforms. I would suspect a subform is "heavier" than a simple field or button for example. Can someone tell me what the subform performance overhead is? After all, when inserting 100 widget I am in fact

Re: Widget performance

2017-08-25 Thread Jody Bevan via 4D_Tech
Maybe 4D does not need what we do anymore, but old habits die hard. When we have multiple pages we split the code for setting up all the objects on the form into ‘Page_Methods”. The specific page methods are only run the first time the user clicks to go to that page. That way it usually makes

Re: Widget performance

2017-08-25 Thread Keisuke Miyako via 4D_Tech
there is a "duplicate by matrix" menu in the form editor, which allows you to quickly experiment with tens of thousands of objects. maybe it is the execution code setup code that is taking 2 seconds. in my experience, a form with thousands of form objects is nothing uncommon. > 2017/08/25