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

AW: Widget performance

2017-08-26 Thread Flury Olivier via 4D_Tech
. -Ursprüngliche Nachricht- Von: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] Im Auftrag von Piotr Chabot Stadhouders via 4D_Tech Gesendet: Samstag, 26. August 2017 09:11 An: 4d_tech@lists.4d.com Cc: Piotr Chabot Stadhouders <p.stadhoud...@timeff.com> Betreff: RE: Widget performance Thanks

RE: Widget performance

2017-08-26 Thread Piotr Chabot Stadhouders via 4D_Tech
am in fact inserting 100 subforms. Gr, Piotr > -Oorspronkelijk bericht- > Van: Piotr Chabot Stadhouders [mailto:p.stadhoud...@timeff.com] > Verzonden: vrijdag 25 augustus 2017 9:40 > Aan: 4d_tech@lists.4d.com > Onderwerp: Widget performance > > Hi, > > 4D v16, Wind

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

Widget performance

2017-08-25 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi, 4D v16, Windows 10 Despite all advice saying to use standard 4D objects, I am on the verge of creating my own dropdown menu. We have a multi-platform application and want to have its own unique L I think I can create a dropdown as a widget, but what I am worried about is performance As a