Posts by Eduardo Oliveira • 9 points
3 posts
-
0
votes2
answers51
viewsA: Insert N comments, having the option to edit them at any time and then save those comments
You can try to post on the page, but instead of saving, you return to the View the same model you receive from the page, just by including the comment in a list before returning. Sort of like this:…
-
0
votes2
answers325
viewsA: Interpret replies from responsive card
There is the Opencv library, which is open source and in C++ (if I’m not mistaken), but I’ve never used, only heard of! Here’s a tutorial with C# I found on google Opencv See if it helps you xD…
-
0
votes3
answers1401
viewsA: HTML 5 audio player with forward/backward
Try something similar to the following code: <audio src=”mus.oga” controls=”true” autoplay=”true”> <source src=”mus.oga”> <source src=”mus.mp3”> <source src=”mus.wma”>…