All Answers

0 votes

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:

  • Desktop application: Runs locally, opens a browser in a customizable frame.
  • Embedded server: Starts a server process and can serve multiple sessions to clients, doesn’t need any IIS or other installations.

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

  • Luca answered Sep 21, 2016 - 1:20 pm
0 votes

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

  • Alex Prinias answered Sep 21, 2016 - 9:04 am
0 votes

This gets more exciting with each question I ask!

When will the Calendar control be available?

  • Ewan answered Sep 21, 2016 - 7:00 am
0 votes

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

  • Luca answered Sep 20, 2016 - 5:51 pm
0 votes

Hi

Do you have a calendar control similar to Outlook?

This control was also part of the set of office controls.

Thanks

Ewan

  • ewan answered Sep 20, 2016 - 4:44 pm
0 votes

Hi Ewan,

In addition to what Alex wrote:

  • Wisej panels, including flow, table and split panel, can have a header (top, left, right, and bottom), can collapse to a different side, can auto expand sliding over and back, can host tool buttons in the header, etc.
  • The TabControl already supports close buttons on individual tabs.
  • Wisej group boxes are already collapsible and can also show a checkbox in the label.
  • We don’t have the stack panel – however it’s quite easy to put one together using collapsible panels. We’ll add a NavigationBar control as an extension (w source code).

HTH

Best,

Luca

  • Luca answered Sep 20, 2016 - 2:40 pm
0 votes

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

  • Alex Prinias answered Sep 20, 2016 - 2:15 pm
0 votes

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

0 votes

Dear Frank,

  1. In DateTimePicker the Time format is not respected, i.e. although I have put “HH:mm” I get 10:03:21 AM.
    >>>>> edited: this happens if the Format is set to “Time”, if set to “Custom” its is OK, so forget point 1 <<<<<<
  2. Both arrows initially decrease the time part they are in, i.e. when in the hour part (10), pressing both up and down arrows goes from 10 to 9, 8, 7, … At some point I managed to get the up arrow going really up, and then it went again down, I’m not sure when this happens. (and I’m not talking about the 11, 12, 1, 2… point 🙂  ).

Best,
Alex

  • Alex Prinias answered Sep 20, 2016 - 7:10 am
  • last active Sep 20, 2016 - 11:27 am
0 votes

Thanks Frank – all working.

Nic

  • Nic Adams answered Sep 20, 2016 - 7:33 am
0 votes

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

  • Alex Prinias answered Sep 20, 2016 - 6:34 am
0 votes

Hi Alex,

thanks a lot. WJ-7626 is now also fixed in 1.2.65.

Best regards
Frank

0 votes
In reply to: Beta Updates

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
0 votes

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

  • Corvin answered Sep 19, 2016 - 11:32 pm
0 votes

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

 

  • Alex Prinias answered Sep 19, 2016 - 10:19 pm
0 votes

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

  • Luca answered Sep 19, 2016 - 10:10 pm
0 votes

Hi Frank,

Yes, it was a “& ” in a menu item’s text coming from my database. Thanks.

Alex

  • Alex Prinias answered Sep 19, 2016 - 9:55 pm
0 votes

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

0 votes

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

  • Alex Prinias answered Sep 19, 2016 - 9:15 pm
0 votes

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

Showing 10521 - 10540 of 11k results