Just applied for white listing from Symantec here https://submit.symantec.com/whitelist/isv/
We were white listed by Avast few days ago. The issue if that they keep a reputation score depending on the number of people using their antivirus that download the exe and some will quarantine it until someone clicks somewhere saying that it’s not a virus. The exe you are downloading is a generic web installer build with Advanced Installer and it doesn’t contain any virus for sure.
Best,
Luca
The data source picker is working all right. Now it’s possible to create data sources on Wisej projects. And so I did on my BoundTesting project.
That menu is a bit more complicated to enable since VS disables it for Web applications. They want you to use Add->New Item -> Data -> … And we don’t want to create a custom project type (like VWG did). It’s a lot better to stick with the standard Web project type in VS – the installation is easier and the project is always loadable. We may be able to enable the menu item later on with the Visual Studio integration package which will also add the ThemeBuilder as a embedded document editor in VS. We’ll keep the issue logged by Frank as unresolved for now.
However, the data source picker now has the “Add Project Data Source” enabled.

If you click the drop down to select the DataSource either in the designer quick actions or the property panel now you can see the “Add Project Data Source” item and it should also list all the available datasources. The same data source picker works also for the generic bindings on other controls.
Can you please verify that your data sources are visible in the data source picker?
Hi Lukasz,
even though there is still quite a way before us till the final release, we truly understand your interest in prices and terms of licenses of Wisej.
So these are the current prices:
We hope this answers your question and help you to evaluate our product and your future options.
Best regards
Frank
We are going to support drilling and subreports as well, just not with PDF. We will either use ASP.NET ReportViewer control or a rewrite of the same.
Very soon we will upload an AspHost control that allows you to use an asp.net/mvc page with full references to the Wisej components.
Thanks Tiago.
I could reproduce the problems and logged them as WJ-7235.
We will answer when these issues are resolved.
Thanks Tiago.
I could reproduce the problem and logged it as WJ-7234 in our tracking system.
We´ll post an answer when it is resolved.
Fixed problem
Thanks
The report viewer control will need to support drill through and calls to other reports from within an existing report (SSRS Server side reporting functionality)
Hello Takashi,
Keyboard events, like all events in Wisej, are routed to the server asynchronously. The Handled property is useful on the server side when managing the OnKeyDown/Up/Press events to signal that a child has handled the key. However, this has no effect on the client, unless you actually change the Text property to trigger a client update – I wouldn’t recommend this approach unless really necessary.
If you want to handle keys as they are typed and be able to stop the browser from processing the key you have to do it on the client using the JavaScript provider. It’s quite easy with Wisej. I have attached a sample project for you to use as a reference and a screen shot below of the script editor.

Keeping the script above as a reference, we attach the “keypress” handler and handle the event. To stop it from both bubbling and “defaulting” use e.stop(). Otherwise you can use e.stopBubbling() and e.preventDefault().
When you work directly in javascript we enter the qooxdoo realm. The full API is here: http://demo.qooxdoo.org/current/apiviewer/#qx
The ReportViewer control is not available yet.
Thanks Takashi,
we have logged this bug in our tracking system as WJ-7225.
We will post a new answer here when it is resolved.
Thanks Tiago, the problem that no datasource can be created in a WiseJ projects has been logged as WJ-7224.
We will post a new answer when it is resolved, too.
Thanks Birol, for reporting the problem and providing a sample.
We have logged the bug in our issue tracking system as WJ-7223.
We will post a new answer when issue is resolved.
Hi Alex,
the registration for the forum is not active yet. It will be enabled in the next week.
In the meantime, please post with your email and a user name (if you don´t want to expose your real name).
The email will not be published.
Best regards
Frank
Error message
An exception of type ‘System.ArgumentOutOfRangeException’ occurred in Wisej.Web.dll but was not handled in user code
I made a sample that uses DataGridView with a BindingSource. It doesn’t work under Wisej, but I ported the project to Windows Forms and VWG and it works all right. I guess BindingSource is ready yet.
I found another problem I was kind’a expecting: There is no option to create a BindingSource in Wisej projects (that problems also shows up on VWG projects). I had to copy the BindingSource from a Windows Forms projects.
Yes. Use it on as many machines as you like. Thank you.
The grid is the component that is most under development especially the data binding.
Could you please attach the sample you are using so we can make sure to cover it?
For the next few days it’s better to use the grid setting the cell values directly (grid.RowCount = 100; … or grid.Rows.Add(…)), or using the virtual mode. We will also upload some examples in the next few days.
We will be updating the beta daily, mostly nightly.
Thanks!
