I am trying to move files from a compressed archive to the native system (basycally, windows\' eplorer) through drag and drop operations.
I am working on code like the following. 01: var c1 = new dojo.dnd.Source(\'container1\', {copyOnly:true}); // container1 is a div
I have two Jlist in the same class each with DnD drop enable. The problem is whatever file I DnD from my desktop to the JLists eith开发者_C百科er number of or number 2 will populate ( and appear ) in
Atleast defining my problem is simple... I have a Input control (Text) and a javascript function, which truncates the Text in the input control to 15 characters.ie if the length exceeds the limit, lef
I recently added a feature to a large application written in Delphi (version 2009) that allows the user to drag files from Windows explorer and drop them on a TcxGrid control. I achieved this via the
I\'ve DataGridView that bound a List<myClass> and i sort it by \"Priority\" property in \"myClass\".
I would like to know if it is possible to create a Flex application accepting the drop of local files?
Using dojo.dnd, I want to allow a user to drag only one item at a time, rather than any arbitrary number, as per the dojo\'s default behaviour.
I\'ve almost got this working apart from one little annoying t开发者_开发知识库hing... Because the ListBox selection happens on mouse down, if you start the drag with the mouse down when selecting th
I am trying to allow users to drag a page from a PDF pages tab into a C# listbox control.The only information I need from acrobat is the file name of the document they are dragging f开发者_开发技巧rom