|
I know we're interested!
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
I don't think I am able to do it good enough to publish as I still am not very proficient with Async programming.
But I think this post in the insider news[^] brings a topic for a nice article comparing the structure, the usability and / or performance of traditional async interactions and the new channels of C#
Just in case someone better than me wants to take the idea.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
1) Nobody here is going to help you steal someone else's work.
2) This forum is for help with writing articles to publish on CodeProject, not for programming help.
3) Never publish your email address or telephone number on a public forum, unless you're particularly fond of spam and scam calls.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Richard Deeming wrote: 3) Never publish your email address or telephone number on a public forum, unless you're particularly fond of spam and scam calls. It actually could be a good idea to leave the message alive instead of reporting it :evilgrinse:😈😈🤭🤭
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
modified 2-Feb-21 7:35am.
|
|
|
|
|
I'm with Nelek: do I care if he gets a pile of malodorous spam?
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
when I print an article, many of the images are lost. I am using win 10 and edge browser. what am i doing wrong
|
|
|
|
|
I've had this happen occasionally and thought it might be latency. Before printing, see if giving the article more time to load its images fixes it.
|
|
|
|
|
Re-uploading the same images should work. If you'd like I can check to make sure the paths are correct.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Try to print to pdf first?
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
I was working on an article. Did quite a bit of work and add images and have been saving along the way... Quite a bit of work involved. I dropped an image into the image upload area and the entire article disappeared.
Codeproject editor thinks it is this article which has nothing in it.
- CodeProject[^]
The one I'm looking for is about an app I wrote called emojiWriter, if you can find it.
Thanks for any help. 😓😥😧
|
|
|
|
|
|
That's the one!! Bless you and all your backup article abilities!!! 
|
|
|
|
|
I've found that the best way to submit an article is to write it on your local box (I downloaded the CodeProject CSS file to get it to look like CP while I'm writing it).
When you're ready, simply go to CP, start your article, copy/paste the body to the article wizard, and upload all of the images and source zip file at the same time. It takes me about 10 minutes to do it that way, and I don't have to worry about anything weird happening from session to session.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
Hi
I want the array of data under items, using this code i am able to get only the value under the first structure of data under items. How can i loop to the second structure of data under items, and further more if present. I am doing this using boost in c++.
Can someone help on this.
items=root.get_child("Serial");
for (boost::property_tree::ptree::iterator itprop = items.begin(); itprop != items.end(); ++itprop)
{
for(boost::property_tree::ptree::iterator it1=itprop->second.begin();it1!=itprop->second.end();++it1)
{
if(it1->first=="Items")
{
boost::property_tree::ptree& rootschild=it1->second;
cout<<"Size is "<<rootschild.size()<<"\n";
for(boost::property_tree::ptree::iterator="" it2="rootschild.begin();it2!=rootschild.end();++it2)
" {
="" it3="it2-">second.begin();it3!=it2->second. end();++it3)
{
std::cout<<it3->first<<": "<<it3->second.get_value<string>()<<"\n";
}
}
}
{
"Header": {
"Name": "abcd",
"Email": "xyz"
},
"Serial": [{
"flavour": "Green",
"Color": "9",
"code": "103",
"Items": [{
"date": "2020/11",
"value": "3.5",
"serial": "01"
}, {
"date": "2020/10",
"value": "3.4",
"serial": "03"
}]
}]
}
With Regards
|
|
|
|
|
You've posted in the wrong forum. Try posting in this forum[^] instead.
|
|
|
|
|
In my recent article on Blazor Server on a Pi, I uploaded some images, and (I thought) inserted them into the document. They show up like a broken link. So, I updated the document, inserting them again and did a preview. They were there OK. Now, when I go back, they are not there. What did I do wrong, or not do? Thanks.
Lou
If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.
|
|
|
|
|
Hi Lou, your article is currently going through the reapproval process. I have added my approval and can confirm that I can see images.
|
|
|
|
|
In addition to Pete's message @sean-ewington is working right now on it.
I suppose he is helping you with the format of the snippets and some code that was not tagged in.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Thank you, and thanks to all the folks who help those of us in the slow group.
Lou
If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.
|
|
|
|
|
You are welcome.
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
I'm not sure you did anything wrong, I suspect the server did. I have now fixed the images (and I did a little formatting too).
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Thank you. Easy to see why the articles all look professional, with you folks on the prowl.
Now back to Pi land.
If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.
|
|
|
|
|
Adaptive layouts for different device sizes in Xamarin apps[^]
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
The blog has now been helped
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|