Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Maximum amount of widgets in application: (2 Items)
   
Maximum amount of widgets in application  
Hi,

I created an application with a lot of widgets. When I run the application, the window base can't refresh. I started to 

delete widgets and finally when the number of widgets is about 450..., the base starts to refresh.

I don't know if the problem is, the maximum amount of widgets as son of the same father (in this case the ABW_base), or 

is an absolut maximum amount of widgets in an application.

I need to develop an application with more of 600 widgets. It is possible?

I've attached a screen capture of one application I created to prove the problem. I'm using qnx6.3.2
Attachment: Image screen capture.JPG 222.04 KB
Re: Maximum amount of widgets in application  
Change your app to have your buttons in containers:

Window
   -- row #1 container (up to ~150 buttons)
   -- row #2 container (up to ~150 buttons)
   -- row #3 container (up to ~150 buttons)
   -- row #4 container (up to ~150 buttons)
  etc.