Search found 52 matches

Go to advanced search

by fangeles
Wed Jan 06, 2021 2:19 am
Forum: General Discussion and Other
Topic: Any tips on faster page load times? [Bridge]
Replies: 0
Views: 12936

Any tips on faster page load times? [Bridge]

Hi JS-Support, Am I doing things right? 1. I have created separate projects, so the main js application file will not that big (7MB before to 4MB) 2. Minified output -------- The load times in PC's with good internet connection is decent, but in mobile (using mobile data), it takes approx. 50 second...
by fangeles
Fri Oct 16, 2020 1:21 am
Forum: Extensions and Plugins for CSHTML5
Topic: PrintHelper
Replies: 2
Views: 28436

Re: PrintHelper

Hi JS-Support,

Is there a way to keep the font style of text when using this extension? it looks like the font style (and some styles) are lost when the framework element transferred/copied to a new window..


Thank you.
by fangeles
Tue Oct 06, 2020 6:17 pm
Forum: Technical Support
Topic: TextBox Styles Bug on latest versions of Bridge Nuget
Replies: 3
Views: 18256

Re: TextBox Styles Bug on latest versions of Bridge Nuget

Hi JS-Support, I'm now testing this on the latest NuGet Package 2.0.0-alpha73-093 Regarding the previous issue, when the style is implicit/global, the error shows up (when the control got focus). But when the style is explicit, it works well. Example: <TextBox Style={StaticResource TextBoxStyle}/> O...
by fangeles
Wed Sep 09, 2020 11:04 pm
Forum: Technical Support
Topic: Hide Virtual Keyboard in Mobile Devices
Replies: 1
Views: 13076

Hide Virtual Keyboard in Mobile Devices

Hi JS-Support,

Is it possible to hide (or not show the virtual keyboard at all) when the page is run on a mobile web browser? (or the web app is packaged as stand-alone app).

Sample scenario to this is when the TextBox accepts input from a barcode scanner.

Thank you.
by fangeles
Sat Sep 05, 2020 8:19 am
Forum: General Discussion and Other
Topic: OpenSilver to Offline Application Package (Apache Cordova)?
Replies: 1
Views: 10555

OpenSilver to Offline Application Package (Apache Cordova)?

Hi JS-Support,

Is it possible to package the web app created from OpenSilver to a mobile app (using let say Apache Cordova)?

Packaging to a mobile application is posssible in Bridge and the older JSIL version.

Thanks.
by fangeles
Sat Sep 05, 2020 8:12 am
Forum: Technical Support
Topic: Deploying locally
Replies: 2
Views: 11648

Re: Deploying locally

Hi, I have successfully created an Android Package (apk) using Apache Cordova from the generated output files. I think creating a windows store app is possible as Apache Cordova supports cross platform. Take a look at this: https://cordova.apache.org/ Also, WCF Web service calls are working just fin...
by fangeles
Tue Sep 01, 2020 4:43 am
Forum: Technical Support
Topic: TextBox Styles Bug on latest versions of Bridge Nuget
Replies: 3
Views: 18256

TextBox Styles Bug on latest versions of Bridge Nuget

There's a bug when applying textbox styles on latest versions of Bridge (2.0.0-alpha65-085 onwards) Im stuck on version 083 I also tried applying the material design textbox style from your github repository 1. Styles not displaying correctly 2. An error message was displayed on console when textbox...
by fangeles
Fri Aug 14, 2020 12:32 am
Forum: Pre-Releases, Downloads and Announcements
Topic: v2.0 Preview 0.6 RELEASED!
Replies: 14
Views: 74156

Re: v2.0 Preview 0.6 RELEASED!

Hi JS-Support,

Can you provide a sample code or style of textbox to implement the PlaceholderText? In WPF, placeholders can be implemented depending on the value of textbox whether has text or none via Triggers, but Triggers are not yet supported in CSHTML5.

Hoping for your response.

Thanks.
by fangeles
Fri Jul 17, 2020 4:55 am
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 276264

Re: JSON Serializer/Deserializer Extension for CSHTML5

I tried to copy-paste the JsonConvert code but the code editor gives me this error

The type or namespace name 'ArrayList' could not be found (are you missing a using directive or an assembly reference?



I am using the Bridge version 2.0.0-alpha63-83

Hoping for your reply.

Thanks.
by fangeles
Tue Apr 14, 2020 10:45 am
Forum: Technical Support
Topic: ChildWindow Not Respecting Custom Global Style
Replies: 2
Views: 12859

ChildWindow Not Respecting Custom Global Style

Hi, I have followed the guidelines to customize the look of the ChildWindow here: http://cshtml5.com/links/styles-and-templates.aspx#ChildWindow But I removed the x:Key attribute to become global style. I inserted it inside App.xaml There are 3 scenarios I encountered: 1. When I create a custom Chil...
by fangeles
Fri Feb 07, 2020 10:17 pm
Forum: Technical Support
Topic: [SOLVED] Error on Building Project on Bridge 2.0.0-alpha57-075 Onwards
Replies: 2
Views: 12280

[SOLVED] Error on Building Project on Bridge 2.0.0-alpha57-075 Onwards

Hi JS-Support, On nuget package version Bridge 2.0.0-alpha57-074 below, the building of the project was successful, but on 75 onwards, error is showing: Error C#/XAML for HTML5: XamlPreprocessor (pass 2) failed: The given key was not present in the dictionary. Note: the XAML editor sometimes raises ...
by fangeles
Fri Feb 07, 2020 7:17 pm
Forum: Bug Reports
Topic: [SOLVED] button position, Design vs RunTime
Replies: 3
Views: 12746

Re: button position, Design vs RunTime

StackPanel automatically stacks child controls on the left (Orientation="Horizontal") or top (Orientation="Vertical"). I've also noticed that the designer does not display the XAML code correcty (mine's not displaying an output at all, instead errors also because of the ResourceD...
by fangeles
Fri Feb 07, 2020 7:08 pm
Forum: Technical Support
Topic: Uno ?
Replies: 3
Views: 12952

Re: Uno ?

I have tried Uno before, the UWP styles are the same but does not behave as expected sometimes. And the Web assembly performance is not so good as of this time.
by fangeles
Wed Feb 05, 2020 10:36 pm
Forum: Extensions and Plugins for CSHTML5
Topic: ProgressBar Control for CSHTML5
Replies: 1
Views: 11281

ProgressBar Control for CSHTML5

Hi, I'm in need of a ProgressBar control last time and I created one. You may create a new class named ProgessBar which extends the UserControl class and copy paste the code below: public class ProgressBar : UserControl { public double Maximum { get; set; } public double Value { get; set; } public n...
by fangeles
Tue Nov 26, 2019 3:02 am
Forum: Technical Support
Topic: Window.Current.SizeChanged not working in Edge Chromium
Replies: 6
Views: 18244

Re: Window.Current.SizeChanged not working in Edge Chromium

I have tested it, width and height is retrieved successfully when viewed on Edge Chromium.
by fangeles
Tue Nov 26, 2019 2:19 am
Forum: Technical Support
Topic: Window.Current.SizeChanged not working in Edge Chromium
Replies: 6
Views: 18244

Re: Window.Current.SizeChanged not working in Edge Chromium

Attached is the result on the console once I change the browser size:
by fangeles
Tue Nov 26, 2019 2:05 am
Forum: Technical Support
Topic: Window.Current.SizeChanged not working in Edge Chromium
Replies: 6
Views: 18244

Window.Current.SizeChanged not working in Edge Chromium

Hi, I have noticed that the Window.Current.SizeChanged is not working on the latest Dev channel of Microsoft Edge Chromium. Reference versions are below: -Microsoft Edge Chromium Version 80.0.334.3 (Official build) dev (64-bit) -CSHTML5 2.0.0-alpha51-071 It is working fine on latest version of Googl...
by fangeles
Sun Sep 15, 2019 9:16 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: v2.0 Preview 0.5
Replies: 11
Views: 24632

Re: v2.0 Preview 0.5 RELEASED!

Thank you for this update
by fangeles
Mon Aug 19, 2019 7:56 pm
Forum: Technical Support
Topic: [SOLVED] WCF Web Service not accessible in 2.0.0-alpha41-056
Replies: 4
Views: 14774

Re: [SOLVED] WCF Web Service not accessible in 2.0.0-alpha41-056

Hi,

I have upgraded the bridge version to latest nuget package 2.0.0-alpha43-061, and the wcf web service problem is fixed.

Go to advanced search

 

 

cron