toolkit

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[] pixels, int width, int height) { MemoryImageSource mis = new MemoryImageSource(width, height, pixels, 0, width); Toolkit tk = Toolkit.ge...

Open source .net windows form based controls like: gantt chart, calendar and scheduler

Is there any open source or free .net ui toolkit containing at least one of the following controls: gantt chart (ms project like) calendar (google calendar like or ms outlook 2003, 2007 like) scheduler (outlook 2007 like) Thanks ...

AJAX-Framework

Which Ajax framework/toolkit can you recommend for building the GUI of web applications that are using struts? ...

AJAX Toolkit - AJAX Framework

What's the difference between toolkits and frameworks? Do you know a good comparison? ...

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. ...

Prefuse: Reloading of XML files

Hello all, I am a new to the prefuse visualization toolkit and have a couple of general questions. For my purpose, I would like to perform an initial visualization using prefuse (graphview / graphml). Once rendered, upon a user click of a node, I would like to completely reload a new xml file for a new visualization. I want to do thi...

Which template engine and Ajax framework/toolkit can load templates from JAR files?

Which Template-Engine and Ajax-Framework/-Toolkit is able to load template information from JAR-Files? ...

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 would need to do some pretty standard installation tasks, like asking the user for target directories, have them locate some parts of thei...

Component-Information from JAR-File possible?

I would like to set up a web application with good modularity and would like to use an AJAX Toolkit/Framework like GWT or ZK for its VIEW. Component information should be load from various modules-JAR. Which AJAX Toolkit/Framework is able to do this? ...

How to summarize view-components/widgets-information in a JAR-File?

I would like to use an ajax toolkit/framework like ZK (www.zkoss.org) or GWT. But I don't know whether it's possible to bundle resources in a JAR? Do you know which one support such resource loading? ...

What's the best indie game development environment?

For an experienced application programmer (C++, C#, Ruby) getting into game programming, what are the best toolkits to use for creating a commercial indie game? Unity, GarageGames, and The Game Creators have interesting products, but I don't have enough experience to judge them. Or should I be looking at something more low-level, like X...

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 your toolbox, and having a range of languages to select from, allows you to pick the best tool for the job at hand? I guess this can be ext...

Is it possible to integrate AJAX toolkit into MVC applications?

How do I integrate AJAX toolkit into MVC applications in .net? ...

What web UI toolkit do you use within your Rails application ?

Hi, I'm looking for a Web UI toolkit for a Rails-based application. I have an experience with YUI but not in a Rails context. I have many questions I wish you could help me to answer. Do you use a web UI toolkit like YUI, ExtJS or JxLib within your Rails application ? Which UI toolkit is the most Rails-friendly ? Since most are not ba...

Ajax Toolkit ReorderList Two components with the same id 'componentid' can't be added to the applicaiton

Line 3655 Char 59 Ajax Toolkit ReorderList Two components with the same id 'componentid' can't be added to the applicaiton. When using with a database to update a simple list it works fine until it is being used very fast dragging multiple things reasonably fast. This occurs in IE, Firefox and Chrome. It appears to be something that all...

Detect which monitor shows the Window

I do have main application JFrame window which can include different components. I open a self implemented OnScreenKeyboard when the user select a editable textfield. The OSK is also a JFrame window. When the user drag the main window to another monitor, the OSK should also be shown on the same monitor. For this i have to detect the mon...

How can i filter out a comma in a TextBoxExtender in ASP.NET AJAX Toolkit ?

Hi, I want my TextBoxExtender to NOT allow a comma and a slash. How do I set it ? Using an escape sequence ? Thanks. ...

Wpf Datagrid Virtualization Issue when setting cell colors

I'm working with the wpf toolkit datagrid and have a column that is populated with toggle buttons. Using the below style I change the background color if the toggle button is selected and also on mouse over. Unfortunately if I have virtualization enable, when I make a select of a toggle button in a cell and scroll down in the grid I wi...

How to databind Multiple Series to a Silverilght Toolkit Chart

Hi, I am trying to use databinding to bind data to a Silverlight toolkit chart. I will have one to many sets of series so cannot determine how many series i need before hand. I also want to stick to a databinding model and not resort to programmatically adding these series as many other controls bind to this datasource. I found an arti...

How to get the Accordion in ASP.Net Ajax Toolkit to resize?

Hi, Does anyone have any ideas how to get the Accordion control in the ASP.Net Ajax Control Toolkit to automatically resize so that it fills the DIV element it is contained in, and will react to that element being resized? Thanks! Martin ...