Quick update. The ChartJS control is almost ready, with full design capabilities, multiple datasets, mixed chart types, animations, etc. You can preview a simple sample here:
Hi Nic,
Two issues 🙂
HTH
Best,
Luca
Hi Nic,
Two issues:
MouseMove
MouseEnter
MouseLeave
MouseWheel
KeyDown
KeyPress
KeyUp
QueryContinueDrag
DragDrop
DragEnter
DragOver
DragLeave
CellMouseEnter
CellMouseLeave
CellMouseMoveThese are events that we don’t want to fire all the times and that must have at least  one handler attach. Once they are attached you can also override the corresponding On[Event] method.
Best,
Luca
Hi Frank,
Got it working now. I’ll continue playing with this awesome Theme Builder and feed you my input.
Thanks,
Cris
Hi Cris,
good catch, thanks. There was a problem with the textbox reading it´s default height from the theme definition.
It´s logged as WJ-7264 and is fixed in the latest build (1.1.93.0)
Regarding the selection of themes, you can use the following:
Set default theme in web.config – This is the one that is used in the designer (unless you select a different one manually)
Define a theme in default.json – Simply use “Theme”:”Name” (w/o extension). This overrides theme setting at runtime.
You can also load a theme at runtime in your code using Application.LoadTheme (“name”).
Hope that helps.
Best regards
Frank
Hi Luca,
Yes, it’s about the port number when creating a new project. I tested in MVC 5 & 6 and each new project generates a unique port number.
Thanks,
Cris
You mean the port? It’s probably stuck in the template. Will fix.
For the path, Wisej supports multiple entry points:
Sub projects only share code. They do not share the session.
Best,
Luca
Hi Frank,
It’s working. Autosize property of Label is automatically set to True when Dock is set to Fill.
Thanks,
Cris
Hi Luca,
I removed <httpProtocol allowKeepAlive=”false” /> from web.config and I recompiled with the new version.
It’s OK now.
Thank you.
Hi Cris,
WJ-7259 has been implemented and added to the latest build (1.1.92.0).
Best regards
Frank
James,
WJ-7253 is now implemented in the latest build (1.1.92.0).
Can you please verify ?
Best regards
Frank
We have just published a new build (1.1.90.0) including the following fixes and additions:
| Item | Type | Priority | Severity | Title | Resolution |
| WJ-7258 | Task | Low | Trivial | Document CRLF substitution with <br/> when AllowHTML is true. | Complete |
| WJ-7257 | Enhancement | Medium | Major | Implement the fully async http handler for http requests. | Complete |
| WJ-7245 | Bug | High | Show Stopper | When DataGridView.AllowUserToAddRows the grid generates all sorts of problems when adding rows. | Complete |
| WJ-7252 | Regression | High | Show Stopper | Modal state fails on a second http request when the browser or server don’t support WebSocket. | Complete |
| WJ-7254 | Bug | Low | Trivial | Directory traversal security issue | Complete |
| WJ-7255 | Enhancement | Low | Trivial | Update Wisej assemblies to reflect the build number in their file versions | Complete |
| WJ-7256 | Enhancement | Low | Trivial | Display wisej version info in designer | Complete |
| WJ-7250 | Bug | Low | Trivial | MessageBox and AlertBox don’t honour Environment.NewLine | Complete |
A new build (1.1.92.0) is available, including the following fixes/additions
| Item | Type | Priority | Severity | Title | Resolution |
| WJ-7220 | New Feature | Low | Minor | Add the material design theme to the theme downloads. | Complete |
| WJ-7253 | Task | Low | Minor | Implement editable combobox type ahead. | Complete |
| WJ-7259 | Enhancement | Low | Trivial | Set Autosize to false when Dock/Anchoring is changed | Complete |
| WJ-7243 | Bug | Low | Minor | When you click a button at the bottom edge of the visible area all content above shifts 1px. | Complete |
Hi Bogdan,
To update you on this issue. You can now remove <httpProtocol allowKeepAlive=”false” /> from Web.config. It is actually preventing the server from using WebSocket and it’s not needed anymore. We have changed the HttpHandler to a fully async handler now and release the requesting thread early when entering modal with http (with WebSocket there is no issue since it a single connection).
The problem was something that I was not aware of: all browsers limit ajax requests (XMLHttpRequest) to 1 per domain. The browser will actually block and wait for the previous request to complete. And IIS IHttpHandler will *not* signal to the browser that the request is completed until the requesting thread is terminated, and closing the socket doesn’t  work because of keep-alive.
Now it works perfectly because of the async http handler.
HTH
Best,
Luca
Hi Nic,
You can also right click on the toolbox -> reset toolbox. Close and reopen VS. It should rebuild the toolbox.
Let me know.
Best,
Luca
You can  use the Filter property of the BindingSource:
https://msdn.microsoft.com/en-us/library/system.windows.forms.bindingsource.filter(v=vs.110).aspx
James,
ticket number for this issue is WJ-7253.
We´ll inform you when it´s resolved.
Best regards
Frank
Bernhard,
this has been logged as WJ-7254 and already fixed in the nightly build (1.1.90.0), the way Luca described it.
Best regards
Frank
Cris,
I have logged WJ-7259 for that enhancement request.
We´ll inform you when it´s added.
Best regards
Frank
It’s fixed now. To keep track of the build number, I was renaming the downloader after each update. No need to continue doing it. Thanks. 🙂
