All Answers

0 votes
In reply to: ASC

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

  • Luca answered May 2, 2016 - 5:02 pm
  • last active May 2, 2016 - 5:03 pm
0 votes
In reply to: Data Source usability

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.

  • Tiago Freitas Leal answered May 2, 2016 - 4:22 pm
  • last active May 2, 2016 - 4:26 pm
0 votes
In reply to: Data Source usability

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?

 

  • Luca answered May 2, 2016 - 4:11 pm
1 vote

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:

  • 1 Developer License, Including 1 Server License: $690. One year free updates. One year renewal: $345
  • 1 Additional Server License: $390. One year free updates. One year renewal: $195
  • ISVs can purchase and renew multiple server licenses using their own account
  • Server means: Web Server Instance (IIS for now); 1 Virtual Machine is 1 server
  • Unlimited applications per server
  • All licenses are perpetual with built-in source code escrow privileges
  • Multiple activations per developer license: work, laptop, home
  • Optional expensive full source code license: one time fee.

We hope this answers your question and help you to evaluate our product and your future options.

Best regards
Frank

0 votes
In reply to: Mr

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.

0 votes
In reply to: Data Source usability

Thanks Tiago.

I could reproduce the problems and logged them as WJ-7235.
We will answer when these issues are resolved.

0 votes

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.

0 votes
In reply to: Wisej Grid Problem

Fixed problem

Thanks

 

 

  • Birol SARI answered May 2, 2016 - 10:14 am
  • last active May 2, 2016 - 10:19 am
0 votes
In reply to: Mr

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)

  • Ewan answered May 2, 2016 - 9:38 am
  • last active May 2, 2016 - 9:48 am
0 votes

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.

Download the sample

 

 

  • Drop the JavaScript component on the page or window. This will add the JavaScript and JavaScriptSource property to all controls.
  • You can either type the javascript code in JavaScript, or select a .js file in JavaScriptSource.
  • The javascript runs in the widget’s context: this = widget, see code above. It runs only once when  the page is loaded or reloaded.

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

 

  • Luca answered May 1, 2016 - 9:42 pm
  • last active May 1, 2016 - 10:36 pm
0 votes
In reply to: Mr

The ReportViewer control is not available yet.

We will support the ReportViewer control for Reporting Services rdl/c files (remote and local) and for Crystal Reports. In general, we have a very nice PdfViewer widget, which is what we will use for the ReportViewer control.
The pdfviewer can use:
  • The native pdf viewer (automatically selected by the browser – auto)
  • firefox pdf.js
  • google pdf viewer
  • and a custom pdf javascript viewer, in case you want to host pdf.js and/or modify/customize it
The ReportViewer will add the capability to generate the pdf and stream it back to the pdf viewer.
We will be able to support most reporting system, like xtrareports for example, with any format and integrating their viewer if necessary.
  • Luca answered May 1, 2016 - 8:06 pm
0 votes

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.

0 votes
In reply to: Wisej Grid Problem

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.

0 votes
In reply to: Wisej Grid Problem

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.

0 votes
In reply to: Registration

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

0 votes
In reply to: Wisej Grid Problem

Error message

 

An exception of type ‘System.ArgumentOutOfRangeException’ occurred in Wisej.Web.dll but was not handled in user code

  • Birol SARI answered May 1, 2016 - 1:40 pm
  • last active May 1, 2016 - 5:42 pm
0 votes
In reply to: Wisej Grid Problem

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.

  • Tiago Freitas Leal answered May 1, 2016 - 12:39 am
  • last active May 1, 2016 - 5:42 pm
0 votes
In reply to: Wisej Grid Problem
  • Birol SARI answered Apr 30, 2016 - 7:19 pm
  • last active May 1, 2016 - 5:42 pm
0 votes

Yes. Use it on as many machines as you like. Thank you.

0 votes
In reply to: Wisej Grid Problem

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!

 

  • Luca answered Apr 30, 2016 - 4:51 pm
Showing 11381 - 11400 of 11k results