Click here to Skip to main content
15,914,225 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF Image Edit Control Required Pin
TheBabbler26-Mar-15 22:18
TheBabbler26-Mar-15 22:18 
AnswerRe: WPF Image Edit Control Required Pin
Gerry Schmitz30-Mar-15 11:35
mveGerry Schmitz30-Mar-15 11:35 
GeneralRe: WPF Image Edit Control Required Pin
TheBabbler30-Mar-17 2:49
TheBabbler30-Mar-17 2:49 
GeneralRe: WPF Image Edit Control Required Pin
Gerry Schmitz30-Mar-17 6:52
mveGerry Schmitz30-Mar-17 6:52 
QuestionVS2012 Start Page Template Pin
Kevin Marois19-Mar-15 10:29
professionalKevin Marois19-Mar-15 10:29 
AnswerRe: VS2012 Start Page Template Pin
Afzaal Ahmad Zeeshan25-Mar-15 3:52
professionalAfzaal Ahmad Zeeshan25-Mar-15 3:52 
AnswerRe: VS2012 Start Page Template Pin
Richard MacCutchan25-Mar-15 5:39
mveRichard MacCutchan25-Mar-15 5:39 
GeneralRe: VS2012 Start Page Template Pin
zephaneas25-Mar-15 5:47
zephaneas25-Mar-15 5:47 
GeneralRe: VS2012 Start Page Template Pin
Richard MacCutchan25-Mar-15 6:29
mveRichard MacCutchan25-Mar-15 6:29 
GeneralRe: VS2012 Start Page Template Pin
zephaneas25-Mar-15 6:34
zephaneas25-Mar-15 6:34 
GeneralRe: VS2012 Start Page Template Pin
Richard MacCutchan25-Mar-15 7:56
mveRichard MacCutchan25-Mar-15 7:56 
QuestionVS 2012 Start Page Problem Pin
Kevin Marois19-Mar-15 10:29
professionalKevin Marois19-Mar-15 10:29 
AnswerRe: VS 2012 Start Page Problem Pin
Afzaal Ahmad Zeeshan25-Mar-15 3:54
professionalAfzaal Ahmad Zeeshan25-Mar-15 3:54 
GeneralRe: VS 2012 Start Page Problem Pin
Kevin Marois25-Mar-15 4:00
professionalKevin Marois25-Mar-15 4:00 
QuestionHow to display a PDF file in WPF form Pin
Kandepu Rajesh19-Mar-15 6:19
Kandepu Rajesh19-Mar-15 6:19 
AnswerRe: How to display a PDF file in WPF form Pin
Gerry Schmitz20-Mar-15 13:28
mveGerry Schmitz20-Mar-15 13:28 
GeneralRe: How to display a PDF file in WPF form Pin
Kandepu Rajesh25-Mar-15 11:53
Kandepu Rajesh25-Mar-15 11:53 
GeneralRe: How to display a PDF file in WPF form Pin
Gerry Schmitz25-Mar-15 12:05
mveGerry Schmitz25-Mar-15 12:05 
QuestionHow would you create a virtual TextEditor? Pin
HerrGilbert10-Mar-15 8:04
professionalHerrGilbert10-Mar-15 8:04 
AnswerRe: How would you create a virtual TextEditor? Pin
Mycroft Holmes10-Mar-15 13:10
professionalMycroft Holmes10-Mar-15 13:10 
GeneralRe: How would you create a virtual TextEditor? Pin
HerrGilbert10-Mar-15 13:47
professionalHerrGilbert10-Mar-15 13:47 
GeneralRe: How would you create a virtual TextEditor? Pin
Mycroft Holmes10-Mar-15 14:14
professionalMycroft Holmes10-Mar-15 14:14 
GeneralRe: How would you create a virtual TextEditor? Pin
HerrGilbert10-Mar-15 20:07
professionalHerrGilbert10-Mar-15 20:07 
Hi,

thanks for your thoughts on that.

When splitting up into edible volumes, how would you handle selections across the volumes?

To put things straight - it's not about solving an actual problem. Some time ago, I worked with databases. There is nothing more frustrating than dumping a large MySQL database, just to realize after some hours, that the "CREATE TABLE" statement has been added to the export. Just as an example I've in my mind now.

But there is no customer request behind that. It's just an idea, stuck in my head for a few months now, which I'd like to solve.

What I've got so far: If you use the text approach, chunking would be the best option. There is no need to split the files on the drive, but you would need some kind of controller which would manage the changes being made, map them to the chunks and save them if necessary. This would require paging for navigation, because scrolling would simply be to difficult if you need to take the window size and linebreaks etc. into account.
If I want scrolling, I should take the Hex-Editor approach, that is: Set the textfield to a fixed amount of characters per line, and don't care for linebreaks, etc.

I'm still open for more ideas, though. Smile | :)
SuggestionRe: How would you create a virtual TextEditor? Pin
Richard Deeming11-Mar-15 3:09
mveRichard Deeming11-Mar-15 3:09 
GeneralRe: How would you create a virtual TextEditor? Pin
HerrGilbert11-Mar-15 7:07
professionalHerrGilbert11-Mar-15 7:07 

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.