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
-1
votes
2 answers

Silverlight Context Menu IsOpen Exception?

I have a project with a Templated Silverlight Control. When I add the DLL from the Project (with Templated Control) in my MainPage and want to open the Context Menu with a right click, I get this error: MainPage.xaml
fellowes22
  • 11
  • 2
-1
votes
1 answer

Java - Finding native Bits Per Point

I need to find the Bits Per Point, height, width, and refresh rate of the local machine. I know how to find most of this using java.awt.Toolkit, but the Toolkit.getScreenResolution returns a value in Dots-Per-Inch. I can't just retool the (fairly…
CJK
  • 118
  • 8
-1
votes
1 answer

The same Dojo module load script works on a computer, but does not work on another

I am working with dojo 1.10. This is my main script:
yugdablos
  • 33
  • 6
-1
votes
1 answer

Toolkit phonetextbox's actionicon to align at left side

I have a textbox with ActionIcon,by default it's positioning at right side of the textbox. how can i make the ActionIcon to Leftside of the textbox. This is my code,
Vicky
  • 819
  • 2
  • 13
  • 30
-1
votes
1 answer

Toolkit.getDefaultToolkit() method returns null, how can I fix it? I want to get screen width and heigth

Toolkit.getDefaultToolkit() method returns null, how can I fix it? I want to get screen width and height like this -> Dimension screenSize = (Dimension) (Toolkit.getDefaultToolkit().getScreenSize()); int creenHeight = screenSize.height; int…
needermen
  • 43
  • 1
  • 8
-1
votes
1 answer

web toolkit that does all of this?

Is there an ajax toolkit that does: A star rating system captcha file upload auto-complete I am planning a new social website.
JT.
  • 1
  • 1
-1
votes
1 answer

which android toolkit functions/classes would I need to use to implement a slingshot mechanism in an android game?

which android toolkit functions/classes would I need to use to implement a slingshot like character control mechanism? (for android game) I want a character that can fly around by repeatedly being slingshotted like on angry birds (only repeatedly).…
J L
  • 367
  • 1
  • 5
  • 11
-1
votes
1 answer

Javascript/Java HTML template/data-binding library

I'd like to find out about libraries with the following properties: Javascript implementation for client-side, Java implementation for server-side, light-weight syntax: no generic 'code', only simple expressions, but simple for-loops,…
Jonas N
  • 1,757
  • 2
  • 21
  • 41
-2
votes
1 answer

How to save editor window values after code compile or editor window close?

I am using Unity UI Toolkit to create an editor window, the problem is when I make a change in the code and unity recompile it, I lose every thing (values) in the editor window. I am using a listview of objectfields and vector3 and toggle elements.…
ouzari
  • 397
  • 3
  • 12
-2
votes
5 answers

are there any cross platform window toolkits for python that aren't made by crazy people?

well maybe crazy is a bit too strong of a word, but what I am asking is if there are any window toolkits out there that don't have me do this: class MyApp(SomeWindowClass): I really don't want to use a library made by someone who is so obsessed…
noah
  • 183
  • 2
  • 8
-2
votes
1 answer

Multiple screenshots capture same image

I have some issues when I do multiple screenshot in a few time: if, for example, I do two screenshot sometimes the second screenshot is the same of the first one. This is my code: public static void main(String[] args) { BufferedImage screenshot…
Papi44
  • 31
  • 5
-2
votes
1 answer

How to learn Dojo toolkit?

I have spent about a month learning Dojo Toolkit, and I all have learnt is just just the very basic stuff. The more I go into depth, the more I feel frustrated. It's totally indigestible to me. Just a few books, poor documentation and limited number…
salambshr
  • 73
  • 8
-2
votes
1 answer

why AutoComplete toolkit not updated with new items?

I set Datasource of toolkit:AutoCompleteBox to a list of string items. it work good but when I want add a new item to list then set again the list to Datasource of toolkit:AutoCompleteBox , it is not added. I think Datasource of…
Rashed DIP
  • 57
  • 8
-2
votes
1 answer

Looking for a speaker diarization library that can be installed on mac

I have tried to install the following libraries/toolkits and all have given build errors on mac running mavericks: (1) ALIZE (2) bob.spear (3) SHoUT (4) spkr_diar_ib_rel I have additionally spent time using LIUM and voiceid, and they do not work…
randomcastle
  • 111
  • 1
  • 11
-3
votes
3 answers

how to run the program in maximum size in java

How to run the program in maximum size in java ,so that it shows the restore button also, without using Toolkit t=Toolkit.getDefaultToolkit(); as it doesn't show RestoreDown Button
Harry Sandal
  • 43
  • 11
1 2 3
40
41