Hi Tiago,
We do have plans for later to distribute an extension to package a full Wisej app into a single executable in two flavors:
In both cases the executable will run an internal web server. It’s a lot easier and more flexible than trying to manage the browser directly.
We handle the browser through a combination of OLE interfaces, scripts, and callbacks in the theme builder and the designers. It works but it’s limited. Also the designer already has an internal web server to support the renderer. The theme builder doesn’t, it simply injects the theme on every change.
Best,
Luca
Dear Tiago,
Personally, I like the minimalistic black-n-white Classic-2 style, so I’d prefer to have it as it is and add yours as a Classic-Win10 or whatever.
Best regards,
Alex
This gets more exciting with each question I ask!
When will the Calendar control be available?
We are including this https://fullcalendar.io/ (you can try their several online samples) in the extensions – it’s MIT license. It’s one of the most flexible and powerful javascript calendar I have seen. The integration with Wisej uses the same virtual data store we use for the datagrid and the listview and can handle unlimited items without paging. It’s also themeable using the wisej theme system.
Best,
Luca
Hi
Do you have a calendar control similar to Outlook?
This control was also part of the set of office controls.
Thanks
Ewan
Hi Ewan,
In addition to what Alex wrote:
HTH
Best,
Luca
Dear Frank,
Yes, the NumericUpDown arrows look very nice with updated Classic-2 theme. And it will be great if you included it in the built-in themes!
I also noticed that the TimePicker arrow behaviour is now correct. Since I haven’t downloaded any newer dll, does this mean that it was fixed when I set the Format to Custom? Strange …
Best,
Alex
Hi Alex,
I have updated the themes again. Can you please give it a try ?
I´d also like to mention that Classic-2 will make it into the build in themes soon.
Best regards
Frank
Dear Frank,
Best,
Alex
Thanks Frank – all working.
Nic
Hi Frank,
Is there an updated Classic-2 theme you need to upload or should I do something to show the arrows in the NumericUpDown?
Best,
Alex
Hi Alex,
thanks a lot. WJ-7626 is now also fixed in 1.2.65.
Best regards
Frank
Thanks to our customers feedback, here is yet another update (1.2.65) including the following fixes & enhancements:
| Item | Type | Priority | Severity | Title | Resolution |
| WJ-7621 | Bug | Low | Trivial | Using the up/down buttons in a datetimepicker formatted as time use invariantculture. |
Complete |
| WJ-7622 | Regression | High | Major | The current culture is restored to CultureInvariant in subsequent requests. | Complete |
| WJ-7625 | Bug | High | Show Stopper | Adding items to a combobox or listbox with at least one selected item may cause duplicated items on the client. |
Complete |
| WJ-7626 | Regression | Low | Trivial | White space mnemonics raise an exception on the client. | Complete |
| WJ-7627 | Bug | Low | Trivial | Can’t hide a menu separator (MenuItem.Text = “-“) | Complete |
hey Luca,
I’m sorry, seems to be my mistake… Don’t know how and when it got there, suddenly I got the error and could not figure out where it came from.
Best Regards,
Corvin
Hi Luca,
Now, if I say that I understood all this e.stopPropagation story, it will be a lie, but if you are satisfied, I am too ! 🙂 Thank you.
Alex
Thank you. Found the issue – it will be fixed in the next update. Not really a bug – the move handler in qooxdoo was calling e.stop() to prevent the mouse down event from bubbling up instead of calling e.stopPropagation() because the mouse event class had a partial implementation of the stop method. In the wisej fork of qooxdoo the stop method is fixed, so the handler stopped the propagation and default behavior… It happened only when you used ShowDialog() because in that case the move handler processed the mouse before the focus manager. I don’t know why.
Thanks again,
Luca
Hi Frank,
Yes, it was a “& ” in a menu item’s text coming from my database. Thanks.
Alex
Hi Alex,
see my mail, please try to search for “& ” in your menus.
We´ll add a check to avoid that in the future.
Best regards
Frank
Yeah, it should be related, cause what I do after login is fill my Menu. Is there something I can do for workaround? Or else I can’t work any further with my app.
Best,
Alex
Hi Alex,
could be related to WJ-7617 Add mnemonic support in menu items.
Logged as WJ-7626. We´ll keep you updated.
Thanks and best regards
Frank
