Tagged Questions
The toolkit tag has no wiki summary.
25
votes
8answers
12k views
MVVM Light Toolkit samples
Does anyone know opensource WPF applications created using MVVM Light Toolkit? Or any samples?
20
votes
2answers
746 views
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 ...
10
votes
2answers
5k views
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 ...
10
votes
7answers
3k views
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 ...
10
votes
4answers
14k views
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[] ...
9
votes
2answers
8k views
Change Silverlight Chart Legend Item Layout
I am working on customizing the layout of a Silverlight Toolkit Chart. I have two requirements:
1) Move the Legend area to the bottom of the chart (solved).
2) change the layout of elements within ...
8
votes
2answers
3k views
Which GUI toolkit for Go language?
I'd like to learn go language and I want to rewrite a FOSS fractal program I did in Delphi many years ago.
So to catch two birds with a stone, I need to choose a gui toolkit. I develop in Linux but ...
7
votes
3answers
1k views
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 ...
6
votes
1answer
197 views
Custom collection crashes DataGrid on Edit
Im currently trying to bind the DataGrid.ItemsSource to a custom RowCollection, which implements IList and INotifyCollectionChanged:
Public Class RowCollection(of T)
Implements IList(Of T)
...
6
votes
2answers
2k views
Compilation Error when using AJAX Control From AJAX ToolKit
I tried using AJAX Control for my first time after I installed the AJAX Toolkit for ASP.NET. I created a new ASP.NET website and added the ConfirmButtonExtender.
After I run it without changing ...
6
votes
5answers
341 views
Cross-browser CSS
How do professional web designers create cross-browser CSS? Is it generally done by hand, or are there toolkits that can streamline the process, like YUI does for JavaScript? I'd prefer to stay away ...
6
votes
5answers
1k views
Java beginner web-development toolkit/environment
I have been tasked to develop an interactive website using java & mysql: using servlets to retrieve & massage data, applets to do special handling of the data client-side, and to handle ...
5
votes
2answers
116 views
Java ME Dynamic UI Toolkit
Is there a UI toolkit for Java ME that I can use to generate UI elements on the fly, based on, for example, JSON or XML that I send to the device by way of a web service pull?
5
votes
2answers
457 views
How to make a swing app aware of screen size change?
while my swing app is running I change the size of the screen (e.g. from 1024x768 to 800x600).
Is there any event I can listen to to be notified about this?
Alternatively I could check the screen ...
5
votes
3answers
198 views
Toolkit for Windows Mobile?
Looking for a good toolkit for windows mobile development.
So far, I looked into the Resco toolkit and I'm not so impressed with it. Especially the databinding.
Anyother toolkit that is worth a ...
4
votes
1answer
555 views
Timezone from geolocation
I have a geolocation pair latitude/longitude, is there any way/tool to get the corresponding time zone?
4
votes
4answers
801 views
GUI framework Java
I am looking for some framework or toolkit (style drag and drop) for creating gui in Java. I need to do quite complex application with dockings, toolbars, tables etc.
Which one would be best?
4
votes
5answers
477 views
AJAX-Framework
Which Ajax framework/toolkit can you recommend for building the GUI of web applications that are using struts?
3
votes
2answers
540 views
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?
3
votes
1answer
560 views
Silverlight toolkit for WP7, DatePicker\TimePicker fontsize problem
I have following problem with TimePicker \ DatePicker from Silverlight Toolkit for WP7. I don't know how to change the font size in TextBox inside picker:
[here should be picture, but due to great ...
3
votes
3answers
175 views
Java Toolkit Getting Second screen size
I have two screens plugged into my computer and was wondering if there was a way in JFrame or Toolkit of detecting which screen the window is on?
I have this code:
...
3
votes
7answers
505 views
Qt alternative? (windows only)
I've developed an application to a client with Qt/C++. Recently they came back to me asking if I could reimplement the whole thing without Qt. So I'm looking for an alternative to Qt toolkit. What I ...
3
votes
1answer
3k views
Silverlight Toolkit Accordion - Change color
In the toolkit, I can't figure out how to change the color of the text under the selected section. It is gray and looks like it is disabled.
What do I change to display it in the default color?
...
3
votes
4answers
604 views
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 ...
3
votes
6answers
2k views
WPF DatePicker IsEnabled property not changing appearance
I think I have found an issue with the DatePicker in the toolkit, perhaps some of you gurus can check it out.
The issue is when setting the IsEnabled property of the DatePicker. If set in XAML, it ...
3
votes
9answers
1k views
Rapid web application development with a Web Toolkit
I spend a lot of time (actually too much time) developping back-office applications whose main purpose is content management and web application configurations. Here is how I can describe these apps :
...
3
votes
5answers
230 views
Programmer's Toolbox or The One and Only Language?
We've just had YAFLQ and it got me thinking.
What's the more popular approach?
Dedicating your life to "The One and Only True Language"?
Or just realising that they're all just different tools in ...
3
votes
9answers
564 views
Agent-based modeling resources
I would like to know what kind of toolkits, languages, libraries exist for agent-based modeling and what are the pros/cons of them?
Some examples of what I am thinking of are
Swarm, Repast, and MASS.
...
2
votes
1answer
18 views
additional ddl ( Ajax Control Toolkit ) could not be deployed in sharepoint
Hello I used this tutorial to deploy Ajax Control Toolkit assemblies to sharepoint server. It is ok when I did deployment in my local configuration. But I cannot deploy the project including the ...
2
votes
1answer
21 views
Ajax Toolkit CascadingDropDown onload event?
I would like to know if this is possible to create an JavaScript/jQuery event on Ajax Toolkit CascadingDropDon load.
Scenario:
I am selecting item on first dropdown -> second dropdown is loaded ...
2
votes
1answer
133 views
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 dunno if they are tiles or images inside a WrapControl:
I was thinking of making such thing with a wrap ...
2
votes
1answer
94 views
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;
...
2
votes
1answer
153 views
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.
2
votes
2answers
284 views
ASP.Net Ajax toolkit client side code and javascript questions
I am trying to understand the sample client side code for using ASP.Net Ajax calendar control. Here is the sample code from asp.net web site.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
2
votes
1answer
629 views
GUI Toolkit in OpenGL
I'd like to develop an application (in C++) similar to Pure Data, but with a cool GUI and a better documentation... Yes, something like Max/MSP or Reaktor, but free and open!
In order to create an ...
2
votes
4answers
375 views
ListPicker text obscured by other text on Windows Phone 7
I am using the ListPicker from the Windows Phone Toolkit. It is setup very basically, but for some reason, the items in the popup are always obscured by anything below them, like this:
Here, the ...
2
votes
5answers
300 views
Java Swing how can I make this counter work?
Everytime my counter reaches 4 I want it to play a beep sound and go back to '1' and again count up to 4 play the beep sound and so on.
I probably shouldn't place this in a label, because the counter ...
2
votes
1answer
303 views
Unable to bind Accordion SelectedIndex to MVVM integer property
My ViewModel needs to know which AccordionItem is selected in the View. So in the ViewModel I have:
public class ServerListControlViewModel : ObservableObject
{
private int _accordion_index;
...
2
votes
3answers
368 views
API vs Toolkit vs FrameWork vs Libarary
so my question is too simple and i want clear answer with an simple example..
What's Main Difference between API & Toolkit & Framework and Libarary ?
2
votes
3answers
3k views
Silverlight MVVM Light Listbox item Click Event
I'm using the MVVM Light Toolkit with Silverlight.
On my UserControl I have a ListBox that displays a list of files. Each file has a delete image next to the file name. In the DataTemplate for the ...
2
votes
1answer
358 views
transition animation background color
I am using WP7 control toolkit transition animation in my app. My app's pages are all light blue in color but when the transition animation (say, turnstile) is used, during the animation, a black ...
2
votes
1answer
189 views
I'm developing a simple cross platform system tray application. Here are the requirements, which tools should I use?
I hope you can help!
In brief, what I need is something like a cross platform web browser, with little or no chrome, that is easily distributable and allows the (local and remote) HTML pages running ...
2
votes
2answers
1k views
OData Consumer for Android - which OData tookit/framework should I use?
I am creating a program for Android mobiles which will query, retrieve and then process OData from an OData provider via a webservice.
Please can you tell me which toolkit is best for this? I have ...
2
votes
2answers
99 views
How to draw an image file stored in a subdirectory in Java
I'm trying to images in Java, and right now I'm using images that are in the local directory and it is working fine. However, it would be nice if I could put the images in a folder and reference the ...
2
votes
2answers
2k views
Auto cancel changes in DataForm when selection is changed
I wonder how you do such thing. Assume, we have MVVM CRUD app which modifies a tree (menu structure, for example). We have a view model with the menu items and two views: the first with a TreeView and ...
2
votes
3answers
882 views
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 ...
2
votes
4answers
137 views
What graphical toolkits exist with “good” Ruby bindings?
I want to create a tool with Ruby which works with all 3 of the major OSes (Windows, Linux, Mac OS X). What choices do I have for toolkits where the bindings for Ruby is "good"? By good I mean not ...
2
votes
2answers
735 views
Python Reporting Frameworks
Does anyone have/know of a Python Reporting Framework along the lines of what something like DynamicReports does?
2
votes
2answers
909 views
asp.net ajax toolkit combobox doesn't work in hidden div
I have a combobox inside a hidden div which I use css display = none to make it invisible, but when I make the div visible by setting display = block, the combobox just show the input and its button ...
2
votes
1answer
1k views
How can set the y and x axis of a wpf toolkit chart? something like y:kg, x:years
Hi I would like to know how can i do to set the label for X axis and y axis?
Righ now, i have a chart with the values, and I format the tooltip, but i can't realize how to set the label for X an Y ...