A widget toolkit, widget library, or GUI toolkit is a set of widgets for use in designing applications with graphical user interfaces (GUIs).

learn more… | top users | synonyms

1
vote
1answer
15 views

if condition in bugzilla template file to check if the bug is cloned bug

how can i write an if condition in bugzilla template file to check if the bug is cloned bug I wrote the code [% IF cloned_bug_id eq [% bug.bug_id %] ] <a href="mailto:[% report_name ...
-2
votes
1answer
43 views

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

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 ...
2
votes
1answer
45 views

Processing: Would it be possible to use Processing language and render graphics in another GUI toolkits such as wxWidgets or Qt?

I'd like to use Processing as graphics engine but make it work inside a wxWidgets or Qt GUI application. Is this possible and are there any references?
0
votes
0answers
47 views

Windows Phone 8:How to import the 'listpicker' control in vs2012 for windows phone 8?

I downloaded the Silverlight for windows phone Toolkit,but I don't konw how to import it to vs2012.I searched the method on the Internet,only finding the method for vs2010.And I found it doesn't fit ...
0
votes
1answer
68 views

WPF toolkit charting : Customize datapoint label

I have create a simple LineSeries chart using WPF toolkit. By default, on mouse over a datapoint, it display a label with YAxis value. (if I put my mouse on the X=3,Y=45 datapoint, it will display a ...
0
votes
0answers
30 views

How can I find the code to support multiple plotting scales and X-axis on seperate panels using sizer routines?

I have been using this code as a model to modify an application to support over 8 individual plots overlaid on the same axis and different scales on both sides. I am having several problems so far. ...
0
votes
1answer
41 views

Trouble loading images in Java

Hi I am taking a class in Java and am pretty new to programing. I am trying to write a program asks the user to load different images and returns their RGB values in a multi dimensional array. I ...
2
votes
0answers
152 views

Applet Java 7 update 21: Cannot set AWTKeyListener on default Toolkit

In my self-signed applet (that may possibly become a CA-signed applet in near future) in which I have a fairly complex Swing GUI, I need to detect whenever the user has the SHIFT- or CONTROL-key ...
0
votes
0answers
115 views

WPF Toolkit Chart - Custom tooltip - show complex dependent value

I have the following chart: <cht:Chart ...> <cht:Chart.Series> <cht:LineSeries Name="LineSeries" Title="a" DependentValueBinding="{Binding Path=Value}" ...
0
votes
0answers
33 views

compile spread toolkit c++

how about everyone, well I am new to the use of the spread toolkit and I came across a problem when trying to compile the example that comes user.c folder spread in version 4.0.2, I wanted to compile ...
0
votes
0answers
68 views

WPF ToolKit chart color

Im using Wpf toolkit to create a pie chart: <chartingToolkit:Chart Grid.Row="0" Title="Overview Of Compass log File"> ...
0
votes
0answers
122 views

Netsuite - get custom record with php toolkit

I've been handed a project to complete and the clients have asked for a field from a customrecord attached to each customer to appear on their website. We're integrating with Netsuite on login, and ...
0
votes
0answers
98 views

WPF Toolkit Bar Chart Customization

Wondering how to customize the WPF toolkit bar chart to: set the number of x-axis bar labels to a fixed number. For example, currently I have 10 bars on the bar chart. Each bar has a x-axis label. I ...
0
votes
2answers
326 views

How to add a popup textbox for submitting a message - Windows Phone

Shame I have to install another toolkit, but this seems to be pretty useful: Coding4Fun InputPrompt. I am having an issue with it though: There only seems to be functionality for triggering an event ...
0
votes
1answer
27 views

Attach extras to CKAN resources?

Can I attach extras to CKAN resources? I noticed that ckan.model.Resource has an extras property, and so I tried to make a resource using something like this: resource = { "package_id": ...
1
vote
0answers
142 views

Wpf Charting Toolkit Missing Time series values in Line Graph

I am working on Wpf Charting Toolkit. There is a very basic problem which I am facing. I have done binding of my graph with a List which takes objects of KeyValuePair. ...
2
votes
1answer
370 views

ItemsPanel property in Longlistselector control Windows Phone 8 SDK

Does anybody know if the Longlistselector control from Windows Phone 8 SDK (not Windows Phone toolkit for WP 7.5) has the ItemsPanel property or an equivalent? The ListBox control has such property, ...
0
votes
0answers
83 views

DLL conflict in wp7 Gesture LIstener

I am adding a GestureListener to a button in wp7.5 to perform drag and drop. microsoft.phone.controls.toolkit is the dll used.I am enclosing another project reference in this outer project and that ...
0
votes
1answer
131 views

GWT Designer won't launch after fresh installation

I'm trying to install Google Web Toolkit designer but no success so far. After spending few days struggling I've tried many different approaches including fresh installation of different versions of ...
1
vote
1answer
99 views

Change size of a WatermarkText into a WatermarkTextBox with WinRT XAML Toolkit

I use this lib : http://winrtxamltoolkit.codeplex.com/ I want to specify the FontSize of the WatermarkText, how can I do that ? Thanks
0
votes
1answer
106 views

AppBar icons in the Toolkit's DateTimePicker

I am building my application in the Windows Phone 8 framework. I am facing the critical problem here. Initially i developed my app using the Telerik's DateTime picker but unfortunately it had some ...
1
vote
2answers
124 views

Installing AWS toolkit for eclipse juno EE for Web Developers

I am trying to install AWS toolkit for eclipse juno EE for Web Developers. Everything works fine until I reach the terms and conditions page where I have to accept the terms for installation. At this ...
0
votes
0answers
16 views

Perl Template Toolkit Simple Encryption

How can I encrypt a simple number to, for example, a base36? Example:7504916548804826244 to 1L0OEVUBNBI80 I'd like to use template toolkit instead of Perl.
0
votes
1answer
77 views

FLARtoolkit - is it possible to hide the webcam? (Action-Script 3)

at the moment I´m working at a project for my university where the user should be able to control a dynamic generated movie with printed markers and the webcam. For this purpose, I thought it would ...
0
votes
0answers
274 views

Augmented Reality Toolkit for Windows Phone 8 [closed]

I'm currently developing Windows Phone 8 Application. I want to add augmented reality feature to the application. After browsing all over the internet, I couldn't find resource about AR toolkit for ...
0
votes
0answers
29 views

Google identity toolkit and Dojo

I am using with Gitkit with Dojo. I have added Dojo to a header.jsp that is added in dojox.layout.contentpance through 'href' attribute. Now, when header.jsp's javascript is called, it throws an error ...
2
votes
1answer
324 views

Deferred binding failed GWT using uibinder

Below are the total files used in project. It is giving these errors [ERROR] [cricketscore] - Deferred binding failed for 'test.client.UserDashboard.MyUiBinder'; expect subsequent failures and ...
0
votes
1answer
57 views

set visibility of image dynamically in expanderview

I am trying to implement something where I need to display list of people and a green icon if they are online. these people are grouped by some categories. I am using an expanderview toolkit control ...
0
votes
1answer
39 views

Python & translucid canvas

I'm looking for a way to draw real translucent lines with pygtk or wxPython, I now this is not possible with TKinter (I like this one because its already there). Also, I already now I can do this ...
0
votes
0answers
26 views

Loopingselector appear under grid

Im trouble with a loopingselector. The flyout values get below the grid so i only see the values in the thats visible in the column. How can i make the flyout go ower the grid? <Grid ...
0
votes
1answer
40 views

Setting the author field of the OData Provider Toolkit response

We are using the OData Provider Toolkit to expose custom data as an OData feed. We have noticed that the author field is always unset: <entry> ...
0
votes
1answer
152 views

Setting custom Application Bar buttons in DatePicker

I have DatePicker from this article:http://www.windowsphonegeek.com/articles/wp7-datepicker-and-timepicker-in-depth--api-and-customization. There is one quote: The toolkit provides the necessary ...
0
votes
0answers
167 views

Exporting graph to pie chart format using gephi toolkit

I am newbie to the gephi toolkit and i am exploring as to how we can export our graph to a pie chart format which can highlight the modularity classes ,same as exporting to svg or pdf format ...
0
votes
0answers
55 views

Error integrating LinkedIn Developer Toolkit

I integrated "LinkedIn Developer Toolkit" (http://linkedintoolkit.codeplex.com) in my ASP.NET application but I'm getting an error: Error Message: Access to connections denied I have searched for ...
1
vote
1answer
56 views

libstk.a undefined symbol for architecture x86_64 (or i386)

I try to use the library libstk.a (from The Synthesis ToolKit in C++ (STK))in a XCode 4.5.1 application project to build for Standard(32/64 bit Intel) architectures. I just drop the file libstk.a and ...
0
votes
1answer
207 views

How to log all web service client requests and responses

I have a very complicated and big project. There are so many web service calls inside project. All service calls are logged in different tables on database. I need a central log mechanism to avoid ...
0
votes
1answer
276 views

Silverlight Toolkit chart control doesnt always show X axis values

I have an Silverlight 5 application which is using the Silverlight Toolkit. Now, the Silverlight Toolkit chart control doesnt always show X axis values when there is only one result in the resultset ...
0
votes
0answers
21 views

Would you like to dropdown from database

Would you like to dropdown from database: I have 2 model created: Model Unidades and Model Produtos: Code: Model Unidades: <?php class Model_Unidades extends Model_Table{ public ...
0
votes
1answer
453 views

Silverlight toolkit and multi series chart binding

I'm struggling to figure out why my binding on my multiple series column graph is not working. From what I've been able to see through examples on the net I cant see any problems with the logic of ...
1
vote
0answers
23 views

silverlight trackball

For days now, I've been looking for a way to show the values of a silverlight toolkit line series on a static location. I found a lot of examples using Telerik, however I don't have that software ...
1
vote
1answer
185 views

Java Garbage Collection and Graphics dispose method

I am creating a game (a Snake Clone) as a hobby. I was looking at the dispose method from the Graphics class in the Java API. When I comment out the dispose method, My animation works the same way ...
0
votes
1answer
61 views

java tool kit beep in kubuntu

I've been a fan of Ubuntu for some time, for the past year or so I've only run XUbuntu on my laptop, I caught a glimpse of Kubuntu and had to try it. Up until I tried to make a simple application it ...
1
vote
1answer
216 views

ajax control toolkit requires asp.net ajax 4.0 scripts

I face the following error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ...
0
votes
0answers
84 views

Asp.net Ajax Toolkit September 2012 Release for .NET 4.0 combobox is read only

Asp.net ajax toolkit September 2012 Release for .NET 4.0 combobox is read only using the built-in sample site. on the asp.net site: the sample for combo box allow adding custom text items. I tried to ...
1
vote
1answer
103 views

September 2012 Release ajax toolkit combobox is read only when using jquery

Asp.net September 2012 Release ajax toolkit combobox is read only when using jquery. Any idea on how to avoid conflicts between jquery and ajax toolkit
3
votes
1answer
257 views

C# WPF Toolkit Chart: Bind with 16k points speed

When Chart is binding to 16000 points binding speed is very slow. I have Chart (Wpf toolkit): <chartingToolkit:Chart ... DataContext="{Binding Data}" ... > Data is a property in ViewModel ...
0
votes
0answers
76 views

attach drag events to polygon in c#

Anyone know how to move a polygon using the silverlight toolkit? I've created a polygon with points that get added to the canvas. When I attach the dragstarted,dragdelta,and dragcompleted events, ...
0
votes
1answer
52 views

Binding errors on screen load

I'm using IntegerUpDown from the WPF toolkit and I'm binding the minimum, maximum, and value properties. When the view loads, some of the values in the IntegerUpDown control display "0" (invalid ...
0
votes
0answers
115 views

Silverlight Lineseries not binding while minimum ans maximum is set

I want two lineseries, in one chart, wheras one lineseries is "below" the other. In order to accomplish this, I have set a minimum and maximum value for both the Y-axes, however, for some reason the ...
2
votes
0answers
24 views

Where can I find bambookit?

I'm not sure someone here has ever heard about bambookit, as it is quite rare. But it seems to be a very interesting XUL Motor, if I can believe the very few info available: ...

1 2 3 4 5 8