Hi all,
I am developing a small application in Android. I come across a problem, and not sure whether it is possible in Android platform.
I have some local html files. There is an Activity contains a webview, which is used to display these local html files. In some cases, I want to display a picture selected from phone into one of these local…
i will do that if i open my dicom pics.i have a study . if you look below pic you can see study pic left corner. Big pic is one of series. How can i do that clearCanvas open source sdk?
Using Microchip C18 compiler with a pic18f, I want to create a "big" buffer of 3000 bytes in the program data space.
If i put this in the main() (on stack):
char tab[127];
I have this error:
Error [1300] stack frame too large
If I put it in global, I have this error:
Error - section '.udata_main.o' can not fit the section. Section…
MickroC compiler has a library for HID(Human Interface Device) usb communication. In the supplied samples, they specify that the buffers below should be in USB ram and use a pic18f4550.
unsigned char readbuff[64] absolute 0x500; // Buffers should be in USB RAM, please consult datasheet
unsigned char writebuff[64] absolute 0x540;
But…
How do I get started with programming PICs (or similar products)?
Preferably in C. What are some good beginner kits, tutorials, books, etc.?
Maybe some little robotic project ideas.
Hi,
Help needed.
I am getting this error
{"The xml has invalid content and cannot be constructed as an element.\r\nParameter name: outerXml"}
while passing constructed xml in to DocumentFormat.OpenXml.Office.Drawing.Drawing() constructor like this
DocumentFormat.OpenXml.Office.Drawing.Drawing d = new…
We superposed two cameras, one of which uses AA as post-processing effect (AA filtering is cancelled). The camera with the AA effect has depth 0 and the camera with no effect has depth 1 as can be seen in the 5th and 6th Picture. The objects seen on the left are in layer 1 and the ones on the right are in…
Hi, I would like to display the users profile picture inside of my applications canvas page, is there a way to do that using the graph api?
I know I can do it using FBML but I would also like to pass the profile pic to a flash game I am making, so I would have to get the profile pic from the api and send…
I am trying to create a custom object in AS3 to pass information to and from a server, which in this case will be Red5. In the below screenshots you will see that I am able to send a request for an object from as3, and receive it successfully from the java server. However, when I try to cast the…
I have a flowLayoutPanel which I am programatically adding new panelLayouts to. Each panelLayout has a pictureBox within it. It's all working nicely, but I need to detect when that picture box is clicked on. How do I add an event to the picture? I seem to only be able to find c# examples....
my…
I seem to be getting error:
uninitialized constant Style::Pic
when I'm trying to render a nested object in to the index view the show view is fine.
class Style < ActiveRecord::Base
#belongs_to :users
has_many :style_images, :dependent => :destroy
accepts_nested_attributes_for…
This is a weird one...
With the help of people here, I've got my iPhone app posting to TwitPic successfully - and when I first got it working, I could see an XML result being returned too...
But for some reason over the past two days, the API call seems to succeed - the pic appears on…
MBP 6,2 :: Google Chrome 13.0.782.32 beta :: Adobe Flash Player 10,3,181,26
UPDATE: only Youtube is affected. Vimeo, other flash, etc. all works great.
Hello.
I recently had to hard reboot my MBP. After that, I could not watch Youtube videos or (I believe) other flash enabled content.…
I found Remy Lebeau's chat demo of IdTCP components in XE2 and I wanted to play with it a little bit. (It can be found here) I would like to send a picture using these components and the best approach seems to be using TMemoryStream. If I send strings, the connection works fine, the…
Send your tweets @soacommunity #soacommunity and follow us at http://twitter.com/soacommunity
SOA Community Deploying Fusion Order Demo on 11.1.1.6 by Antony Reynolds http://wp.me/p10C8u-vA
leonsmiers ?Cant wait to test it >> 't…
stack overflow wont let me post images so heres the link:
http://4m0.org/images/qt.png
This is my application. For this question, ignore the top part with the buttons.
I have a QScrollArea
Filled with many QGroupBoxes
Filled…
For example,
<html>
<body>
<img id="pic" src="original.jpg"/>
</body>
</html>
In Javascript (jQuery):
$("#pic").attr("src","newpic.jpg");
Now, is there a way to reset #pic's src to…
I just built myself an new workstation and now only 2 of 3 monitors are working. I built the nvidia driver by downloading it and installing with ./Nvidia...
Before when I ran nvidia-settings I saw two GPUs listed but…
I just built myself an new workstation and now only 2 of 3 monitors are working. I built the nvidia driver by downloading it and installing with ./Nvidia...
Before when I ran nvidia-settings I saw two GPUs listed but…
I am Getting stuck on j-query issue i am new to it please help me!
I have a image gallery like:
Now i want a div to be open when i click on open link and view full description of respective image.
My html code…