Search found 52 matches

Go to advanced search

by fangeles
Mon Aug 05, 2019 4:58 pm
Forum: Technical Support
Topic: [SOLVED] Creating Release/Production version
Replies: 6
Views: 17130

Re: Creating Release/Production version

Got the same problem, What I did to the file open dialog is I removed the condition that checks if it is running on the simulator (Temporary fix, I comment it for safety) /* if (isRunningInTheSimulator) { alert(""The file open dialog is not supported in the Simulator. Please test in the br...
by fangeles
Wed Jul 31, 2019 9:50 pm
Forum: Technical Support
Topic: [SOLVED] WCF Web Service not accessible in 2.0.0-alpha41-056
Replies: 4
Views: 14915

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

Updated to 056 via nuget package, but the web service problem is not yet solved. I've been stcuked to 2.0.0-alpha34-049 Below is the error: https://dm2302files.storage.live.com/y4mGqi33JBnm8lo0jnRPSI6kdzDuqGqx-yLNS0Tq4T2p4AUB7p_-_Lvenq4bn2txyLm3deMliT6a8VqXsrwDigTjOQ5HODFFVmYiJG8O_I1Xu7Kf1hKfLOh2mxm...
by fangeles
Fri Jul 19, 2019 4:47 pm
Forum: General Discussion and Other
Topic: Material Design
Replies: 2
Views: 9046

Re: Material Design

How about Fluent design for Web and MDL?

Fluent Design for Web: https://www.microsoft.com/design/fluent/#/web
Winstrap: http://winstrap.azurewebsites.net/
by fangeles
Tue Jul 02, 2019 7:40 pm
Forum: Technical Support
Topic: Styled RadioButton Checked/Unchecked error
Replies: 2
Views: 12783

Styled RadioButton Checked/Unchecked error

Hi JS-Support team, I am customizing the appearance of controls, in this case the RadioButton, I have followed the instructions to use the ToggleButton style template (not mentioned for radio button but for check boxes, however it works) but when the page loaded, the checked and unchecked status is ...
by fangeles
Wed Jun 05, 2019 11:44 pm
Forum: Technical Support
Topic: Out of bound display of ContextMenu
Replies: 1
Views: 3854

Out of bound display of ContextMenu

Hi,

The context menu is displayed out of bounds.
I am using the latest bridge version (2.0.0-alpha31-046)

Please see screenshot below:



Thanks.
by fangeles
Thu May 30, 2019 4:32 pm
Forum: Technical Support
Topic: ViewBox control not displaying child control correctly
Replies: 1
Views: 3935

ViewBox control not displaying child control correctly

Hi JS-Support team, When I placed the ViewBox control to the page (main page for example) that is loaded in default, the child control is not displayed. But it is displayed on a page that is loaded dynamically. For example: SamplePage Sample = new SamplePage(); ContentHolder.Content = Sample; Hoping...
by fangeles
Mon May 20, 2019 10:02 pm
Forum: Bug Reports
Topic: A few bugs Version 2
Replies: 3
Views: 9811

Re: A few bugs Version 2

I have downloaded and installed the latest build (0.5) and Nuget Package (alpha30-045) and it seems to be working just fine. It's just annoying on the animation when you set the duration less than 1 second (millisec). A bug report entry is here: http://forums.cshtml5.com/viewtopic.php?f=5&t=8518
by fangeles
Sun May 19, 2019 6:32 pm
Forum: Technical Support
Topic: Incorrect Gradient Background Output
Replies: 1
Views: 3721

Incorrect Gradient Background Output

Hi JS-Support team. The gradient brush seems to be not working correctly on final output. I am using Bridge v0.4. Please see attached image below. https://dm2302files.storage.live.com/y4mL3H5SIZxzUio08LjkiZvtzaBscQTwd3Xs3GDWc1SqDbfjSjxB8d_rXvERx9MuWhYQgbxcjQk5SWrES1wXvHeT2gmJmcYHJfD-yKLT23rBPNWtj6tb...
by fangeles
Mon May 13, 2019 4:14 pm
Forum: Bug Reports
Topic: A few bugs Version 2
Replies: 3
Views: 9811

Re: A few bugs Version 2

I am also stuck on V2 0.2.

There's a problem on the web service connectivity on 0.4.
Hope JS Support will respond to this soon.



Thanks.
by fangeles
Tue May 07, 2019 7:49 am
Forum: Technical Support
Topic: [SOLVED] JavaScript files versioning
Replies: 3
Views: 5331

Re: JavaScript files versioning

Noted on this and will wait on your next update of the bridge version.


Thanks
by fangeles
Mon May 06, 2019 9:34 pm
Forum: Technical Support
Topic: [SOLVED] JavaScript files versioning
Replies: 3
Views: 5331

[SOLVED] JavaScript files versioning

Dear JS-Support, Can we set javascript files versioning (or other method) in order for the web browser to get the latest version of the javascript (and other source files) for caching? Let's say we've released an update, but the latest version does not reflected on client browser unless they do clea...
by fangeles
Sat Apr 06, 2019 12:47 am
Forum: Technical Support
Topic: ERROR: Configure Service Reference in Bridge version
Replies: 1
Views: 3450

ERROR: Configure Service Reference in Bridge version

Hello, I can't configure the Service Reference (WCF Service) in Bridge version. It says: Could not load type 'System.Object' from assembly 'Bridge, Version=17.4.0.0, Culture=neutral, PublicKeyToken=null' because the parent does not exists. I updated the CSHTML5 nuget package to latest CSHTML5 2.0.0-...
by fangeles
Thu Apr 04, 2019 9:24 pm
Forum: Bug Reports
Topic: DataGrid not scrolling on mobile version
Replies: 0
Views: 16100

DataGrid not scrolling on mobile version

Hello,

The DataGrid control does not scroll on Mobile devices, like the ListBox control.
I am using the Bridge version.


Thanks.
by fangeles
Thu Apr 04, 2019 9:22 pm
Forum: Technical Support
Topic: Datagrid in 2.0 preview, column order sorted?
Replies: 2
Views: 4230

Re: Datagrid in 2.0 preview, column order sorted?

I think you need to specify each DataGrid Columns. For example: <DataGrid x:Name="MainDataGrid" Margin="10,4,10,10" HorizontalAlignment="Stretch" AutoGenerateColumns="False" > <DataGrid.Resources> <Style TargetType="DataGridColumnHeader"> <Setter Pro...
by fangeles
Thu Apr 04, 2019 9:10 pm
Forum: Extensions and Plugins for CSHTML5
Topic: FileOpenDialog Extension for CSHTML5
Replies: 12
Views: 39419

Re: FileOpenDialog Extension for CSHTML5 [BUG]

The web browser is detected as "Simulator" by the OpenFileDialog in Bridge version.


Is it on the CSHTML5 v2.0 or the FileOpenDialog Extension?

Thanks.
by fangeles
Thu Apr 04, 2019 9:08 pm
Forum: Bug Reports
Topic: [SOLVED] Animation duration (less than 1 sec) not respected on Bridge version
Replies: 3
Views: 10427

[SOLVED] Animation duration (less than 1 sec) not respected on Bridge version

Hello, The animation performed so fast when the duration is set below 1 second. please see sample code below: <Storyboard x:Key="LoginPage_Fadein" > <ObjectAnimationUsingKeyFrames BeginTime="0:0:0" Storyboard.TargetProperty="Visibility" Storyboard.TargetName="Grid_...
by fangeles
Tue Mar 12, 2019 12:43 am
Forum: Technical Support
Topic: Error when consuming a secure WCF service
Replies: 1
Views: 4401

Re: Error when consuming a secure WCF service

UPDATE: I've reconstructed the Website in IIS and it goes pretty well. EXCEPT, the user needs to allow to proceed to the untrusted certificate first. I got this error: Failed to load resource: net::ERR_CERT_AUTHORITY_INVALID I've found an article on CodeProject on how to suppress HTTPS Errors: https...
by fangeles
Mon Mar 11, 2019 10:27 pm
Forum: Technical Support
Topic: Error when consuming a secure WCF service
Replies: 1
Views: 4401

Error when consuming a secure WCF service

Hello, I have configured the WCF to be accessed via HTTPS, but I can't properly consume it. Here's my setup. 1. Hosted the WCF service to IIS, port 443 (https) and created a self-signed certificate, authentication is Anonymous. 2. Re-added the WCF service by accessing the https url like: https://our...
by fangeles
Thu Mar 07, 2019 4:47 pm
Forum: General Discussion and Other
Topic: How to use the DataGrid?
Replies: 0
Views: 14428

How to use the DataGrid?

Hello, I am using the DataGrid control and having a slowdowns when setting the ItemSource with many records. Please see my sample code below. <DataGrid x:Name="DataGrid1" AutoGenerateColumns="False"> <DataGrid.Columns> <DataGridTextColumn Header="Name" Binding="{Bi...

Go to advanced search

 

 

cron