|
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
|
|
|
|
|
|
So far 7 moderators have reviewed your article. Three said it was "unclear or incomplete", and four think it should be a tip, not an article. I was in the first group: I know nothing about what you're discussing, so an introductory paragraph defining "cross-entropy loss" would be helpful. Perhaps the other moderators are familiar with the term but think the article is too sketchy, or something that anyone with knowledge of the area could write.
|
|
|
|
|
I have checked and think that it is way too specific to be posted without any explanation about what are you talking about or at least a link to somewhere where it is explained correctly.
I didn't approve or report it, but if, I would go for unclear, since it doesn't explain it in a way I can minimally understand it without any other external help.
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 get the above message when I try to update my article. Ideas?
I had this happen on another article, after a week it allowed me to post the update, nothing had changed.
|
|
|
|
|
Usually when this happens it's a temporary server issue. Sometimes re-opening the article (making sure to save your changes elsewhere offline) helps.
Is this a particular article you're trying to publish? Perhaps I might try.
Thanks,
Sean Ewington
CodeProject
|
|
|
|
|
Over a day later and it still doesn't not work. The article is published, but there is a serious bug in the code which will annoy users. I was able to add a comment with the fix, but not update the article with a new ZIP file. The ZIP is less than 100 Kb so is fine sizewise.
|
|
|
|