I am pretty new to developing softwares and am intrigued by the huge world out there!! I have working knowledge of C/C++ and Java.. I was thinking of making an application that would convert a webpage
I need an xml<-->json converter which preserves types. For example: json: \"number\": 1 to xml: <number>1</number>
This morning I had reason to try using multiple Converters on an inputText component and realized that this doesn\'t work.
I\'m trying to populate a h:selectManyListbox with a list of objects, using a converter. I can easily co开发者_高级运维nvert each object to string in the getAsString(...) method, but I don\'t seem to
I\'m trying to use ImageMagick to convert a bunch of PDF into JPG (or PNG) but this error keep happenings.
How do i convert a collection to count? Where when a collection is passed the converter should be able to return the count for say the following collections,
I am building a small Wpf aplication to learn myself wpf. And i have encountered a problem with one of the controlers.
I havelist<Person> Persons Person has ID, something like that:12231d4sa32fd I have a converter that convert the ID to Status: (Ready/Waiting/NotHere).
I have two separate converters for visibility, one based on whether a field has been updated and one based on whether a field is allowed to be seen.I use the updatedField one for each text item on my
I\'m binding an ObservableCollection to a control which has a converter to change its visibility depending on if the collection has any values or not: