toolkit

How to create an AJAX-working Website?

I am using VS 2005 (c#) and I installed lately the AJAX-ToolKit, so now I have ajax controls in my toolbox. I have no AJAX-Enabled template. Can you guide me how can I create and config my empty website so AJAX will work on it? because I followed a tutorial and created one control but I got some errors because I dont know how to configu...

Add a image to RadioButton in a ListBox

I have a List Box hwich is modified in a such a way that each row will have Radiobutton .Now my requirement is each of these Radio button must have a bitmap image followed by some text . i have codejock xtremetoolkit 13.4.0 installed . I am new to UI design and xtreme toolkit.Can any one help me out please. ...

List control with one column having a dropdownlist

I am having a ListCntrl in my Ui i will be having 3 columns and my second colum must be a dropdown like combobox . i dont know how to modify the default ListCntrl can any 1 help me out. I have Codejock Extreme ToolkitPro 13.4.0 installed. I am new to Ui design can any one help me out please ...

Custom Control making DoModal Fail

I am creating a Dialog in MFC and Adding Custom Control and When I try to do a DoModal the Dialog is not launching. but when I remove it Dialog is launching . I dont know what the reason is . Has anyone encountered this situation . How can this be solved. I am using vs2008.Also I have xtremetoolkit. ...

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 just quick direct mapping of the C/C++ API onto Ruby, for instance using blocks where appropriate and other Ruby features. ...

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 thought javascript it was only single threaded too, making game development even harder...

AJAX Toolkit Control Extender problem in Server

Hello.. I have used AJAX toolkit control extender in my site(ASP.net with C#). When i uploaded my site to the production server it gives the error for ajax toolkit extender. When i replaced the toolkit script manager with regular script manager the site is working fine but the extended control are not working. I have contacted to th...

How do I use the JavaScript InfoVis Toolkit?

I am working on a web visualization project and would like to use the JavaScript InfoVis Toolkit to create interactive graphs quickly in webpages. However, I have no idea how to start using it or even where to look for clues. The google group seems like it is mostly high level stuff, but I applied for membership and am waiting on a respo...

Silverlight Toolkit Accordion - Change color

Hi, 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? Thanks! <!-- // (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Public License (Ms-PL). // Please see ht...

WPF Toolkit DataGrid Checkbox Issues

I'm really hoping someone can help me out here. I have a DataGrid in my program that has a checkbox column. The ItemsSource for the DataGrid is a DataSet loaded programmatically. When I select a couple of items in the DataGrid and then scroll it, I get some very odd behavior. For example, when I check two of the CheckBoxes, it tells me t...

Is there any cross-platform GUI Toolkit which does not follow the one source to rule them all concept?

After a long evaluation period of mainstream toolkits Qt, WxWidget, GTK i came to the conclusion that it does not make sense to religiously equalize the different platform. Now more then ever before. In the days before Java portability meant, that platform dependent code was located in known places and should be small but not none. No w...

ASP.NET AJAX Calender Extender not unloading

How to unload ASP.net AJAX calendar extender after user selects the date into textbox? (Doesnt do it automatically - Im using AjaxControlToolkit.Binary.NET4 ) ...

Auto cancel changes in DataForm when selection is changed

Hi %username%, 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 the second with a DataForm. Main problems are: DataForm can not handle hierarchical data. Depending on the menu item sel...

SQL Server to DB2 Conversion: Migration Toolkit Issues

Hi, I am trying to convert from MS SQL Server 2008 Express to DB2 9.7. I have installed IBM Migration Toolkit and successfully connected to my SQL Server database (hosted locally). I tried to extract from database, keeping all default data mappings, but when I extract, I get the following (for all tables) - anyone had a problem like...

facebook developer toolkit > determine if a user likes a fan page in an application

How can i check if a user is a fan of a page in my application using facebook developer toolkit? (without getting the user_likes permission, i saw an application doing this, which only gets the default permission) ...

Lotus C++ API toolkit code crashes on "delete LNNoteArray" on windows server 2008 R2 64 bit

I upgraded our OS to Windows server 2008 R2 64 bit recently. I was using C/C++ API toolkit 8.0 version (with Lotus Notes client 8.5). All the sample exe's (32 bit version) ran fine on that machine in emulation mode. For one sample code i made some changes, i.e instead of doing - LNNoteArray SearchSet I did - LNNoteArray* pSearchSet = ...

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 path of the images to draw them, but I've been unable to do that so far. Right now my code is essentially: Image theImage = Toolkit.getDe...

How to refresh WPF chart I'm using to display some data (WPF toolkit chart)

How do you update a WPF chart when the collection changes? I am using WPF chart (System.Windows.Controls.DataVisualization.Toolkit.dllversion version 3.5.50211.1) to plot some simple data. The classes for the data look like this: public class EngineMeasurementCollection : Collection<EngineMeasurement> { } public class EngineMeasure...

How do I adapt the look and feel of existing Tk apps using TTk?

slebetman says: But Tk is only really ugly on Unixen because it defaults to a Motif theme (modern Tk is/should be replaced by TTk which is themeable). Given two Tk apps which I still use occasionally, namely Gitk and ptkdb, how do I change their look and feel so that it matches the rest of the desktop environment (KDE 4)? ...

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 seen these: odata4j restlet Thanks. ...