Vote early, vote often...

2017-08-25 Thread deddy via 4D_Tech
Folks - Important new survey at www.4dtoday.com. Vote & tell you off-NUG 4Ders to vote too, please. - David Eddy Boston ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive:

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

Re: Listbox header OSX

2017-08-25 Thread Keisuke Miyako via 4D_Tech
Hello, the Header of a listbox takes after the appearance of a standard menu bar. on Windows 10, the menu bar happens to be white and has no borders and so does the Header. but you can configure system appearances (themes) and that will have an effect on Headers too. as for borders on Mac,

Listbox header OSX

2017-08-25 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi, 4D v16, OSX When I set the border line style of a listbox to none OSX still shows a line above the header. On windows this line disappears as expected. Does this make sense? Does anybody know how to get rid of the line above the listbox header on OSX? Gr, Piotr

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