Tagged Questions

0
votes
1answer
105 views

How to auto resize JFrame according to content

I have created a custom JPanel that displays images (lets call it MyPanel), I have added this to JFrame's contentPane. I want JFrame to be resized automatically to fit the MyPanel when image changes. …
1
vote
2answers
73 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)?
1
vote
2answers
129 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 appears. I also have …
1
vote
3answers
263 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" …
0
votes
1answer
64 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) touchesBeganNSSet*)touches …
0
votes
2answers
275 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 it possible?
0
votes
0answers
21 views

Yahoo Resizing Hover Events

Does anyone know if it's possible subscribe to an event (possible a mouseOver) while using Yahoo!'s resizing library? I need to disable some other listeners when a user hovers over the handles of my …
0
votes
3answers
184 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. I still cant get …
0
votes
1answer
90 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: <UserControl …
0
votes
2answers
84 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 application/script that …
0
votes
0answers
62 views

How can I size imageboxes to the image dimensions in Crystal Reports?

How can I size imageboxes to the image dimensions in Crystal Reports? i am doing a project in tat i having 3 type of image with different size from db how can i set image
0
votes
3answers
349 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 looks great, but …
0
votes
1answer
526 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 <div id="test" …
2
votes
2answers
80 views

How does WPF solve cyclic dependent sizing?

I'm trying to figure out how come WPF doesn't go crazy when I set a window to resize to its content and then set its content to take all the available space... Any idea?
1
vote
4answers
240 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 service watching the …

1 2 3 4 next
15 30 50 per page