Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] No more handles in SWT, can this number be configured?

Its an OS limit, rather than an SWT one. 

See eg

https://docs.microsoft.com/en-us/windows/win32/sysinfo/gdi-objects

Sent from my iPhone 📱

On 15 Apr 2021, at 14:31, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:

Hi,

is it possible to assign more handles to an SWT application under
Windows? A client has an RCP app with lots of widgets on a tab and the
users open lots of these tabs.

Currently we are auto-closing tabs if the number of tabs is larger
than 100 but if possible we would like to increase the number of
possible open tabs.

Best regards, Lars

--
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse-dev

Back to the top