This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 9 years ago.
I'd like to add a png image to my Doxygen documentation of VHDL code. I use the following line:
--! #image html FW_blocks.png
however, no image can be found in the Doxygen output. Is image including even possible with Doxygen-VHDL? if yes, how can this be done?
the code mentioned in the question works. the problem was an error in the IMAGE_PATH.
Related
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
This morning we noticed that our filepicker.io uploads are no longer processing if the size of the file is greater than ~1.6MB. Not sure if it's related to the recent upgrade of the Javascript API (v1) but at the moment our users are unable to upload files.
The POST request to filepicker returns a 200 but the progress bar just halts at 99.30%. Any ideas?
Just wanted to officially mark this as fixed so we don't have unresolved questions! Feel free to mark as answered or remove
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
These are the memory leaks that I am getting: http://twitter.com/AWEHOFFICIAL/status/221182174811004929/photo/1/large
If you open the righthand pane you should see a stacktrace of the leak, which will help you track it down. You might also attempt to profile with the debug version of your app, in order to get better symbol info. This can be achieved by modifying the project's scheme within Xcode.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I'm getting the following warning in this statement:
Warning: No 'initWithPrimaryKey". method found
HoldingArray *holdObj=[[HoldingArray alloc] initWithPrimaryKey:n];
Any suggestions are welcome.
The error should be clear: The class HoldingArray doesn't expose a method initWithPrimaryKey.
Refer to the source code of the class HoldingArray or the documentation which methods are available.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 12 years ago.
Please direct me to a place where I can download the source code of GWT.
I got the main source code link but I got a list of links over there to get the content in read-only format. Is there any way to get the entire source code in zip or any other format.
You can download it. Here is the link to the instructions.
http://code.google.com/p/google-web-toolkit/source/checkout
you can find some information about that here. (lmgtfy removed)
edit: use tortoiseSVN and download it from here: http://code.google.com/p/google-web-toolkit/source/checkout
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
Does anyone know of any examples or tutorials working with the three20 btouch dll?
Update:
I've basically run btouch against the non-parser three20.cs in the trunk and taken the resulting dll and referenced it in my project.
I've then compiled the three20 stuff in XCode and taken the libThree20.a file and put it in my project.
I've also added the correct mtouch args to the project options.
How can I test that this is all Ok?
I wrote a blog post about this
http://iwayneo.blogspot.com/2010/04/three20-with-monotouch.html
w://