Search found 12 matches

Go to advanced search

by h82258652
Sat Nov 21, 2015 5:21 am
Forum: Bug Reports
Topic: Layout Error in beta 6
Replies: 1
Views: 4348

Layout Error in beta 6

<Page x:Class="LayoutTestCSHtml5.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:LayoutTestCSHtml5" xmlns:d="http://schemas.microsoft.com/expression/ble...
by h82258652
Wed Sep 30, 2015 9:08 pm
Forum: Technical Support
Topic: How to get the QueryString? [SOLVED]
Replies: 2
Views: 12102

Re: [Need Support]How to get the QueryString?

Hi, Sure! To get the query string, please use the following method: public static string GetQueryString() { if (CSharpXamlForHtml5.Environment.IsRunningInJavaScript) { string url = JSIL.Verbatim.Expression("window.location.toString()"); string queryString = (url.IndexOf('?') >= 0 ? url.Su...
by h82258652
Wed Sep 30, 2015 7:52 am
Forum: Technical Support
Topic: How to get the QueryString? [SOLVED]
Replies: 2
Views: 12102

How to get the QueryString? [SOLVED]

I want to get the query string for the url. But I don't know how to do this, is any code or sample can help me? :(
by h82258652
Wed Sep 30, 2015 7:49 am
Forum: Technical Support
Topic: [SOLVED] Cursor Property
Replies: 2
Views: 5291

[SOLVED] Cursor Property

Hope can add cursor property like wpf. I can use this code to do now, but I still hope CSHtml5 can add this property. this.control.Loaded += delegate { if (CSharpXamlForHtml5.DomManagement.IsControlInVisualTree(this.control)) { var domBlink = CSharpXamlForHtml5.DomManagement.GetDomElementFromControl...
by h82258652
Wed Sep 23, 2015 3:33 am
Forum: General Discussion and Other
Topic: Some good news !
Replies: 2
Views: 6472

Re: Some good news !

GOOD NEWS!!!!! :o
waiting for beta5!!!
by h82258652
Sun Aug 16, 2015 5:02 am
Forum: Technical Support
Topic: Accessing the host .html file [SOLVED]
Replies: 4
Views: 8007

Re: Accessing the host .html file

Thanks. It is a Pro feature. On the website it is currently written "Coming soon: Extensibility: embed JavaScript in C#, embed HTML in XAML" under the "Pro" section, but it will be made more obvious in a future beta when the feature will be fully supported. Thanks team's work!! ...
by h82258652
Thu Jul 30, 2015 6:53 pm
Forum: Technical Support
Topic: [SOLVED] VS2015 support?
Replies: 2
Views: 5550

[SOLVED] VS2015 support?

Is CSHtml5 will support VS2015 in the future?
I don't want to install two or more Visual Studio in my computer, it takes too much hard disk space.

Best thanks for CSHtml5 team!
by h82258652
Mon Jun 15, 2015 6:54 pm
Forum: Technical Support
Topic: [Bug]TextBlock TextWrap not work
Replies: 3
Views: 8771

Re: [Bug]TextBlock TextWrap not work

Thanks admin!
now, I use this way to do TextBlock wrap.
QQ截图20150616104959.png
QQ截图20150616104959.png (92.79 KiB) Viewed 8763 times

hope it can help the CSHtml5 team! :lol:
by h82258652
Sat Jun 13, 2015 4:39 am
Forum: Technical Support
Topic: [Bug]TextBlock TextWrap not work
Replies: 3
Views: 8771

[Bug]TextBlock TextWrap not work

It only work in the designer, not work in simulator and browser.
QQ截图20150613203720.png
QQ截图20150613203720.png (41.31 KiB) Viewed 8771 times
by h82258652
Fri Jun 12, 2015 9:22 pm
Forum: Bug Reports
Topic: [Bug]JSIL.Builtins.Global[name] return null
Replies: 1
Views: 4538

[Bug]JSIL.Builtins.Global[name] return null

Code: Select all

var window=JSIL.Builtins.Global["window"];

after run this code, the window variable is null.
by h82258652
Fri Jun 12, 2015 7:05 pm
Forum: Bug Reports
Topic: Same style repeat twice [SOLVED]
Replies: 1
Views: 4828

Same style repeat twice [SOLVED]

QQ截图20150613110318.png
QQ截图20150613110318.png (116.17 KiB) Viewed 4828 times

In the output file, the same style repeat twice.
by h82258652
Fri Jun 12, 2015 6:28 pm
Forum: Bug Reports
Topic: [SOLVED] Button Content should be center
Replies: 2
Views: 5834

[SOLVED] Button Content should be center

QQ截图20150613102617.png
QQ截图20150613102617.png (39.61 KiB) Viewed 5834 times

We can see the button content is not the center of the button.
And sorry for my terrible english, my mother language is not english.

Go to advanced search