All Answers

0 votes

Hi Frank,

WJ-7647 is fixed.

Thanks and have a nice weekend.

  • Cris answered Oct 1, 2016 - 5:22 am
0 votes

Robin,

it´s fixed in the latest build (1.2.70).

Thanks again
Frank

0 votes
In reply to: Beta Updates

Thanks to our customers feedback we have just released a new update (1.2.70):

Item Type Priority Severity Title Resolution
WJ-7665 Regression High Major Changing the font of the form when AutoScaleMode = Font
collapses the form to 0,0.
Complete
WJ-7666 Regression High Major When droppoing an IFramePanel or AspNetPanel on a form at
design time they generate “scrollbarY” “undefined” value is not allowed error.
Complete
WJ-7664 Bug Medium Major Wisej may fail to validate the client fingerprint on Azure or other cloud platforms. Complete
WJ-7659 Bug High Show Stopper When an embedded image in a Label cannot be loaded,
Wisej may enter a never-ending loop trying to load the image blocking the browser.
Complete
WJ-7660 Regression Medium Show Stopper Using the flowlayoutpanel at design time causes a null reference exception. Complete
  • Frank (ITG) answered Sep 30, 2016 - 8:04 pm
  • last active Sep 30, 2016 - 10:02 pm
0 votes

Hi Robin,

thanks for your bug report.

We have logged WJ-7666 for it and will update the beta build again shortly.

Best regards
Frank

0 votes
In reply to: showLoader

You can change the loader simply by placing a file named “loader.gif” in your project in the root folder (same level as web.config).

I have attached the previous loader.

  • Luca answered Sep 30, 2016 - 8:32 pm
  • last active Sep 30, 2016 - 8:32 pm
0 votes
In reply to: FlowlayoutPanel Issue

Hi Washington,

thanks for your report.

We have logged that bug as WJ-7660 and it is fixed in the latest beta build (1.2.69).

Best regards
Frank

0 votes

Hi Alex,

WJ-7654 is also included in build 1.2.68.

Best regards
Frank

0 votes

Y is relative to the node – it should be relative to the TreeView. It’s logged as WJ-7654.

  • Luca answered Sep 27, 2016 - 1:03 pm
  • last active Sep 30, 2016 - 3:45 pm
0 votes

Hi Corvin,

issue was logged as WJ-7646 and is included in build 1.2.68

Best regards
Frank

0 votes

Hi Cris,

WJ-7647 is included in build 1.2.68

Best regards
Frank

0 votes

Hi Alex,

enhancement WJ-7643 is added in the latest build (1.2.68)

Best regards
Frank

0 votes

Hi Alex,

sorry it was a typo, the issue number is WJ-7623 and it is included in the latest build (1.2.68)

Best regards
Frank

0 votes
In reply to: Beta Updates

We have released a new beta update (1.2.68):

DGV Context Menu
DataGridView, DataGridViewColumn, DataGridViewRow and DataGridViewCell all have the ContextMenu property again. Additionally the CellContextMenuNeeded event is fired all the times when right clicking on a cell, row header or column header.
The args object has the ContextMenu property that refers to the cell, row, or column menu (inherited value).
An application can set e.ContextMenu to null to prevent the context menu from showing, can change the assigned context menu directly, or can assign a new context menu. When right clicking outside of a call or header, only the datagrid’s context menu is shown and CellContextMenuNeeded is not fired.
Further fixes and enhancements:
Item Type Priority Severity Title Resolution
WJ-7623 Enhancement Low Trivial Provide a more generic way to handle context menu in a DGV Complete
WJ-7658 Bug Low Trivial When a DGV regains the focus through a click on a row header,
it may reset the focus cell to the previous one.
Complete
WJ-7643 Enhancement Low Trivial Make available TreeView.NodeFont property values (font size, style). Complete
WJ-7646 Bug Low Trivial TableLayoutPanel doesn’t grow when AutoSize=true. Complete
WJ-7647 Bug Medium Minor Panels with AutoSize=true don’t grow vertically
when inside a FlowLayoutPanel.
Complete
WJ-7648 Bug Medium Major Deleting multiple rows from a DGV removes the wrong rows on the client. Complete
WJ-7650 Bug Medium Trivial Right clicking on a DGV clears the selection on the server
but not on the client while it should leave the selection unchanged.
Complete
WJ-7652 Bug Medium Major Editing a TreeNode reduces the size of the node while editing. Complete
WJ-7653 Bug Medium Major Collapsed panels don’t update their size when docked/anchored while collapsed. Complete
WJ-7654 Bug Low Trivial Mouse events on a TreeNode carry the relative position
to the node instead of the relative position to the TreeView.
Complete
WJ-7656 Bug Medium Major Cannot tab into fields in a groupbox or panel. Complete
WJ-7657 Bug Low Trivial Cannot change the font of the menu bar. Complete
WJ-7649 Bug Medium Major TreeNodes added to a TreeView dynamically always show the tooltip. Complete
WJ-7645 Bug Low Trivial TreeView node editing causes the node to shrink few pixels while editing. Complete
0 votes

Hi Luca,

#4 is now fixed in 1.2.68.0

Thanks.

  • Cris answered Sep 29, 2016 - 6:33 pm
0 votes

Hi Luca,

Got it working now. I created a new theme from the built-in theme. Maybe, I was using an old theme file.

Thanks for your patience.

Best.

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

See below, the screenshot and theme snippet:

 "table": 
 {
   "components": 
   {
     "tools": 
     {
       "states": 
       {
         "default": 
         {
           "properties": 
           {
             "padding": [5, 2, 5, 2],
             "textColor": "white"
           },
           "styles": 
           {
             "backgroundColor": "green",
             "widthBottom": 3,
             "colorBottom": "yellow"
           }
         }
       }
     }
   }
 }



  • Luca answered Sep 29, 2016 - 5:48 pm
0 votes

Hi Luca,

I did try at the same node before but didn’t work. So, I looked for “border” item in styles/properties. Please see images of what I got after adding “colorBottom” and “widthBottom”. At runtime, it’s totally invisible.

Is there something wrong on my side?

Thanks.

  • Cris answered Sep 29, 2016 - 5:24 pm
0 votes

I see you have fixed this in 1.2.68.

Thanks so much!
Robin

  • Robin answered Sep 29, 2016 - 4:00 pm
0 votes

I can’t reproduce 4 with my build hopefully it’s fixed and was related to the grid clearing the selection on the server and not updating the client when changing the focused cell.

/Luca

  • Luca answered Sep 29, 2016 - 3:59 pm
0 votes
In reply to: -

Hi Andreas,

You can achieve the same without a splitter, by setting the ResizableEdge property of the left (or top) docked controls. You can also use the line control as a splitter. In Winforms the Splitter control was deprecated very quickly and it was simply a docked control and the splitting functionality was achieved through the simple docking layout.

I can also send you a Splitter class that achieves the same sometime next week.

Best,

Luca

  • Luca answered Sep 29, 2016 - 3:07 pm
Showing 10441 - 10460 of 11k results