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
59
votes
7 answers

MVVM Light Toolkit samples

Does anyone know opensource WPF applications created using MVVM Light Toolkit? Or any samples?
Neir0
  • 12,849
  • 28
  • 83
  • 139
48
votes
5 answers

xcode-select -switch path when using cli toolkit

With the release of Apple's Command Line Toolkit for Xcode, I am trying to avoid needing to install Xcode proper. In order to do this, I need to set the path to xcode for specific make files that depend on the xcode-select path (which is currently…
Lukas
  • 3,175
  • 2
  • 25
  • 34
42
votes
12 answers

More CSS toolkits like Twitter Bootstrap?

I was looking for a place where I can find CSS toolkits and resources, ready to be used like the popular Twitter Bootstrap. Any tips?
Mark
  • 67,098
  • 47
  • 117
  • 162
36
votes
5 answers

Customizing JavaScript Visualization Toolkit Spacetree Node

I saw many people recommend JavaScript Visualization Toolkit (The JIT) for org chart. I am trying to use SpaceTree of JavaScript InfoVis Toolkit for org chart. The nodes in my org chart is like a component in itself that has employee profile pic,…
ram
  • 369
  • 3
  • 4
33
votes
7 answers

Java Application Installers

I'm not looking for java-web-start, I'm looking for a thick-client application installation toolkit. I've got a stand-alone application that consists of several files (jar files, data files, etc) and would need to do some pretty standard…
Kyle Burton
  • 26,788
  • 9
  • 50
  • 60
30
votes
4 answers

Generating questions from text (NLP)

What approaches are there to generating question from a sentence? Let's say I have a sentence "Jim's dog was very hairy and smelled like wet newspaper" - which toolkit is capable of generating a question like "What did Jim's dog smelled like?" or…
Daniel Protopopov
  • 6,778
  • 3
  • 23
  • 39
29
votes
1 answer

AWS Toolkit for Eclipse Installation fails on Eclipse Luna

I downloaded the latest Eclipse IDE for Java EE Developers Luna 4.4 and tried to install the AWS Toolkit for Eclipse but got an error message: Failed to prepare partial IU:…
28
votes
6 answers

Turn an array of pixels into an Image object with Java's ImageIO?

I'm currently turning an array of pixel values (originally created with a java.awt.image.PixelGrabber object) into an Image object using the following code: public Image getImageFromArray(int[] pixels, int width, int height) { MemoryImageSource…
Chris Carruthers
  • 3,945
  • 6
  • 31
  • 31
27
votes
4 answers

Dojo and unregistering widgets

I am new to the Dojo Toolkit. I'm getting the error Tried to register widget with id=myButton but that id is already registered whenever I try to load dojo content twice (meaning I load HTML content through jQuery.Load into a container div). Is…
John Korsnes
  • 2,277
  • 2
  • 20
  • 31
19
votes
3 answers

What is the major difference between a framework and a toolkit?

Does a framework allow you to abstract generic code - but not in a complete way (Ex: Abstract a network connection - but not what you actually do with the data), and does not solve any particular common requirement whereas a toolkit has solutions to…
Thiyagaraj
  • 3,585
  • 1
  • 18
  • 15
18
votes
1 answer

How can I make something like this? (Tiles inside the app) Windows phone

I'm sorry if the question title wasnt clear, but I'm trying to make something like this. I don't know if they are tiles or images inside a WrapControl: I was thinking of making such thing with a wrap panel and each one of those blocks as a…
Ateik
  • 2,458
  • 4
  • 39
  • 59
16
votes
9 answers

Why doesn't Android appear in Eclipses' preferences?

I've installed the Android Developer tools as per the official instructions. Why doesn't the tab appear in Windows->Preferences, as they said it should?
A T
  • 13,008
  • 21
  • 97
  • 158
14
votes
2 answers

Redux Toolkit and Axios

I'm using Redux Toolkit to connect to an API with Axios. I'm using the following code: const products = createSlice({ name: "products", initialState: { products[] }, reducers: { reducer2: state => { axios …
James Hameson
  • 331
  • 1
  • 4
  • 10
13
votes
7 answers

Toolkit Options for 2D Python Game Programming

What are some toolkits for developing 2D games in Python? An option that I have heard of is Pygame, but is there anything that has more range to do more things? What are the good and bad parts about the modules?
David Locke
  • 17,926
  • 9
  • 33
  • 53
12
votes
3 answers

Extendscript Toolkit debugger fails: Can't start debug session

Not a programming problem per se, but rather a programming environment problem that I have been unable to find a solution to. The problem relates to Adobe's Extendscript Toolkit (both 3.5 and 4), but so far I haven't been able to solve the problem,…
Bornhall
  • 173
  • 2
  • 8
1
2 3
40 41