All Answers

0 votes

Hi Ewan,

yes it was a problem I introduced with 2.0.3
Will be fixed in the next builds and of course with the V2 release.

Thanks,
Frank

0 votes

Where do window go after minimising?

-Open Wisej Web app > Run the app > Click Minimize and you will not find window anywhere!

I suggest, upon minimizing the window, roll up the screen  (like task pane) if there is no taskbar.

 

 

  • Hitesh Davey answered Dec 9, 2018 - 3:47 pm
  • last active Dec 9, 2018 - 3:49 pm
0 votes
In reply to: Winforms open source

Yes, it’s great news. But we only use the base Control for the designer,  the data binding bases, and layout basic engines. We don’t use any of the winforms controls, everything is rewritten from scratch. We already started isolating the data binding and layout code for the mono version instead of using the mono code – which is what Wisej for Linux is using now.

They also announced that they will open the Winforms designer system next year. Also in this case, we only derive from the ControlDesigner and DocumentDesigner. All the control designers are rewritten in Wisej, but having the designer code in Wisej.Framework.Design allows for better integration and more features in the future.

  • Luca answered Dec 7, 2018 - 10:13 pm
0 votes

Yeath ! it’s works ,i forgot set the viewport in default.html

width=device-width, initial-scale=1.0

thanks again!

  • jin tom answered Dec 7, 2018 - 5:57 pm
0 votes

Yes, we could now reproduce. Will be fixed in 2.0.3 which will be published in a few hours.
You´ll be notified by mail as with the previous Releases.

Thanks for your feedback !

Best regards
Frank

 

0 votes

Use 2.0.2

0 votes

Hi,

what beta version are you using ?
Such problems should be fixed with 2.0.2

If it still happens, can you please share some code or the steps to reproduce ? Either here or send to frankATiceteagroup.com please.

Best regards
Frank

0 votes
In reply to: PDF Reader

SOLVED-

The problem was the X-Frame option was set to DENY

Easy fix in the web config….

<system.webServer>

<httpProtocol>
<customHeaders>
<clear />
<add name=”X-Frame-Options” value=”sameorigin” />
</customHeaders>
</httpProtocol>


</system.webServer>

 

Luca – Thanks for putting me on the right track

 

1 vote

Hi Jin,

what exactly is the problem?
There are a few things to keep in mind, when you want to use the Responsive Feature.

1. Did you have a ClientProfile.json in your project?
2. Are there any profiles defined in ClientProfile.json?
2. Did you create for the desired profile a Design?
3. Did you set the viewport in Default.html?

To help you better, we need some more informations.

Best,
Jens

0 votes
In reply to: Samples for extensions

Hi Tobias,

while there are virtually no limits for the usage of the ClearScript extension,
there is a rather simple sample available here:

http://wisej.s3.amazonaws.com/support/attachments/Wisej.ClearScript.zip

Please let me know if you encounter any questions.

Best regards
Frank

0 votes
In reply to: Thank you for 1.5.36

Thank you!

  • Luca answered Dec 6, 2018 - 11:16 pm
0 votes
In reply to: Issue on ColumnFIlter

It depends on the filter panel, it could be anything. You can retrieve the filter panel on a column like this:

var panel = (ColumnFilterPanel)column.UserData.FilterPanel; // You can cast to your derived panel.

Now that you have the panel you can check the values or you can check the image on the button.

if (panel.FilterButton.ImageSource == panel.ColumnFilter.FilteredImageSource) {}

However, the best thing to do would be to add a property to ColumnFilterPanel and set it or clear it in ApplyFilters.

See source code here: https://github.com/iceteagroup/wisej-extensions/blob/master/Wisej.Web.Ext.ColumnFilter/ColumnFilterPanel.cs

 

  • Luca answered Dec 6, 2018 - 11:15 pm
0 votes

Great to hear it …

0 votes

There is a Graphite-3 theme in the works.

  • Luca answered Dec 6, 2018 - 3:57 pm
0 votes

Errors in Theme Builder 2.0.2.0 (see screenshots)

0 votes

Hello Frank

In Attached a project with a EXCEL File in APP_DATA (you change the connectionstring).

In this simple example if you apply a filter on a column and after you sort another column the rows aren’t more filtered.

Could you help me ?

Thanks&Regards

Filippo

P.S. I diveded the zip file in two part for problem with dimension. In TestFilterSort_bin.zip there is only folder bin

0 votes
In reply to: PDF Reader

Hi Andrew,

please refer to this discussion, it should put you on the right track:

https://wisej.com/support/question/pdf-viewer-question

Best regards
Frank

0 votes
In reply to: Samples for extensions

Hi Tobias,

a blog article for the NavigationBar and some other cool extensions we added is in the writing and will be published soon.
It will contain samples including source Code.

For the ClearScript Extension I have to check.

Best regards
Frank

0 votes

Hi Frank,

no problem!

To make Wisej Team works simpler i made change to:

  • JavaScript/startup.js
  • FullCalendar.cs

 

Let me know any update.

Thank you.

 

0 votes

Thanks Simone.

We will definitely look into your extensions but please allow a few more days for our answer
as we are busy in finalizing the 2.0 release.

Best regards
Frank

Showing 6501 - 6520 of 11k results