image

Silverlight: why png-image is not displaying?

In Silverlight 4 application there are few images, both are displayed correctly in design mode, one is displayed correctly in run-time also: <Image Height="180" Width="149" Source="../Picts/Field.png" /> Another one is not displayed in run-time: <StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="5" Visibility="...

Problem Binding Entity Framework Images to GridView

Hi I'm trying to bind the product pictures to my gridview but nothing shows up... Here's the code: Using ProductsCtx As New CAJFBLL.ProductEntities Dim Produtos = (From P In ProductsCtx.produto _ Join C In ProductsCtx.categoria On C.id Equals P.categoria_1.id _ Join F In ProductsC...

in flex, how to wrap text around image?

In flex, I have HBox in which I have loaded an image. I want to wrap text around it. Hence, there would be an image on right and text will be on left. After the image is cleared, text will be displayed 100% of the width. How can I achieve it? ...

Button growing 8 pixels when MouseOver WPF XAML

I'm dealing with a rather frustrating bug. My ultimate goal is to have an image, which glows on IsMouseOver, and can be clicked to call an event. This seems all too complicated, but the other alternative I found was creating a custom user control, which is even more excessive. This is what I've done so far: <Style x:Key="DelButton" Targ...

How can I make an image select without jQuery?

Hi, I want to make a select with the next image: http://img64.imageshack.us/img64/6971/listmenu.png I succeed to do it with jQuery, but I'm using MooTools, so it didn't work. Can someone help me? Is it possible to make a select with options, with a image and without jQuery? Thank you! ...

jquery assistance with image on image

I am working with jquery. I have a main image. When I place the mouse over the main image, I would like the following to happen. Another image gets placed over the image, this image much smaller and be placed towards the bottom of the main image. Also when the small image appears, if I click on it, an event is fired. Eg. alert box is...

[Graphics]Line-tracing in C#

Hello, I am trying to find the intersection of the two lines spanning from corner to corner diagonally( picture below done in MSpaint, I currently don't have access to the real image ). I have figured that tracing them by using the black and white backgrounds would be the easiest, but there are artifacts on the picture( the squiggly lin...

zoom image effect on image

Looking for a jquery plugin or some jquery script that would do something like on the following page: http://tinyurl.com/2uqojd8 If you roll the mouse over the main image, you can see the zooming of the image etc. Anywhere I could find something that does similar? ...

Dynamically changing images in a div

I've five images and would like to display it in a same div one by one with interval of 2 sec. Can anyone please suggest any solution for this? ...

Insert image into text and keep the text wrapping with CSS

Hi all, I've just encountered a problem that my current (almost equal to 0) CSS knowledge cannot deal with. Here's the thing: I have some text inside of a div element; this div element (let's call it a container) has a fixed width and dynamic height (no constraints). I'd like to put some text inside of the container; after the second ...

Creating a custom Image gallery that looks like Safari's "Show Top Sites" in Cocoa

Hi All, I am trying to create a view which shows similar the way of Safari's "Show Top Sites" option. I have bunch of images to be displayed in that gallery view. Any idea or suggestion to create this in my cocoa application. Thanks in advance. ...

scroll an image bigger than the screen and stop at its border on Android

I know how to display an image that is bigger than the screen. That's fairly simple and explained in details here, however, this method makes you able to scroll as far as you want, event if you have left the image and you just have black screen. I would like to know how we can make the scrolling stop when we reach the side of the picture...

Upload Image using blackberry.

I want to upload an image in blackberry simulator using MultipartPostData, the following is my code but it does not seem to work. I have also signed my .cod file. Can anyone help me please? public void postData(String Url, bytes[] data) { if (DeviceInfo.isSimulator()){ Url=Url+";deviceSide=true"; } HttpConnection httpConn=null; Output...

PDF image in PDF document using ReportLab (Python)

Hi there, I saved some plots from matplotlib into a pdf format because it seems to offer a better quality. How do I include the PDF image into a PDF document using ReportLab? The convenience method Image(filepath) does not work for this format. Thank you. ...

Best way to double size of images for Retina display?

I have a number of regular-sized (@x1) images that I use in my iPhone app. Outside of redesigning them from scratch in hi-resolution, what is the best way to double their size & resolution using Photoshop? ...

Product images not showing after migration of magento website

Hello friends, I currently migrated my magento website to a different server, and here's the process I used: 1) made a dump of the database. 2) copied all the system files from the FTP to my hard drive. 3) emptied the VAR folder 4) emptied the media cache folders 5) replaced the strings in the SQL dump from http://www.oldsite.com to ht...

UIScrollView clickable images iPhone

Hi, I have created a UIScrollView in my app - adapted from this sample code: http://developer.apple.com/iphone/library/samplecode/Scrolling/Introduction/Intro.html But I have no idea how to make the images clickable Any suggestions please? Thanks! ...

Android image gridview with checkboxes

Hey, I'm trying to make an image gridview which would have checkboxes on each image. So basically the checkbox would hover over the imageview. Is this possible? If it is...how? Thanks ...

django handling images and other media content

I am learning Django, using the django book, which is great. However, it is a little down on using the django test server to serve up image files and other media. Obviously, any page has some amount of image content beyond the straight up HTML that you put in templates. And there are various other files that need to be served up such as ...

Dashcode question - OnClick image to fullscreen?

I have a web app I'm building in Dashcode, currently every thing is working as advertised. I'm using the browser template and was able to modify it a bit, got the xml working to connect images and their description. Now I want to add a simple OnClick event that sends the image to fullscreen but I can't find any documentation for that. I'...