I have a table above and I want to insert an image to each row (if and when the user wants to add).
However adding the image to the cell would not be good as the image will be v small and has to be resized.
I was wondering if there is a way to add the image into a new tab in the same workbook, that is mapping to each row.
Maybe automatically too if a flag in another column say image is mandatory.
Related
In Google sheets, I would like to add an image and make it static such that other users cannot edit or delete the image similar to lock image in Google slides. Is there a way to lock image from editing? Or any workaround?
Note: I am not asking for image in cell.
Edit: I tried to insert image in the cell using =IMAGE("url") and locked the cell. Yes this partly solves my problem. However I need this image to be assigned a script/macro so that when a user clicks on it, it should run a script.
For assigning the script, I tried to solve it by adding a transparent drawing object that overlayed on to the image and assigned the macro script but when i reload the sheet, the transparent object keeps moving. Can I set the drawing object to a standard/default position or lock the drawing object too (idea is that, the user should be able to move any of the object i.e image or the drawing object)
Please let me know your thoughts.
I am using tables to create a grid of movie posters, the only problem is how do I put a caption under each image without affecting the images alignment or anything else? Let me know
New to SlickGrid here, and have a couple questions:
1) Is it possible to change the orientation of the column labels? I would like to display a grid without horizontal scrolling, and the data can easily fit if I limit the width of each column. However is I do that, I dont have enough space for my column labels. So I am wondering if - like in excel - I could change the orientation of the column labels (to say 45 degreees vs. horizontal)? If not, any other suggestion?
2) Is it possible to display D3.js type elements (shapes etc) inside cells? If not, are there options to display things such as color coded stop-lights type things?
As you might have guessed, I am building a dashboard that pulls data from a summary table in a DB, and need visual eye candy. It's probably all doable in D3.js, but I'm looking for a faster way to implement, and a data grid appears appropriate.
I am new to wp7. I want to add three images to my page. But not on a single page. It should be on three pages. When i move the image, at that time, the image is changed and i am on the secong page keeping my header and footer fixed.
So how to add three image in one page?
Why do you want to use scroll-viewer?
1) Try using a pivot control without any pivot headers. Add your images to three different pivot items. In pivot the header and footer you specify will remain fixed, only the content will change.
2) Also you can create a single page. Add three images to a list. Bind it to your image control. On flick gesture, change the image URL hence changing the image being displayed but keeping every thing else constant.
I gave you two approaches, try using any one of them which suits you the best. For further information try studying pivots and flick gestures.
I am trying to implement image as checkbox.
I have a list with 2 columns and I want to display checbox image on right side, as a third column.On clicking that image ,the image will be changed to a different one.
In which way I can do this?
One way to do this would be to create a custom Field that extends BitmapField. This custom field could contain two Bitmap images (one for each state). You might even consider having four images, so that you can indicate when it has focus as well. For example: unchecked-non-focused, unchecked-focused, checked-non-focused, checked-focused.
When you want to change the image (i.e. on a touch event or trackball click) just have your custom Field call setBitmap() with the appropriate bitmap.