Search found 3 matches

Go to advanced search

by frank_lbt
Wed Jul 20, 2016 3:34 pm
Forum: Bug Reports
Topic: [SOLVED] Error with ScaleTransform.ScaleX
Replies: 3
Views: 6739

[SOLVED] Error with ScaleTransform.ScaleX

Hi , When I type this code: double zoom = 1.1; ScaleTransform myScaleTransform = new ScaleTransform(); myScaleTransform.ScaleY = zoom; myScaleTransform.ScaleX = zoom; PreviewGrid.RenderTransform = myScaleTransform; Only the myScaleTransform.ScaleX is applied and myScaleTransform.ScaleY doesn't have ...
by frank_lbt
Wed Jul 20, 2016 7:11 am
Forum: Technical Support
Topic: Call a personalized font from XAML resources
Replies: 2
Views: 13950

Call a personalized font from XAML resources

Hi, When I try this following line of code, which is a pure xaml functionnality, I don't have the expected result: <TextBlock Text="Some text" FontFamily="ms-appx:///Assets/Fonts/HelloScriptRegular.ttf#Hello Script Regular"/> The text is in the default system font and not in the ...
by frank_lbt
Wed Jul 20, 2016 3:06 am
Forum: General Discussion and Other
Topic: Database connection
Replies: 3
Views: 13701

Re: Database connection

I have this question too. Maybe you can use a sql nuget package but I don't know in this case if the js generated code will contain sql Id and password in clear to connect to database. This behaviour implies a security leak because anyone can see the source code of a webpage. So anyone has already t...

Go to advanced search

 

 

cron