toolkit

Is it possible to use WCF service instead of .asmx web service with AJAX Control Toolkit Slideshow extender?

I have a working WCF service that I can call via AJAX javascript routine. I cannot get it to work with the Slideshow extender in the Ajax Control Toolkit. No errors reported, slideshow just does not load and run. I can write AJAX javascript routine within the page and successfully access the return results from the WCF service (array of ...

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 common requirement whereas a toolkit has solutions to generic problems(Ex: Dialog box widget)? Real world Example: Prototype is a "framework",...

Form load Event fires twice, using Interop Forms Toolkit

I've been following a codeproject article on using the interop forms toolkit (basically a way for developers to slowly upgrade their VB6 projects to .net by allowing .net components run in VB6) http://www.codeproject.com/KB/vb-interop/VB6InteropToolkit2.aspx While the .NET form is working fine in all other testing projects and environm...

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 from WYSIWYG editors like DreamWeaver. Thanks! ...

WPF toolkit, change date format in DatePicker

Hi, default date format in DatePicker is "yyyy-mm-dd" but i need "dd-mm-yyyy". This one solution doesn't work for me. ...

AutoCompleteExtender OnClientItemSelected raised after validation

Hi, I have an AutoCompleteExtender which is working, the OnClientItemSelected event is raised. Now, I added a validator that validates my control (the AutoCompleteExtender is a part of that control). My problem is that the validator is called before the OnClientItemSelected event is raised. Therefore the validator returns an invalid sta...

ASP.NET AJAX Control Toolkit - Change Appearance of AsyncFileUpload Control?

Hi, I tried asking this at ASP.NET Forums but no one had a solution. I'm starting to think there isn't one. What I'd like to do is customize the look and size of the AsyncFileUpload control's 'Browse' button while hiding its textbox. Alternatively, hiding the AsyncFileUpload entirely and calling its functionality from a button whose ...

WPF/Silverlight Tookit Chart - Bind series to ObservableCollection

Is it possible to have a dynamic number of series for a WPF toolkit line chart? Every example I find declares the series manually. I want to be able to have this type of data: ObservableCollection<ObservableCollection>ChartPoint>> When I add or remove ObservableCollections to the main OC, the chart should add or remove series. I hav...

Toolkit for making Windows Taskbar Tool Application?

Hi, I'm making a small tool application that user can minimize in the taskbar. I'm sure I've seen a toolkit for it in some blog a few years ago. I'm basically just looking for a project template that perhaps has ready-made functionality for: minimizing to taskbar right-click menus animated small notification pop-up windows (like MS Me...

loading gwt app from django

I am trying to load a google web toolkit application with django, but the gwt host page does not seem to work (just a blank screen) when I invoke it with render_to_response() from my django view. I have verified that a plain hello-world html file loads fine from the gwt war directory, so it's not a path issue. Also the host page renders ...

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 try to have a rich user experience? ...

Setting the version number in an NCBI c++ toolkit app

How can I set the version number in a NCBI C++ Toolkit Application? I mean the version number which is displayed when I start my program with the parameter -version. I read through the docs, but have not found it yet. (I know this is a highly specific question, but I figured it was worth a try) ...

which one to choose, Codejocks Xtreme Toolkit or Xtreme Suite?

Hi, I am new in programming and it may look naive to some of you, but I am a little bit curious why Toolkit Pro is needed if Suite Pro exist. Although Toolkit is specificly for MFC, Suite Pro can be also used in VC++ development. If we would like to use VC++ to develop a product, which one is more suitable? If we use MFC in the developin...

Set different SelectionChanged Event Handler for a DataGrid inside another DataGrid

I have a DataGrid (WPF Toolkit) with a custom combobox like edit template of a cell. This custom combo box have another datagrid like popup. I have this problem: In the window constructor I assign the event handler to the master datagrid with this statement this.dgDoc.SelectionChanged += new SelectionChangedEventHandler(dgDoc_Selectio...

Ajax Toolkit Client Rendering

Hi all, I'm working on a long, dynamic form (100 or so fields) and am using toolkit items such as CalendarBehaviors, HovermenuBehavior, etc for each field. I've never worked with that many toolkit items at once, and am seeing a big performance hit in rendering. Every instance of a toolkit control is being sent to the client in its' own...

BeginEdit of a specific Cell from code behind

Is possibile begin edit of a specific cell from code behind with DataGrid control (WPF Toolkit)? I have to enable the celledittemplate of first cell of selected row after a button action...how can I do? ...

WPF Toolkit Datagrid Bug

Hi i have a tab control with 2 tabs. the content of each tab is binded to a ListCollectionView and the data template has a grid showing the items. The problem is that if you click on any of the columns to sort, if I select the other tab and return to the first tab the sorting is cleared. Is it a known bug? here is the code: <Window x:...

WPF DataGrid: ColumnHeaderStyle ContentTemplate is not shown in full height until after resizing

This might be a bug in the WPF Toolkit DataGrid. In my Windows.Resources I define the following ColumnHeaderStyle: <Style x:Name="ColumnStyle" x:Key="ColumnHeaderStyle" TargetType="my:DataGridColumnHeader"> <Setter Property="ContentTemplate"> <Setter.Value> <DataTemplate> <StackPanel Orientation=...

Facebook Developer ToolKit: How should I construct this app?

I have created a simple desktop application that I want to use to post status updates for the users of my app. Here's the kicker though that I am having trouble figuring out, the desktop application runs as part of a batch process every night, in which I update the status of certain users. I use the following code to accomplish this: (c...

Silverlight ListBoxDragDropTarget Errors in Dynamically Added Lists

I am using the Silverlight Toolkit ListBoxDragDropTarget and running into errors using it with dynamically added lists. I am dynamically adding user controls containing lists to a layout Grid. When I drag an item from one list to another in the Grid, I get the following Exception. throw new Error("Unhandled Error in Silverlight 2 ...