Click here to Skip to main content
16,016,557 members

Comments by Member 13050667 (Top 11 by date)

Member 13050667 19-May-20 13:19pm View    
Thank you, but I already defined these as enums like {File, SliceParent, Slice} but i still don't know how to add and keep the slices under the parent. :(
Member 13050667 27-Apr-20 11:54am View    
this is a project manager tool. Imagine the items as files and i do need to perform certain actions on multiple files at once and in some cases only on one file.
But in my case if no item is clicked as selected or as described a different item is selected I can still click a different row's combobox and that will perform the changes to both lines.
Member 13050667 27-Apr-20 4:36am View    
sorry my bad, indeed its a listview and not listbox
Member 13050667 3-Feb-20 6:25am View    
Thank you, this will be useful as well later on, but I think this is not what I need.
Sorry if I wasn't clear enough.
Basically I want to convert back characters like "<" to "\u003c". No "<" or "&lt;", I need "\u003c"! :)
I hope this clears a bit :) sorry for the confusion, or if I misunderstand something.
Member 13050667 25-Jun-19 4:27am View    
Unfortunately, i can't share the URL as it is confidential.
However I'm pretty sure that it is fine, as from an older c# form app I can use the API. But in my current new WPF application the connection is just not working.