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
4
votes
3 answers

The referenced component 'Microsoft.Phone.Controls.Toolkit' could not be found?

The referenced component 'Microsoft.Phone.Controls.Toolkit' could not be found? It's here though?
AlexDuncan
  • 95
  • 1
  • 3
  • 12
4
votes
1 answer

Java - Screen Size on a Mac

I have a Java application, and in order to find the size of the screen to use, I do the following, for example: Toolkit.getDefaultToolkit().getScreenSize().width; Toolkit.getDefaultToolkit().getScreenSize().height; In my application, I am painting…
StanLe
  • 5,037
  • 9
  • 38
  • 41
4
votes
2 answers

Timezone from geolocation

I have a geolocation pair latitude/longitude, is there any way/tool to get the corresponding time zone?
khelll
  • 23,590
  • 15
  • 91
  • 109
4
votes
1 answer

Detect which monitor shows the Window

I do have main application JFrame window which can include different components. I open a self implemented OnScreenKeyboard when the user select a editable textfield. The OSK is also a JFrame window. When the user drag the main window to another…
Markus Lausberg
  • 12,177
  • 6
  • 40
  • 66
4
votes
4 answers

Python 3 - Data mining from PDF

I'm working on a project that requires obtaining data from some PDF documents. Currently I'm using Foxit toolkit (calling it from the script) to convert the document to txt and then I iterate through it. I'm pretty happy with it, but 100$ it's just…
EndermanAPM
  • 327
  • 2
  • 22
4
votes
1 answer

How can I add new words or vocabulary into kaldi platform?

I am trying to create a ASR system with existing pre-trained models available as a sample. I got stuck in a place where how to add new words into that trained model, so that next time it will correctly return the word; Some sort of machine learning…
4
votes
3 answers

How to make a game in Javascript?

I know object oriented PHP and Java, and I can code Javascript fairly well at the moment. However for the life of me I'm not sure how Google's made a game in JavaScript. It seems to be compressed (the code) so I can't really see what's going on. I…
David Zorychta
  • 13,039
  • 6
  • 45
  • 81
4
votes
4 answers

Javascript UI Toolkit

I'm looking for a light-weight UI toolkit written in Javascript (something like Swing) but I'd rather not use ExtJS because I fear that will slow things down tremendously. Are there any small UI toolkits out there that mainly focus on layouts? The…
Louis
  • 4,172
  • 4
  • 45
  • 62
4
votes
3 answers

Python Reporting Frameworks

Does anyone have/know of a Python Reporting Framework along the lines of what something like DynamicReports does?
Rizwan Kassim
  • 7,931
  • 3
  • 24
  • 34
4
votes
3 answers

WPF Toolkit DataGrid: how to get ColumnHeader width to be the same as GridColumn width

For my WPF Toolkit DataGrid I use the following custom column header style: