Questions tagged [toolkit]

A widget toolkit, widget library, or GUI toolkit is a set of widgets for use in designing applications with graphical user interfaces (GUIs).

A widget toolkit, library, or is a set of widgets for use in designing applications with graphical user interfaces (s).

The toolkit itself is a piece of software which is usually built on the top of an operating system, windowing system, or window manager and provides programs with an application programming interface (), allowing them to make use of widgets. Each widget facilitates a specific user-computer interaction, and appears as a visible part of the computer's GUI. Widget toolkits can be either or .

603 questions
0
votes
1 answer

PHP Toolkit / Easycom giving iSeries message

We have PHP with Zend Server, running on an iSeries. Our iSeries is v6r1m1. Our Zend Server is version 5.6.0. Our PHP version is 5.2.17. When using the i5_Connection and i5_Program from our PHP Toolkit classes, the following message is displayed in…
adam
  • 2,930
  • 7
  • 54
  • 89
0
votes
1 answer

can gwt be used with other languages other than java?

I am planning to study on gwt but after going through some introductions, it seems to be tightly coupled with java. (which people say is already dying) can gwt be teamed up with languages like c or php? or other languages at all?
chip
  • 3,039
  • 5
  • 35
  • 59
0
votes
1 answer

Nesting WPF 3.5 sp1 toolkit datagrid

Has anybody been successful or can find an example of using nested grids in the WPF 3.5 SP1 toolkit Datagrid? Does anybody know if this is even supported? Thanks.
user56963
  • 69
  • 1
  • 2
  • 11
0
votes
1 answer

Enabling, disabling certain columns WPF Toolkit datagrid

I am trying to create a WPF toolkit datagrid with following format. I was able to hide content for the columns in LoadingRow event of the data grid. But the last column is a button and not sure how I can hide the content for that. It should only…
dcmovva
  • 155
  • 1
  • 3
  • 10
-1
votes
2 answers

Are there any GUI toolkits that exist as a C DLL?

Are there any pre-built GUI toolkits that exist as a C DLL? So i can simply import a static library and start using GUI commands to build an application written in C? Also so i can redistribute the dll with my application. EDIT: Preferably with no…
Gary Willoughby
  • 50,926
  • 41
  • 133
  • 199
-1
votes
1 answer

iOS location-based augmented reality toolkit/framework

is there any good free location-based augumented framework/api/toolkit for iOS? I tried Layar, but you can't change pretty much anything in the player itself so it's not worth much for me, I want to be able to alter the GUI for my needs. I also…
haluzak
  • 1,133
  • 3
  • 17
  • 31
-1
votes
1 answer

Toolkit not initializing

When i truing to play sound in mp3 format, code throwes me error: "Exception in thread "main" java.lang.IllegalStateException: Toolkit not initialized". import javafx.scene.media.Media; import javafx.scene.media.MediaPlayer; import…
-1
votes
1 answer

Comparison of Processing vs JavaFx vs Griffon

Can anybody compare Processing vs plain JavaFX vs Griffon with Swing/Fx builders? I am interested in the sweet spots of each tooklkit, and in particular for building rich visualization dashboards.
ddimitrov
  • 3,293
  • 3
  • 31
  • 46
-1
votes
1 answer

How to start building a GUI toolkit for wayland

I want to create a GUI toolkit for my desktop environment (because neither gtk nor qt don't fit to my needs) but I don't know how to start. I don't want a cross-platform or display-server independent library, theming options, configurable icons etc.…
user11955706
-1
votes
1 answer

NetSuite PHP Toolkit Time Entry Search

"2019_1", "host" =>…
-1
votes
1 answer

i am getting an error as " failed: AttributeError: 'ServicePrincipalCredentials' object has no attribute 'get_token"

While Running Chaos Toolkit Azure related Playbooks , i am getting an error as " failed: AttributeError: 'ServicePrincipalCredentials' object has no attribute 'get_token" though i have passed in the correct Secret ID , Tenant ID , Client ID ,…
Ayan
  • 1
  • 1
-1
votes
2 answers

How to set first tab after loading page?

I`m using toolkit to make tabs on my page. I want to set special tab (in this context it is third tab) as showing tab after loading my tabPage. How can i do it? Thanks
votcod
  • 13
  • 2
-1
votes
1 answer

What is a good VR GUI toolkit?

Is there a good GUI for VR? Scaleform is no longer supported. Coherent seems like an option. I just don't know how to integrate it if it is not natively supported by the engine. IMGUI seems like it is limited in the look that can be created by it.…
zooropa
  • 3,929
  • 8
  • 39
  • 61
-1
votes
2 answers

Creo Toolkit: how to fetch current Part, Assembly, Drawing

Creo Toolkit: Need to know how to fetch current Part, Assembly, Drawing. Any information would be appreciated.
Madhavi
  • 1
  • 3
-1
votes
1 answer

Case Management System (Ticketing System) - How to?

I am looking at developing a simple case management system, a sort of ticketing system where users can enter data in forms, moving from one form to another pressing Next, Next etc. The information will then be stored in a database, and kept on a…