Tagged Questions

1
vote
1answer
113 views

How to get rid of the empty space in the right part of DBGrid Delphi

Although the question seems simple, I couldn't find the answer to it. I have a DBGrid component with lots of columns, and as a result they don't fit into the page and scrollbar a …
1
vote
3answers
200 views

How to resize image upon uploading to database in asp.net mvc?

i want to resize an image before it is saved on my mysql database.. how will i process it? i have here the code for view, controller, and model. View: <form method="post" enct …
1
vote
2answers
54 views

How do you prevent a user from resizing the column width of a clistctrl (report view)?

How do you prevent a user from resizing the column width of a clistctrl (report view)?
0
votes
0answers
157 views

VB.NET: Resize an image (jpg,gif,png) to avoid out of memory error in Picturebox Control on .NETCF 2.0

I'm searching for a solution to resize image(jpg) being passed in from an array in Picturebox Control on .NETCF 2.0 in VB.NET without resorting to using the opennetcf library, is i …
0
votes
2answers
73 views

Start an app and set its size and position in windows

In Windows I would like to be able to run a script or application that starts an another application and sets its size and location. An example of this would be to run an applicat …
1
vote
5answers
736 views

Resize jqGrid when browser is resized?

Is there any way to resize a jqGrid when the browser window is resized? I have tried the method described here but that technique does not work in IE7.
0
votes
1answer
45 views

Streching and shrinking Image when pinching on the image

Hi, In my app i want to drag a image any where in the view and want to resize the image by pinching,gestures. I am able to drag the image any where by using - (void) touchesBegan …
0
votes
3answers
145 views

Flowdocument isnt using the full width/height

Hi i have a FlowDocument which i want to fill the entire width and height of my window. I have tried using the flowdocumentpageViewer (no luck) and are now using a documentpageview …
0
votes
1answer
80 views

WPF bug? Grid’s column does not accommodate ListBox scrollbar

In the following example, the leftmost column's width does not increase to accommodate the ListBox's scrollbar that appears when the UserControl's height is decreased: <UserCon …
0
votes
1answer
208 views

How to crop & fill with Paperclip (or RMagick) ?

I upload a photo, it is a rectangle. How Can I get it resized and filled to a square ? I mean when the photo is horizontal positioned it should have above and under it, two white …
1
vote
4answers
219 views

Fastest Image Resizing in .NET

I need the fastest library to resize full size images (some up to 9MB in size) to multiple sizes. Here's the scenerio: User uploads a photo a FileSystemWatcher is running in a …
0
votes
3answers
263 views

Animating form resize in VB.NET

I have a form positioned slightly above the taskbar/system tray in the bottom right corner of my desktop window. It's sort of like a pop-up notification. The notification itself …
4
votes
6answers
898 views

CSS: How to scale entire web page with CSS?

Using Firefox, you can enlarge an entire web page by simply pressing CTRL+. What this does is proportionally enlarge the entire web page (fonts, images, etc). How can I replicate …
0
votes
2answers
283 views

How to force a resize from a child to a parent

I have a page-like flex application. In my main application is a holder (a canvas) that displays all the pages. The problem is that the components that are loaded inside the holder …
0
votes
1answer
397 views

Resizing iFrame with jQuery UI

I have this code and it works fine: Head <script> $(document).ready(function() { $("#test").resizable({minHeight: 50, minWidth: 50}); }); </script> Body & …

1 2 3 4 next
15 30 50 per page