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

Messenger class accessibility

I'm using MVVM Light's Messenger class. I'm wondering if this class's should be used only by ViewModels, or if it can be used also by other classes. If it's the latter, then who also can use it? IoC Conainer? Services? Views? Thank you!
Daedalus
  • 61
  • 1
  • 6
0
votes
2 answers

Java getDefaultToolKit() hangs Mac OS X 10.5

I am using Eclipse Cocao on Mac OS X 10.5.7, and the program hangs on the innocent line below while initializing variables. If I take it out, the program proceeds. Dimension screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize(); This…
Ken
  • 1,029
  • 2
  • 14
  • 22
0
votes
2 answers

Different cell styling in a wpf datagrid depending on datatype in the ItemsSource

I am wondering if it was possible to change the styling of a column in a wpf datagrid depending on the type of item in the ItemsSource collection. I have a wpf datagrid from the wpf toolkit. The single rows in the grid should be styled depending…
franklyn
0
votes
1 answer

Silverlight Toolkit Expander Button Style/Icon

I'm looking for an easy way to change the styling of the expander button in the Silverlight Toolkit Expander control. For example: Smaller or larger icon. Replace the icon with another one. Change the colours of the icon being used. TIA Craig
Craig Pay
  • 31
  • 4
0
votes
1 answer

How to hide or disable the TimeHint in a toolkit TimeUpDown control in Silverlight?

I looked on the internet but I can find this nowhere : I would like to disable the TimeHint popup that shows the current time when entering focus on a TimeUpDown control. Something like : <12:42AM> There is no TimeHintEnabled property, nor any kind…
Eregrith
  • 4,263
  • 18
  • 39
0
votes
1 answer

DropShadow effect on pie chart

I want to do a pie chart with a DropShadow effect, so i've tried to put the effect on the PieDataPoint object but it didn't work - instead of heaving a shadow of the pie every slice of the pie draw its own shadow on its neighbors, as you can see in…
Erez
  • 6,405
  • 14
  • 70
  • 124
0
votes
1 answer

WPF Toolkit: Binding Chart to dataview using object data provider

I'm trying to create a chart using a Dataview that is returned from a DataSet Table. I created a data provider object in C# that uses a dataset and table adapter created from the datasource wizard. the Data provider object has a method that…
FistOfFury
  • 6,735
  • 7
  • 49
  • 57
0
votes
1 answer

WPF Toolkit Combobox DisplayMemberPath not working

I am using the very handy WPF Toolkit Xaml to have a nice GUI. I am having issues however with the combobox items. I have successfully bound to the combobox control, but the items in the dropdown show the bound object, not the displaymember. …
Mark Kadlec
  • 8,036
  • 17
  • 60
  • 96
0
votes
1 answer

javascript infovis toolkit: individal level distance for each level

how do i set individual levelDistance for each level in spacetree when i set node.data.$width and label.style.width tree drawn with no equal edge How to set levelDistance for each node level in the spacetree. For instance, I want to change the…
0
votes
1 answer

Silverlight Toolkit Charting Control - Show "Column" Colours

In the silverlight toolkit chart control, the legend on the X Axis can show an indeterminate amount of points. E.g. 1,2,3,4,5. Would it be possible to colour the virtual columns that this creates? I.e. in the space where legend mark 2 is shown, the…
Ray Booysen
  • 28,894
  • 13
  • 84
  • 111
0
votes
1 answer

MVVM-light and Windows Phone Toolkit - RelayCommand failing

I'm trying to folow the mvvm pattern. When using galasoft EventToCommand i'm getting then following error: The best overloaded method match for 'GalaSoft.MvvmLight.Command.RelayCommand.RelayCommand(System.Action)' has some invalid arguments... Code…
0
votes
2 answers

WP7 Strange thing maybe from ControlToolkit Reply Quote Delete Edit

I have a project which i'm working on my office, copying to Skydrive and continue in my home. Everything worked fine until i added WrapPanel when i was in my office. When I opened the project in my home the app stops working in the debuger after the…
Ruby Kousinovali
  • 337
  • 2
  • 20
0
votes
1 answer

Dynamically change ajax toolkit ValidatorCalloutExtender

I'm using the ajax toolkit's ValidatorCalloutExtender to display error messages on a textbox. The ValidatorCalloutExtender is extending on a RegularExpressionValidator that is validating the textbox. The problem I am having is that I need to…
ajrawson
  • 1,724
  • 1
  • 14
  • 20
0
votes
1 answer

Java Deployment Toolkit - beforeRedirect hook?

I'm using the Java Deployment Toolkit to deploy a java applet in an iframe. javaDeploy.js automatically redirects the iframe to the java download page if the users browser does not have the plugin installed however I'd like to give some kind of…
jcoffey
  • 465
  • 4
  • 15
0
votes
1 answer

How do I style Silverlight chart marker?

I am using the Silverlight 4 Toolkit chart control (and also the WPF chart control). My goal is to have a marker that is an arbitrary symbol - for example I need a marker style that is an X. It can be an image, or a char, I don't mind. Any idea how…
dant
  • 575
  • 1
  • 5
  • 11