Click here to Skip to main content
15,887,135 members
Home / Discussions / WPF
   

WPF

 
QuestionHow to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows??? Pin
Shwetank1237-Apr-13 20:00
Shwetank1237-Apr-13 20:00 
AnswerRe: How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows??? Pin
Naz_Firdouse7-Apr-13 21:18
Naz_Firdouse7-Apr-13 21:18 
GeneralRe: How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows??? Pin
Shwetank1237-Apr-13 21:27
Shwetank1237-Apr-13 21:27 
GeneralRe: How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows??? Pin
Naz_Firdouse7-Apr-13 21:58
Naz_Firdouse7-Apr-13 21:58 
QuestionRe: How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows??? Pin
Shwetank1237-Apr-13 22:23
Shwetank1237-Apr-13 22:23 
AnswerRe: How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows??? Pin
Naz_Firdouse7-Apr-13 23:20
Naz_Firdouse7-Apr-13 23:20 
GeneralRe: How to Set ItemSource of Autocomplete Textbox when placed inside Datagrid and that datagrid having multiple rows??? Pin
Shwetank1237-Apr-13 23:25
Shwetank1237-Apr-13 23:25 
QuestionFile drag and drop in in-browser app Pin
CCB20106-Apr-13 3:26
CCB20106-Apr-13 3:26 
I have an SL 5 app that the user can drop files and directories into.
When launched from the debugger, it works as expected.
When I try to use the xap in a page on a remote site, I get a Security exception.

foreach (FileInfo fi in files)
{
// _files.Enqueue(fi);
if (fi.Attributes == FileAttributes.Directory)
Attaching the debugger to the browser, I see:

+fi.Attributes 'fi.Attributes' threw an exception of type 'System.Security.SecurityException' System.IO.FileAttributes {System.Security.SecurityException}
"File operation not permitted. Access to path '' is denied."

UPDATE: Some properties of the FileInfo object are available, but not things like Attributes, Directory, DirectoryName.

1) Why does it work when started from the debugger?
2) How can I get it working outside of the debugger?

Thanks for any insight....

modified 8-Apr-13 10:14am.

GeneralRe: File drag and drop in in-browser app Pin
CCB20108-Apr-13 10:35
CCB20108-Apr-13 10:35 
GeneralRe: File drag and drop in in-browser app Pin
SledgeHammer018-Apr-13 11:19
SledgeHammer018-Apr-13 11:19 
GeneralRe: File drag and drop in in-browser app Pin
CCB201010-Apr-13 2:55
CCB201010-Apr-13 2:55 
QuestionReturn key passed to a user control Pin
Mycroft Holmes2-Apr-13 14:44
professionalMycroft Holmes2-Apr-13 14:44 
AnswerRe: Return key passed to a user control - solved Pin
Mycroft Holmes2-Apr-13 14:57
professionalMycroft Holmes2-Apr-13 14:57 
GeneralRe: Return key passed to a user control - unsolved Pin
Mycroft Holmes2-Apr-13 15:16
professionalMycroft Holmes2-Apr-13 15:16 
GeneralRe: Return key passed to a user control - unsolved Pin
SledgeHammer013-Apr-13 7:58
SledgeHammer013-Apr-13 7:58 
GeneralRe: Return key passed to a user control - unsolved Pin
Mycroft Holmes3-Apr-13 12:37
professionalMycroft Holmes3-Apr-13 12:37 
GeneralRe: Return key passed to a user control - unsolved Pin
SledgeHammer013-Apr-13 12:43
SledgeHammer013-Apr-13 12:43 
QuestionWPF performance on Windows XP Pin
Vasudevan Deepak Kumar2-Apr-13 10:46
Vasudevan Deepak Kumar2-Apr-13 10:46 
AnswerRe: WPF performance on Windows XP Pin
SledgeHammer012-Apr-13 11:39
SledgeHammer012-Apr-13 11:39 
GeneralRe: WPF performance on Windows XP Pin
Gerry Schmitz2-Apr-13 12:05
mveGerry Schmitz2-Apr-13 12:05 
GeneralRe: WPF performance on Windows XP Pin
SledgeHammer012-Apr-13 12:12
SledgeHammer012-Apr-13 12:12 
GeneralRe: WPF performance on Windows XP Pin
Gerry Schmitz2-Apr-13 12:38
mveGerry Schmitz2-Apr-13 12:38 
GeneralRe: WPF performance on Windows XP Pin
SledgeHammer012-Apr-13 13:02
SledgeHammer012-Apr-13 13:02 
GeneralRe: WPF performance on Windows XP Pin
Gerry Schmitz2-Apr-13 13:45
mveGerry Schmitz2-Apr-13 13:45 
AnswerRe: WPF performance on Windows XP Pin
Pete O'Hanlon2-Apr-13 12:09
mvePete O'Hanlon2-Apr-13 12:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.