toolkit

Silverlight - where do you start (for free)?

First I've read loads of posts and sites that recommend going to http://silverlight.net/GetStarted/ to get started but I do not have visual studio and I'm not going to purchase it just to 'maybe' learn some silverlight that I'm not going to be able to use for a little while. The reason being that I've already installed visual studio and...

What are prime commercial choices for iPhone game development kits/platforms?

I'm looking to get into (as everyone else) the iPhone game development business. I've been programming for a while but have only recently forayed into the Mac development world, although since I've been working with Java for a while learning Objective-C wasn't that big of a deal other than learning memory allocation. From this, you can...

Using Datagrid within RowDetailsTemplate of another Datagrid

I would like to use a DataGrid within the RowDetailsTempalte of another Datagrid. This inner Datagrid should have its columns bound to a property of the current object in the outer Datagrid. For example, if the outer Datagrid is displaying all contacts by first name and last name, if I select a row I should be able to see another Datag...

Nesting WPF 3.5 sp1 toolkit datagrid

Hi, Has anybody been successful or can find an example of using nested grids in the WPF 3.5 SP1 toolkit Datagrid? Does anybody know if this is even supported? Thanks. ...

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 notice to the user before this happens as its a little weird just to see the java download p...

Dynamically change ajax toolkit ValidatorCalloutExtender

Hey everyone, 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 dynamically change the ValidationExpression and ErrorMessage depending on what ...

How to set the Color of a WPF Toolkit Datagrids Corners?

Hi, Does anyone know how to set the Corner-Color of a WPF Toolkit DataGrids Scrollbar? It would be nice if the upper Corner would use the same Style as the ColumnHeaderStyle and the lower Corner would be transparent. Image Thanks in advance! ...

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 space above to the top of the control is shaded to a different colour. This will make i...

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. Funny enough, when I select an item, the correct displaymember is shown in the textbox. Any h...

Ajax Control Toolkit TabContainer - how can I determine which tab was clicked?

I am stuck working with the TabContainer control of the Ajax Contol Toolkit. When a user clicks a tab, I am trying to capture which tab was clicked (like the index). Anyone out there know if this is possible? ...

WPF toolkit calendar HOWTO refresh ?

hi, howto refresh automatically (e.g. assign a DateTime in C#)? calendar.SelectedDate=dt; does not work if a user clicks on the (old) year in the control it will be refreshed. ...

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

Hello, 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 of the type of item from the ItemsSource collection. So all items are of the same ...

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 line works fine in XP, Vista, Server 2003, and Mac OS X 10.4.11. I have no idea why it infi...

Rapid web application development with a Web Toolkit

Hello everyone, 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 : - Made with PHP - Using a MySQL or Postgres or SQLite database - Made of a lot of pages and features - Very simple featu...

AJAX Control Toolkit issue: CollapsiblePanelExtender

I've been banging my head against the wall with the following issue: My mock-up site works as intenden in Firefox: [http://www.plasus.com/test/work/work/Default.aspx][1] In all other browsers, the collapsible panels and all other AJAX ControlKit stuff is immediately visible to the user, which is not at all intended. What could possi...

Is there a PHP web toolkit similar to Google Web Toolkit ?

Hello, I've been playing with GWT lately, and I like the idea a lot. The only downside for me is Java, which I'm not a big fan of. (Please don't argue about Java being better than PHP, it's not the point here, really) Do you know about any mature and efficient PHP toolkit providing a set of widgets just like GWT does ? Thanks for your...

How do i save changes back to database from wpf toolkit datagrid???

i write this code in my project: DatabaseDataContext dataContext = new DatabaseDataContext(); IQueryable<Available_Time_Teacher> att = from r in dataContext.Available_Time_Teachers where r.Teacher_ID == id select r; ...

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 requests from the client for different data views. What would you recommend as an proper general-purpose toolkit/environment for web development using j...

MSSOAP30 Object error: 0x80004002: Interface does not exist (VB)

Hi I'm well and truly stuck with MS SOAP 3.0, which I'm currently running from VBA Excel in Office 2003. I have used MS SOAP Toolkit 3 to create a proxy class which I am using. If I don't use it, I don't get the error, but then I'd have to write out the entire proxy class by hand and it's massive. When my program is first run, I get "C...

WPF toolkit datagrid spreadsheet

I would like to add excel spreadsheet functionality to the WPF toolkit datagrid, can this be done? I am building a wpf client-server application and I want client tohave wpf toolkit datagrid cells which would behave like excel spreadsheet cells would behave... Meaning they would have formulas and such... just like the spreadsheet woul...