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
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.
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.
Yeath ! it’s works ,i forgot set the viewport in default.html
width=device-width, initial-scale=1.0
thanks again!
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
Use 2.0.2
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
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
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
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
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
Great to hear it …
There is a Graphite-3 theme in the works.
Errors in Theme Builder 2.0.2.0 (see screenshots)
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
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
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
Hi Frank,
no problem!
To make Wisej Team works simpler i made change to:
Let me know any update.
Thank you.
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
