Advanced Forum Search Results
-
the problem is I don't know exactly how many images and folders under the image root folder .
I wanna dynamic load ,actually I can't give the specified url of image to the iimage control .
So . the problem is how can I enumrate those image file and folder information.
-
We can dynamic load the resource from xap file in sl.
So can we dynamic load the files which under the website folder in sl ?
Because I don't wanna embedded some existed image into sl ,I 'd like to dynamic load them .
Does it possible?
-
There should be at least one reference of this control existed .
I have the same problem last year .
It's spend me a lot of time to find the problem element when dynamic call or generate them .
So be careful to check it .
-
Yes , some sl show fine . but some are not .
-
hoonius, I wanna kiss you guy .
Good answer .
-
Thanks shamrat231.
Your link is very useful .
Just add a Grid as a root control in the usercontrol.
and set the background of Grid.
-
I have some folders with chinese name in the sl project , these folder will embedded in the resource of XAP .
When I try to dynamic load these folder information , their name changed to looks like "%e5%e6..........."
I guess the folder name has changed to UTF8 encoding .
But I have no idea how to convert it back to the ...
-
I used IsolatedStorageFile to save some cache data .
But when I try to call the IncreaseQuotaTo method .it will throw SystemEngineException in some scenarios.
Does someone encounter such problem ?
-
No . it is just a simplest UserControl.
Sergey. could you give me more detail about what you mean ?
Thanks.
-
I have a user control want to set the background.
My code like :
UserControl control=new UserControl();
control.Background=new SolidColorBrush(Colors.Red);
But it has no effect .
I still see the default color usercontrol .
what's wrong here ?
Thanks.