All Answers

0 votes

The issues I mentioned are bugs, logged and fixed – I don’t know if deployed, have to check.

I didn’t see the problem at point 4, will log as well. Thank you for the steps.

Best,

Luca

 

  • Luca answered Sep 29, 2016 - 1:57 pm
0 votes

Hi Luca,

Thanks for your test app.

Sorry if I didn’t explain well what I want to drive at. I am now using your test app and made a list of the steps I did to see my point.

  1. Click any column in Row 9 (new row with + sign).
  2. Click “Display Selected Rows” button and it shows “Selected Row Count = 1”.
  3. Click RowHeader of the same row (Row 9).
  4. Click “Display Selected Rows” and it shows “Selected Row Count = 0”. To mark it as selected row, I must click any of the rows above and then click back to Row 9. Select Row Count is now equal to 1.

You said “The automatic new row is selected like any other row”. You are correct and that’s true if and only if I didn’t click any of the cells in Row 9 prior to clicking the RowHeader.

As regards to two issues you mentioned above, does it mean that there is no fix for that? WinForm handles multiple rows selection and deletion whether adjacent or non-adjacent rows using a context menu.

Actually, I resolved this deletion issue by inserting a checkbox as the first column in the grid and loop thru all the rows using a button and test the value of the checkbox. But users always look for a context menu (right-click) in a data-centric application. Just my opinion though.

Thanks.

  • Cris answered Sep 29, 2016 - 1:53 pm
0 votes

You have to add the value under Appearances/Table/Tools/Styles. After selecting it, click the + icon above the properties. Add “colorBottom” and “widthBottom”. Also, to change the color of the svg icons, add Appearances/Table/Tools/Properties/textColor.

ThemeBuilder shows the properties that are present in the theme. There are countless styles and properties and components that can be added.

Best,

Luca

  • Luca answered Sep 29, 2016 - 1:44 pm
0 votes

Hi Luca,

I can’t find a border item either in Styles or Properties in ThemeBuilder (1.2.67 or 1.2.68).

I knew that you already got what I meant but still attaching the image for future reference.

Thanks.

 

  • Cris answered Sep 29, 2016 - 1:40 pm
0 votes

Hi guys,

Any news on this? I see you are fixing numbers in the 76xx range, so has this 72xx been forgotten? 😛

Best,
Alex

  • Alex Prinias answered Sep 29, 2016 - 9:38 am
0 votes

Hi Cris,

Two issues:

  • The wrong row is removed from the client when removing multiple rows because the index is adjusted and the client removes the absolute index.
  • Right clicking moves the focused cell without affecting the selection, however the server side clears the selected rows without updating the client. But it should leave the selection unchanged.

The automatic new row is selected like any other row. I just tried in the test associated with this issue (attached).

Best,

Luca

  • Luca answered Sep 28, 2016 - 9:59 pm
0 votes

Hello Luca,

great ! That’s the behavior i wanted to achieve. Will make some tests in the next days and will let you now about them.

Best Regards

Corvin

  • Corvin answered Sep 28, 2016 - 9:19 pm
0 votes

ok, Luca, thanks, I suspected they were in spam, that’s why I had to notify you here.

But in fact, I am talking about the ShowNodeToolTips subject, not the Theme, for the theme you have answered saying that you’d rather use mixins for minor modifications.

Can you send me a mail with the complaints of Google about my yahoo mail? To check if I can fix something to stop having ,y emails going to your spam folder?

Best,

Alex

  • Alex Prinias answered Sep 28, 2016 - 9:01 pm
0 votes

Both emails were in spam again. I keep clicking “Not Spam” but Google complains about some kind of setting in yahoo…

Anyway, I had seen the message from Frank’s reply. We’ll make sure that the theme in /Themes can override the built-in same-name theme.

The fullcalendar will probably not be published until after the release but I can share an early version of the extension with source code.

Best,

Luca

 

  • Luca answered Sep 28, 2016 - 8:44 pm
0 votes

This is good news! And what about the fullcalendar? 🙂

Luca, just to make sure that we have some “Spam folder” loss of communication again… I have sent Frank and you a mail about the ShowNodeToolTips problem which I have seen and you couldn’t reproduce, with a test project which reproduces it. And also another mail asking you whether you have seen it, but I haven’t got a reply — so unusual of you. That’s why I’m asking.

Alex

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

TreeView only handles F2 and the double0-delayed click.

Very close. Putting a lot of effort in closing all the minor issues which are usually the most annoying ones that creep in many controls. And one fix fixes the issue in many places.

The ListView is 80% and the PropertyGrid is undergoing but it’s based on the DataGridView. So the only new control is the item view in the list view which is based on the virtual framework in qooxdoo and it’s probably the one that will have more issues because of the short time left. However, the listview is way simpler than the datagridview.

 

  • Luca answered Sep 28, 2016 - 8:11 pm
0 votes

Thank you!

Logged as WJ-7648.

  • Luca answered Sep 28, 2016 - 8:07 pm
0 votes

Hi Cris,

The screenshot was missing. You can add the border to Appearances/Table/Tools under Styles, set the color or colorBottom and width or widthBottom.

Best,

Luca

  • Luca answered Sep 28, 2016 - 8:06 pm
0 votes

Hi Corvin,

Is this the intended behavior?

http://www.screencast.com/t/o7Hwg6VNXl

The autosize of the tablepanel has been fixed. Additionally in the sample I added AutoSize=true to the table panel and flow panel otherwise they are fixed to the size set in the designer. Let me  know if the screencast shows the correct behavior.

Best,,

Luca

  • Luca answered Sep 28, 2016 - 7:26 pm
0 votes

Hi Luca,

I got the right spot and was able to add a background-color as shown in the image attached. But there’s something missing. No border at the top of the columns-header or at the bottom of the tool container. Is it possible to put one in there?

And how to make the image brighter or change it to white?

Thanks.

  • Cris answered Sep 28, 2016 - 6:21 pm
0 votes

Hi Corvin,

I have been looking into this and was going in circles. But this is what I found:

  • When you add a new control in button1_Click the RowCount of tableLayoutPanel1 is reset to -1 because instead of using tableLayoutPanel1.RowCount you use dataGridView.RowCount – 1. But, after fixing this, we still have a problem.
  • The second issue is with the TableLayoutEngine and it’s being fixed. Its AutoSize and auto adding/assigning of row,col doesn’t work as it should.

I will keep you posted.

Thanks,

Luca

  • Luca answered Sep 28, 2016 - 1:38 pm
0 votes
In reply to: controls' scaling

Hi Raciel,

When using Wisej Web on a mobile you have to arrange the controls accordingly and you can decide the size of the viewport and scaling. The Default.html page in Wisej is a just a standard html page and it acts as the canvas hosting the entire app. To set the viewport see: http://www.w3schools.com/css/css_rwd_viewport.asp

Wisej Web also detects responsive breaks. You can attach to Application.ResponsiveProfileChanged or to the form’s ResponsiveProfileChanged event.

The responsive breaks are preconfigured in Wisej but you can override them by adding a ClientProfile.json file to your project. I have attached the one that is built-in Wisej for your reference.

The Wisej Mobile product that we referred to is a different framework that is not available yet. It uses the same Wisej Core as Wisej Web, but the controls are very different – they are all mobile controls and widgets that can be used to build mobile web applications with the same look and feel as native mobile apps.

You can find here a demo of the widget set that will be in Wisej Mobile: http://www.qooxdoo.org/devel/mobileshowcase/index.html

HTH

Best,

Luca

  • Luca answered Sep 27, 2016 - 4:03 pm
0 votes

Ah, all those optimizations! 😛

Thanks. I had tried with double-click but hadn’t seen the node Label going into editing mode. May be the delay was not long enough and the double click took over.

If you say that I can edit with a second click with a short delay without needing to press F2, the original attachment is at least needed to bind the Insert and Delete keys. Unless they are also “pre-bound” like F2.

The reason I detached the KeyDown event handler was that I noticed that as I was typing my normal text (to edit the label) the keyDown was firing (correctly) for every typed letter, and I thought that this would be delaying the whole process, with a round trip to the server for each letter. So, I decided to detach it in BeforeLabelEdit, and then re-attach it in AfterLabelEdit.

Thanks Luca. How close do you think you are to your release now?

Best,
Alex

  • Alex Prinias answered Sep 27, 2016 - 2:58 pm
0 votes

Hi Cris,

The panel is unable to resize automatically when docked (or anchored) and in collapsed state. It’s logged as WJ-7647.

For the Desktop control, it cannot be used just as a taskbar. The desktop control, when visible, hosts all windows, the windows (forms) will appear inside the desktop, dock to the desktop, etc. The desktop can be a child of a page to create a “frame” around the desktop if needed.

Best,

Luca

  • Luca answered Sep 27, 2016 - 2:40 pm
0 votes
In reply to: Theme Filename

Hi Frank,

WJ-7642 is also fixed.

Thanks.

  • Cris answered Sep 27, 2016 - 1:53 pm
Showing 10461 - 10480 of 11k results