Search found 52 matches

Go to advanced search

by fangeles
Sun Mar 03, 2019 7:01 pm
Forum: Technical Support
Topic: [SOLVED] RenderTransform not supported in Beta 12
Replies: 4
Views: 6348

Re: RenderTransform not supported in Beta 12

Hi,

The Storyboards problem is now fixed and works well on v1.2.0 RC1.


May I follow up the problem regarding the Resource usage, as per stated on this TS entry: http://forums.cshtml5.com/viewtopic.php?f=4&t=7865


Thank you.
by fangeles
Thu Feb 28, 2019 6:19 pm
Forum: Technical Support
Topic: How to Use "Static Resource(.xaml)" file in cshtml5.
Replies: 2
Views: 13821

Re: How to Use "Static Resource(.xaml)" file in cshtml5.

Hi JS-Support@Userware, Any workaround for this? https://dm2302files.storage.live.com/y4msnJc5EsOma_8W3MNn1S04uyr5TvSqDmxejpGzBRBsy8890rhujshGJLSUdXtPqAFebQJJVCqMQ2C6FwYd9_stmTxZiljvksJCZWNcatUh9tjUMllQNsKTvVREO8eDssAz_AqgGu6WIzEhe7o5OrSFtSYoO9Bu3TO6BYI4T3QxiHC5Wt6B-Hh0GPU42NGuzOsnFrobNW9wgTdKTzyW0w...
by fangeles
Fri Feb 22, 2019 4:45 pm
Forum: Technical Support
Topic: CSHTML5 on NuGet
Replies: 3
Views: 5401

Re: CSHTML5 on NuGet

Wow.

Thanks for the info :)
by fangeles
Tue Feb 19, 2019 7:45 pm
Forum: Technical Support
Topic: [SOLVED] RenderTransform not supported in Beta 12
Replies: 4
Views: 6348

[SOLVED] RenderTransform not supported in Beta 12

Good day, I have created an animation that animates the Y position of control by using RenderTransform. Please see XAML code below: <Storyboard x:Key="Show_Prompt"> <DoubleAnimation Storyboard.TargetName="TextBlock_Message" Storyboard.TargetProperty="(RenderTransform).Y"...
by fangeles
Tue Feb 19, 2019 4:41 pm
Forum: Technical Support
Topic: CSHTML5 on NuGet
Replies: 3
Views: 5401

CSHTML5 on NuGet

Hello, https://dm2302files.storage.live.com/y4mYX4E6RB7Yl90BQgzkcigwRhqmgMxLHO_MYMwanU0djdqcbERn9gGfpjM7p73v5wB5LUoQ7kD_uXny9wqiL1vJvmnZx2FHtrwdPU7VPOLEPuTp3UKvV2kePHZ1nGISwJwAO7jjPEUn0A2FeXsSXQCAh9OtnaMvx6zFZZaTb6ya7VsFztWJpG_nPhMIMVg3WlpW_U0cWvsQ-HqCYuOowGm7A/cshtml_nuget.jpg?psid=1&width=1047...
by fangeles
Tue Feb 19, 2019 4:22 pm
Forum: Technical Support
Topic: multi language
Replies: 1
Views: 3800

Re: multi language

I have read a same problem and a workaround has been specified.

Please visit this link: http://forums.cshtml5.com/viewtopic.php?f=4&t=7922&p=10439&hilit=resource#p10439
by fangeles
Tue Feb 19, 2019 12:46 am
Forum: Technical Support
Topic: Scrolling not working on mobile device
Replies: 1
Views: 3606

Scrolling not working on mobile device

Hi, I have followed the workaround for ListBox to have scrollbars by putting it inside the ScrollViewer and setting the VerticalScrollBarVisibility to Visible, but I can't scroll. Please see video below: https://1drv.ms/v/s!AmXRQIT1e96EmqwxNjxB2f4BSKUWog The ListBox has 10px margin so here what happ...
by fangeles
Sat Feb 09, 2019 12:57 am
Forum: Technical Support
Topic: BitmapImage to byte[]
Replies: 3
Views: 8043

Re: BitmapImage to byte[]

Have been solved this issue. 1. Get the INTERNAL_DataURL of BitmapImage (when the Source of Image is an image opened via FileOpenDialog) 2. Divide into parts (Max 8000 characters) by using the String.Substring method. 3. Send to WCF Service part by part (I can't configure the WCF to accept the whole...
by fangeles
Thu Feb 07, 2019 9:59 pm
Forum: Technical Support
Topic: BitmapImage to byte[]
Replies: 3
Views: 8043

Re: BitmapImage to byte[]

The byte array has been sent from the WCF service, converted to BitmapImage then set as a Source of image. I am currently figuring out if I can be able to convert the sample string below ( like an embedded data that can be viewed directly to the browser address ) to byte array then send to the WCF s...
by fangeles
Thu Feb 07, 2019 12:01 am
Forum: Technical Support
Topic: BitmapImage to byte[]
Replies: 3
Views: 8043

BitmapImage to byte[]

Is there a solution for converting BitmapImage to byte array? (or any equivalent) Image will be from Image.Source. The purpose is to send the image to WCF Service I've got the code for converting byte[] to BitmapImage public static BitmapImage byteArrayToImage(byte[] byteArrayIn) { BitmapImage bmi =...
by fangeles
Fri Feb 01, 2019 6:40 am
Forum: General Discussion and Other
Topic: Your feedback on the upcoming CSHTML5 pricing change
Replies: 3
Views: 10124

Re: URGENT: Your feedback on the upcoming CSHTML5 pricing change

Cool.

The Bridge.Net experiment loads faster than the current. Can't wait for the next update ♥️
by fangeles
Thu Jan 31, 2019 7:45 pm
Forum: General Discussion and Other
Topic: Your feedback on the upcoming CSHTML5 pricing change
Replies: 3
Views: 10124

Re: URGENT: Your feedback on the upcoming CSHTML5 pricing change

Does the free edition covers the DataGrid control and the client-server communication?

Go to advanced search