Login required to post messages or search forums!

 

  Product Support  WinFormResizer for .NET 2.0 Support  Drop Down Combo...
 Drop Down Combo Box problem
 
figuerres
4 posts
Joined
6/28/2006

Drop Down Combo Box problem
Posted: 28 Jun 06 8:57 AM

Hi, dropdown is not working....

turns into a strange control at runtime.

like an up-down spinner

 

any info on this??

other than that the control seems good, I may buy it but not if it breaks drop-downs

Support
71 posts
Joined
4/29/2006

Re: Drop Down Combo Box problem
Posted: 28 Jun 06 9:35 AM Modified By Support  on 7/1/2006 1:53:09 AM)
Hello,

We weren't able to reproduce the ComboBox control problem you are seeing. Can you take a screen capture that displays this problem and send it to support@fengarisoftware.com?

Regards
Fengari Software Support
figuerres
4 posts
Joined
6/28/2006

Re: Drop Down Combo Box problem
Posted: 28 Jun 06 11:24 AM

Hi, more info:

I made some chnages to the form and the problem went away.

what I think was ither the cause or part of the problem was also the std. 2.0 "split" control.

when I took the controls out of the spliter it acted normal.

not sure if it was the spliter or the spliter + your control ??

some other details I am looking at:

I have 3 buttons that use a backgound image property.

when the re-size happens at runtime I see part of the top / bottom / left / right re-drawn.

it looks like the image is "tiled" but the button image property is set to center.

when you scale the image and then do your updates to the form might you be tiling the image?

or some how mis-copying some bits ??

I can create a screen shot of that later if you want.

Support
71 posts
Joined
4/29/2006

Re: Drop Down Combo Box problem
Posted: 28 Jun 06 12:43 PM Modified By Support  on 7/1/2006 2:50:44 AM)
Hello,

"I made some chnages to the form and the problem went away. what I think was ither the cause or part of the problem was also the std. 2.0 "split" control. when I took the controls out of the spliter it acted normal. not sure if it was the spliter or the spliter + your control ??"

This link (SplitterCombo.zip) contains a working example solution (C#) containing a Form (Form1), a SplitContainer (splitContainer1). Panel1 of the SplitContainer control contains 1 ComboBox control (comboBox9). Panel2 of the SplitContainer control also contains 1 ComboBox control (comboBox1) and an instance of the WinFormResizer component (winFormResizer1).

Try running the example solution, and let us know if you see the same problem you were witnessing before.

"I have 3 buttons that use a backgound image property. when the re-size happens at runtime I see part of the top / bottom / left / right re-drawn. it looks like the image is "tiled" but the button image property is set to center. when you scale the image and then do your updates to the form might you be tiling the image? or some how mis-copying some bits ??"

Set the control's "ExtendedBackground on winFormResizer1" -> "ImageLayoutStyle" property to "CenterAndScale":

 

Regards,
Fengari Software Support
  Product Support  WinFormResizer for .NET 2.0 Support  Drop Down Combo...
Copyright © 2006-2008 Fengari Software. All rights reserved.   |  Privacy Statement  |  Terms Of Use