Tagged Questions

0
votes
1answer
35 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 …
1
vote
6answers
875 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.
1
vote
2answers
125 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 …
0
votes
1answer
458 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 & …
0
votes
2answers
78 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 …
2
votes
5answers
507 views

How do I resize pngs with transparency in PHP?

I'm attempting to resize pngs with transparent backgrounds in PHP and the code samples I've found online don't work for me. Here's the code I'm using, advice will be much appreciat …
1
vote
2answers
63 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
210 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 …
1
vote
2answers
859 views

JEditorPane inside JScrollPane not resizing as needed

Hai, I am implementing a Comment box facility in my application which user can resize using mouse. This comment box contains a scrollpane which instead contains a JEditorPane in w …
1
vote
3answers
236 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 …
0
votes
1answer
239 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 …
0
votes
1answer
57 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 …
2
votes
3answers
668 views

How do I resize my panels when resizing the main form in a winforms application?

If the user of my winforms application resizes the main form, I want the 2 panels to stretch out also, along with the child controls. How can I achieve this?
0
votes
0answers
20 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 …
1
vote
4answers
317 views

Delphi - GridPanel does not adjust at first resize

Hi. I have a problem I am unable to solve even though I spend long time trying to do it. I usually use GridPanels to align controls on forms. It has, however, an annoying bug. Wh …

1 2 3 4 next
15 30 50 per page