1,138 Topics

Member Avatar for
Member Avatar for neha05
Member Avatar for neha05
0
162
Member Avatar for noobeyne

Hi, I have this wierd situation: I am trying to animate 2 images going one past the other on the canvas. I have a function to calculate their new locations etc, and when it's time to play the animation in calls another function to render the new state of the …

0
107
Member Avatar for star.bravo

I want to know how I can have an array of strings for example: a[] = {A,B,C,...,Z} and then randomly choose one character from the array (for instance 'F') and apply a font format from windows on it and then render that particular letter in the form of Bitmap image …

Member Avatar for Fenrir()
0
379
Member Avatar for kothaisaravan

Hello, I have some 5 picture boxes, and stored the images into imagelist. Now I can able to load 5 picture boxes with first five images from imagelist. I have two buttons previous and next. I got stuck with this, please help On click of next button, it should hide …

Member Avatar for Fenrir()
0
212
Member Avatar for mln_ndh

I want to ask something about the gifwebview. How can i resize the gif images while im using the gifwebview. Should I use relative layout params? Because the gif images appeared is very big. I want to adjust the size to fix my application. Please help me. public void onCreate(Bundle …

Member Avatar for peter_budo
0
161
Member Avatar for edwingk

I have a c# program that opens a .tif image and later offers the option to save it. However, there is always a drop in quality when saving the image. _**I passed some parameters while saving the image so that the quality is at 100 % and there is no …

Member Avatar for JOSheaIV
0
3K
Member Avatar for Indians

Here, i'm trying to fetch the image from database. In my database i can see a image file size ([BLOB - 62.3 KiB]). But, it didn't work. i didn't get any error here. i'm confused where i made a mistake here? <?php include('config.php'); ini_set('display_errors', '1'); error_reporting(E_ALL); try { $stmt = …

Member Avatar for AmirHosseinHP
0
2K
Member Avatar for Patrick_3

Hello everyone! I have tried again and again to get this to work using multiple suggestions from the Internet. I am trying to convert an int[] to an Image object. I am getting the array using a PixelGrabber object: int img1_1d[] = new int[img1_w * img1_h]; PixelGrabber grab1 = new …

Member Avatar for JamesCherrill
0
749
Member Avatar for nathan.pavlovsky

Hello Programmers! I am working on a 'comics' page of my website. It is going to have multiple pictures (arranged neatly in a table) for the viewer to see and enjoy. I would like to have the images (by default) have a width of 10% of the browser window's width …

Member Avatar for nathan.pavlovsky
0
331
Member Avatar for Mohit_2
Member Avatar for shivendu

**Hi 2 All,** I am getting problem with email images. The TD width and height is fixed but the image is coming dynamically from databse which might be bigger or smaller. If I apply **overflow:hidden** also, the image is showing up like squized or streched. Is dere any solution to …

Member Avatar for samc36
0
283
Member Avatar for marifard

Dear, I make a php page to upload the images, pdf, swf etc etc for specific orginisation entered in same form. In the form i made the input type files to upload a maximum of three files but i know how to upload one of them only. here i upload …

Member Avatar for nauticalmac
0
351
Member Avatar for RinzLove

Hi all, Can help me write code to display images from database. The code is in bold. Thank you. @grid.GetHtml(tableStyle: "webgrid", headerStyle: "webgrid-header", footerStyle: "webgrid-footer", alternatingRowStyle: "webgrid-alternating-row", selectedRowStyle: "webgrid-selected-row", rowStyle: "webgrid-row-style", columns: new[] { grid.Column("Product_Category", header: "Category", style: "to-the-center"), grid.Column("Product_Type", header: "Type"), grid.Column("Product_Code", header: "Code"), grid.Column("Product_Name", header: "Name"), grid.Column("Product_Brand", header: …

0
101
Member Avatar for Eagle.Avik

hi want my user to upload images to my server. There is a lot of security risks i am aware of, like: 1. client side validation is not a good idea. 2. PHP code can be embedded into various other data types.(like embeded in a image file) 3. by using …

Member Avatar for cereal
0
738
Member Avatar for Eagle.Avik

hi, i want to change the image class on click on the image, i am also using radio input, here is my fiddle, check out and tell me what is wrong? [http://jsfiddle.net/Avik/7aKY3/1/](http://jsfiddle.net/Avik/7aKY3/1/)

Member Avatar for Eagle.Avik
0
335
Member Avatar for nathan.pavlovsky

Hello programmers! I am a beginner in html using the w3 school website help as a guide. Currently, I am working on an excercise website. The code is as following: <!DOCTYPE html> <html> <title><head> ------- Website </head></title> <body bgcolor= #FFCCFF BACKGROUND="background.gif"> <h1> What This Site Is All About: </h1> <hr …

Member Avatar for JorgeM
0
312
Member Avatar for johmny

hello to all the members of daniweb My Question is if we insert the image in css, so how can I add the alt attribute or other property which will work like the alt text. Because alt text attributs are important for the seo. But Alt attribute is the tag …

Member Avatar for diafol
0
243
Member Avatar for nadiam

hey guys, so im trying to do the image slider with js but its not working. only the first pic: pic1, displays then it doesnt slide. code: <script type="text/javascript"> <!--> var img1=new Image() img1.src="image/pic1.jpg" var img2=new Image() img2.src="image/pic2.jpg" var img3=new Image() img3.src="image/pic4.jpg" var img4=new Image() img4.src="image/pic5.jpg" var img5=new Image() img5.src="image/pic3.jpg" …

Member Avatar for nadiam
0
243
Member Avatar for freeinvesting

Hello! I would like to create a clickable backround for my IPB forum board. It will act as a banner and when clicked, it will redirect to the advertiser webpage. Here's the AdOcean demo of what I would like to create: http://demo.adocean-global.com/main.php?x=BI&y=Background%20Image Please, give any advice on how to implement …

Member Avatar for EvolutionFallen
0
351
Member Avatar for CodingCabbage

Why is this not working, no errors? photo exists in correct position... gui doesnt alwyas show up, image doesnt. Using python 3 from tkinter import * from random import * import time mainGUI = Tk() width2= 319 height2 = 240 widthOfScreen = mainGUI.winfo_screenwidth() #Get the width of the screen heightOfScreen …

Member Avatar for vegaseat
0
364
Member Avatar for mln_ndh

Hello I'm new to android development. So I've tried this coding where when I clicked on the imageview it will change to another image. And it's working perfectly. But I have 10 imageview. And every time each of the image being click it will change to another image. Is there …

0
169
Member Avatar for vegaseat

The code sample shows how to get an image from the internet and show it in a Tkinter label widget.

Member Avatar for Nils_1
4
2K
Member Avatar for rrajeswari03

i need to upload multiple image randomly in flex with php as backend..can any one help me??

0
119
Member Avatar for vegaseat
Member Avatar for eduardar

How can I change the time that the images of my website (www.eduardlid2013.com) change faster?

Member Avatar for eduardar
0
222
Member Avatar for jonsan32

I'm trying to get this script to work. I want an image displayed based on the current holidays throughout the year. Any help would be great. Thanks a ton! <script type="text/javascript"> function H(){ var s=new Date(); var isHalloween= (s.getMonth()==9 && s.getDate()>26) || (s.getMonth()==10 && s.getDate()<3); var isXmas= (s.getMonth()==9 && s.getDate()>26) …

Member Avatar for jonsan32
0
281
Member Avatar for Start4me

I want to create a map, with image of a floor plan. As the user zooms in or out, or moves the image around the form and clicks on a room to see more information about it, it will be possible. I'm thinking of creating labels or buttons with opasity …

Member Avatar for Begginnerdev
0
332
Member Avatar for judah.raine

Hi there, I'm utterly desperate (being a total novice at all things php) and am hoping someone can assist. In brief, I have a submission form. User adds url. Output should then display as an image link with the amazon affiliate code. In my template I have the following (which …

Member Avatar for judah.raine
0
368
Member Avatar for sriramkarthick

My problem is "How to upload the image, while uploading store the filename with the extension in the database and while retrieving the image filename should be taken from the database and file should be taken from corresponding folder" ?

Member Avatar for 203428
0
252
Member Avatar for lexaeterna

good day! i just wanna ask if there is a way of getting the path of an image from another computer in LAN and set it as image propety of a picturebox. thanks in advance!

Member Avatar for deceptikon
0
125

The End.