Advanced Forum Search Results
-
ok, i downloaded the tools of silv beta 3 and i am developing this site.
http://www.inthi.com.ar/work/codecamp/mscodecampTestPage.html
i can see it in my computer.. .but all the people i asked to see it, have silv beta 2 plugin and when they are asked to upgrade to beta 3... they get the 3010 error or just can not install it... almost 4 people ...
-
ok, i downloaded the tools of silv beta 3 and i am developing this site.
http://www.inthi.com.ar/work/codecamp/mscodecampTestPage.html
i can see it in my computer.. .but all the people i asked to see it, have silv beta 2 plugin and when they are asked to upgrade to beta 3... they get the 3010 error or just can not install it... almost 4 people ...
-
hi to all i am building a silverlight gadget and i am havinga a huge problem with it... i would appressiate if u can shelp me or send it to someone who may know this problem .. to understand what is happening please install the gadget... then close the sidebar and open sidebar again try to use the statics button it crashes ...
-
it worked perfectly , why the problem? i dont know but thanks again for helping me
-
sure!! if u can help me here it is....
xaml code
<RadioButton Height="17.006" HorizontalAlignment="Left" Margin="1.335,0,0,41.665" VerticalAlignment="Bottom" Width="16.667" Content="RadioButton" d:LayoutOverrides="Width" x:Name="ytd" IsChecked="True" ...
-
hi,..i have a huge problem...i have 3 radiobuttons that loads different data into one combobox.... just by comboname.items.add(radiofiel1);
doing this...
radiobutton1
field1 - field2 - field3 - field 4
radiobutton2
secfield1 - secfield2
if i dont clear the combobox before adding the next values i have...
field1 - field2 - field3 - field ...
-
http://silverlight.net/forums/t/60514.aspx
the solution
-
ok.... the problem was
TextWrapping="Wrap"
i just delete it and it worked
-
[quote user="Blast2hell"]You try commenting out like 290 of the textboxes heh?[/quote]
the same thing happens when i have only two textboxes... and yes... i have the same eventhandler for all of them with code behind casting sender. used to work in beta 2, i finished the game but with rc0 doesnt run
-
the thing is i have almost 300 textbox becuase it is a crossword... i can build canvas and fire an event.. but the aim of textchanged is an event also ... so i need to use it...