Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

ComboBox Problem

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 08-20-2007   #1 (permalink)
Bahadır ARSLAN
Guest


 

ComboBox Problem

Hi All,

I am trying to developing some applications using WPF; but i have a problem.
When i added a combobox to the form, while running combobox couldn't open.
I have the same problem with Expression Blend

I am using Vista Home Premium 32 Bit.

Is there anyone else live this problem?

PS: I am sorry for my pour English


My System SpecsSystem Spec
Old 08-20-2007   #2 (permalink)
Lloyd Dupont
Guest


 

Re: ComboBox Problem

Are you sure that the combo box as some items?
If there is no Items you can't open it!

--
Regards,
Lloyd Dupont
NovaMind Software
Mind Mapping at its best
www.nova-mind.com
"Bahadır ARSLAN" <bahadir.arslan@netron.com.tr> wrote in message
news:%23SjJRYv4HHA.556@TK2MSFTNGP06.phx.gbl...
> Hi All,
>
> I am trying to developing some applications using WPF; but i have a
> problem.
> When i added a combobox to the form, while running combobox couldn't open.
> I have the same problem with Expression Blend
>
> I am using Vista Home Premium 32 Bit.
>
> Is there anyone else live this problem?
>
> PS: I am sorry for my pour English


My System SpecsSystem Spec
Old 08-21-2007   #3 (permalink)
Bahadır ARSLAN
Guest


 

Re: ComboBox Problem

Hi,

Yes, i am sure.

For example with this xaml code, i couldn't open it.
<Window xmlns=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>

<ComboBox Name="cbBox" Height="25" Width="100" >
<ComboBoxItem>Example 1</ComboBoxItem>
<ComboBoxItem>Example 2</ComboBoxItem>
<ComboBoxItem>Example 3</ComboBoxItem>
</ComboBox>
</Window >

But i can see items if scroll the mouse wheel over it.


"Lloyd Dupont" <net.galador@ld>, iletisinde şunu yazdı,
news:ezq8Pl44HHA.5852@TK2MSFTNGP02.phx.gbl...
> Are you sure that the combo box as some items?
> If there is no Items you can't open it!
>
> --
> Regards,
> Lloyd Dupont
> NovaMind Software
> Mind Mapping at its best
> www.nova-mind.com
> "Bahadır ARSLAN" <bahadir.arslan@netron.com.tr> wrote in message
> news:%23SjJRYv4HHA.556@TK2MSFTNGP06.phx.gbl...
>> Hi All,
>>
>> I am trying to developing some applications using WPF; but i have a
>> problem.
>> When i added a combobox to the form, while running combobox couldn't
>> open.
>> I have the same problem with Expression Blend
>>
>> I am using Vista Home Premium 32 Bit.
>>
>> Is there anyone else live this problem?
>>
>> PS: I am sorry for my pour English

>


My System SpecsSystem Spec
Old 08-21-2007   #4 (permalink)
Horst Klein
Guest


 

Re: ComboBox Problem

Hi
I have inserted you Window in my test application.
I can't reproduce it, it works!

Do you use some ComboBox Styles ?

Best regards
Horst


My System SpecsSystem Spec
Old 08-22-2007   #5 (permalink)
Bahadır ARSLAN
Guest


 

Re: ComboBox Problem

Hi,

I know the code is true,but when i am trying with neither XamlPad nor Visual
studio, i couln't open ComboBox.
No i am not using any styles. I have same problem all of .Net 3.0
applications such as Expression Blend. I couldn't open combobox at
Expression Blend.
For example at expression blend there is an option to change theme for
expression blend. Bu i couldn't open combobox, only i can scroll mouse
wheel.

I wonder that is there any one living this problem.

How can i send this bug to Microsoft?
"Horst Klein" <horst.klein@vitodata.ch>, iletisinde şunu yazdı,
news:%23XTWyX%234HHA.5424@TK2MSFTNGP02.phx.gbl...
> Hi
> I have inserted you Window in my test application.
> I can't reproduce it, it works!
>
> Do you use some ComboBox Styles ?
>
> Best regards
> Horst
>
>


My System SpecsSystem Spec
Old 08-24-2007   #6 (permalink)
Bahadır ARSLAN
Guest


 

Re: ComboBox Problem

Hi,

I solved my problem
It was very interesting. Two weeks ago i reduced my graphic card memory 32mb
to 16 mb.
Today i rised again to 32 mb, so the problem solved

"Bahadır ARSLAN" <bahadir.arslan@netron.com.tr>, iletisinde şunu yazdı,
news:B6738206-D9CB-438E-95D6-2385BDFDE60F@microsoft.com...
> Hi,
>
> I know the code is true,but when i am trying with neither XamlPad nor
> Visual studio, i couln't open ComboBox.
> No i am not using any styles. I have same problem all of .Net 3.0
> applications such as Expression Blend. I couldn't open combobox at
> Expression Blend.
> For example at expression blend there is an option to change theme for
> expression blend. Bu i couldn't open combobox, only i can scroll mouse
> wheel.
>
> I wonder that is there any one living this problem.
>
> How can i send this bug to Microsoft?
> "Horst Klein" <horst.klein@vitodata.ch>, iletisinde şunu yazdı,
> news:%23XTWyX%234HHA.5424@TK2MSFTNGP02.phx.gbl...
>> Hi
>> I have inserted you Window in my test application.
>> I can't reproduce it, it works!
>>
>> Do you use some ComboBox Styles ?
>>
>> Best regards
>> Horst
>>
>>

>


My System SpecsSystem Spec
Old 08-26-2007   #7 (permalink)
Laurent Bugnion, MVP
Guest


 

Re: ComboBox Problem

Hi,

Bahadır ARSLAN wrote:
Quote:

> Hi,
>
> I solved my problem
> It was very interesting. Two weeks ago i reduced my graphic card memory
> 32mb to 16 mb.
> Today i rised again to 32 mb, so the problem solved
I would report this to Microsoft.

Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft.ch
PhotoAlbum: http://www.galasoft.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Binding Problem in ComboBox Horst Klein Avalon 0 09-13-2007 02:50 AM
ComboBox Problem Bahadır ARSLAN Avalon 0 08-20-2007 01:47 AM
WPF combobox background Michael Jackson Avalon 2 06-11-2007 05:16 PM
Editable ComboBox content string clipping problem muchinger@web.de Avalon 0 06-04-2007 11:36 AM
A problem about editable ComboBox Caret. wisenighthsu@ulead.com.tw Avalon 2 09-18-2006 11:25 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51