Search found 9 matches

Go to advanced search

by KenX
Wed Nov 06, 2019 7:16 pm
Forum: Bug Reports
Topic: PasswordBox.MaxLength Bug
Replies: 0
Views: 14078

PasswordBox.MaxLength Bug

I believe the behavior of TextBox and PasswordBox should be similar in .NET :idea: What I encountered in CSHTML5 is... When TextBox.MaxLength = 0, it means no limit. When PasswordBox.MaxLength = 0, it actually means zero (nothing can be inputted). I almost thought something wrong in my code that dis...
by KenX
Fri Nov 01, 2019 2:02 am
Forum: Technical Support
Topic: StreamReader and File Path
Replies: 0
Views: 17019

StreamReader and File Path

I encountered a problem using StreamReader to read a JSON file "LangData_enUS.json" from folder "Languages" in the solution root directory. I must specify the path as "./Output/Languages/LangData_enUS.json" to work in the simulator like below: using (var _stream = new S...
by KenX
Sun Oct 27, 2019 9:33 pm
Forum: General Discussion and Other
Topic: Developer Tools' Sources
Replies: 3
Views: 9447

Re: Developer Tools' Sources

I think it was because the VM I used for hosting was too old and slow. Once I changed it to a newer one, the loading time greatly reduces to 5-6 secs which is acceptable :lol: For storing of sensitive data, I didn't really mean to store real passwords or connection strings but some keywords to enabl...
by KenX
Wed Oct 23, 2019 11:21 pm
Forum: General Discussion and Other
Topic: Developer Tools' Sources
Replies: 3
Views: 9447

Re: Developer Tools' Sources

I tried to find the configurations and found "bridge.json" which seems to do the job by setting: { "outputFormatting": "Minified", "sourceMap": { "enabled": false } Is this the right way of doing it? Moreover, if I have sensitive data e.g. password i...
by KenX
Wed Oct 23, 2019 9:32 pm
Forum: General Discussion and Other
Topic: Developer Tools' Sources
Replies: 3
Views: 9447

Developer Tools' Sources

Hello, First of all, I am a newbie in HTML/JavaScript/Browser stuffs, all I know is .NET. I have done some experiments using CSHTML5 and everything looks great locally. I tried to publish the content of Output folder to a remote web server and take a look at how it performs in real life situation. H...
by KenX
Tue Oct 22, 2019 1:32 am
Forum: Technical Support
Topic: Storyboard by XAML is OK but not Code...
Replies: 6
Views: 16617

Re: Storyboard by XAML is OK but not Code...

It's actually no magic but a dumb solution, I define TargetProperty in XAML and the rest in code-behind :lol: In XAML: <Storyboard x:Name="objFadeInControlsBase"> <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty="(UIElement.RenderTransform).(CompositeTransform.TranslateX)"...
by KenX
Mon Oct 21, 2019 7:45 pm
Forum: Technical Support
Topic: Storyboard by XAML is OK but not Code...
Replies: 6
Views: 16617

Re: Storyboard by XAML is OK but not Code...

I've come up with an alternative way to do exactly the same animation I wanted :idea:

Thank you ;)
by KenX
Fri Oct 18, 2019 2:04 am
Forum: Technical Support
Topic: Storyboard by XAML is OK but not Code...
Replies: 6
Views: 16617

Re: Storyboard by XAML is OK but not Code...

It looks like it has to do with the second part which targets "(UIElement.RenderTransform).(CompositeTransform.TranslateX)" as I commented them out leaving only the first part which targets "FrameworkElement.OpacityProperty" will work flawlessly :shock:
by KenX
Thu Oct 17, 2019 10:41 pm
Forum: Technical Support
Topic: Storyboard by XAML is OK but not Code...
Replies: 6
Views: 16617

Storyboard by XAML is OK but not Code...

This is my first message. First of all, thank you for bringing us this awesome product :D I use DoubleAnimationUsingKeyFrames for animation on controls e.g. TextBlock like below, it works perfectly if done in XAML: <Storyboard x:Name="objFadeInControls"> <DoubleAnimationUsingKeyFrames Stor...

Go to advanced search

 

 

cron