The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
206 views

Easier approach to loading ImageView on AsyncTask?

I'm working now on an ImageView using LoadImageFromWeb that needs to be in the AsyncTask. My code without AsyncTask is only this: private void satellite() { // TODO Auto-generated method ...
2
votes
1answer
379 views

Drawing Image using WinAPI: LoadBitmap works but LoadImage() won't?

I'm pretty new to Windows programming and have been following theForger's Win32 API Programming Tutorial. I've been trying to draw an image inside a window. Having looked at similar problems, this ...
0
votes
1answer
18 views

window “Image” has a strange caption: “@ -|TM”, which is not dependent on the name

I am aware my question is similar to: OpenCV 2.0 C++ API using imshow: returns unhandled exception and "bad-flag" Though I hv tried all the suggested and verified solutions from this page ...
0
votes
1answer
42 views

Trouble loading images in Java

Hi I am taking a class in Java and am pretty new to programing. I am trying to write a program asks the user to load different images and returns their RGB values in a multi dimensional array. I ...
0
votes
1answer
122 views

LowProfileImageLoader get OutOfMemoryException Windows Phone

I am using LowProfileImageLoader to load images async without block UI. You can get it from link: LowProfileImageLoader Everything is OK if DataSource of List has many different links. But now, I ...
0
votes
0answers
3 views

Windows C++ Visual Studio 2008 CTabCtrl icon transparency

I have a dialog window with a CTabCtrl. The following code is successful in showing an icon along with the text name on each of 16 tabs. It works fine as long as the icons are 16x16 pixel squares. ...
0
votes
0answers
102 views

Clear a loaded image from picturebox c#

I've started with pragramming in c# this year. Now I have a new excercise. I have to make a picturebox with an image of a tortoise in it. When pressing buttons, the tortoise move in that direction. ...
0
votes
0answers
204 views

Failed to load resource (Javascript image.src)

I want to ask you what's wrong with my code below : var myCanvas = document.getElementById('myCanvas'); var ctx = myCanvas.getContext('2d'); var image = new Image(); image.onload = onLoad; image.src ...
0
votes
0answers
86 views

Load all Images after Load first image using jquey

I am loading 5 images at a time for JQUERY carousel but I want load only first one and 4 other later when 1 image have loaded,How can i do this one with JQUERY . I am applying following css because ...
0
votes
0answers
61 views

Can I load bitmap image into android map view and use it as a map

I need to load a bitmap image got from the SD card to android map view and mark locations on that bitmap image Is it possible if so please help me