All Answers

0 votes

Hi Ricardo,

It makes sense but I’m not sure it can be done. Will get back to you about this.

  • Tiago (ITG) answered Oct 8, 2018 - 9:55 pm
  • last active Oct 10, 2018 - 12:10 pm
0 votes

Hi Tiago,

Just another thought…

I can “protect” the calendar with a transparent panel over it “trick”, but that takes away all the interaction with the callendar. One event that could really be disabled is the drag-drop built-in event, since it make visual changes that are not intended (nor objective)

0 votes

Hi Tiago,

I found a case when this problem appears every time.
It appears when set ‘AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.ColumnHeader‘ with ‘ShowColumnVisibilityMenu = false‘.
I tell you because I don’t know if you test this case and if it will be fixed in the next release.

0 votes

Hi Tiago,

when the v1.5.21 will be released?

0 votes

See image.

  • Luca answered Oct 8, 2018 - 9:09 pm
0 votes

Set the height of the DGV to contain the desired number of rows + header height.

  • Luca answered Oct 8, 2018 - 9:05 pm
0 votes

Yes. In three different ways:

  • Use StyleSheet component and set the css style to rotate the widget and the ClassName property added to the label.
  • Use the Rotation component and set the Rotation properties on the label.
  • Use a theme mixin and set the transform style

https://www.w3schools.com/cssref/css3_pr_transform.asp

  • Luca answered Oct 8, 2018 - 9:04 pm
0 votes

Didn’t change. The ButtonPosition property is not related to the parent container, it’s sets the position of the upload button relative to the file name field. I just tried the different positions and they all work. To show the Upload control at the bottom of the container you need to set the docking or anchoring or location. Can you attach a reproducible app showing the code you are using?

  • Luca answered Oct 8, 2018 - 9:01 pm
0 votes

Re-tested using Wisej 1.5.21 and it doesn’t show.

0 votes

Hi Andrew,

Please send a sample so we can analyze the issue.

0 votes

Sorry,

ClassName does Work!

 

 

 

0 votes

Hi Tiago,

i use the prerealese v1.5.19, and that error appears when I click on button 1 then 2 and so on, the error appears immediately or a couple of clicks later.

0 votes

Of course Tiago, should have written Windows Phone 10. 🙂

Any application I’ve writen behaves the same way. The button_click event does not work (even when forced)

But there is something strange that I can add. When in Continuum mode, everything works as expected, using the same equipment!

Weird?

0 votes
In reply to: License question

Joe,

I am using a programmer license on my pc and the server license on an azure server. The point is that I have more than one development machine where I would like to have access to Wesej projects. Can I use the same license key at all? Is there any limit to this?

Thanks.

Rnogueira.

 

 

 

 

0 votes

Hi Andrew,

Please confirm you are running Safari on a Macintosh system.

0 votes

Hi Andrew,

Digging a bit further, it turns out that by design, native context menu is supported only in a small number of controls, mainly the ones where you can copy & paste:

  • ComboBox (editable)
  • TextBoxBase
  • UpDownBase
  • DateTimePicker

All of these show the native (browser’s) context menu except for the ComboBox. So I can’t reproduce the problem you mention with TextBox.

Please ignore the previous logged issue I referred.
The issue #1595 ComboBox doesn’t show Native context menu was created and is already fixed in our internal build. It will be part of the next public release.

0 votes

Hi Andrew,

EnableNativeContextMenu works in lots of controls but it doesn’t show on a small number of controls like Page, Panel, ComboBox and a few others.

Logged as #1593 Native Context Menu doesn’t show on some controls

0 votes

EnableNativeContextMenu does not work for me in 1.5.19. I’ve tried setting it on a form itself, a google map, an htmlpanel, and a regular panel. None of them work.

0 votes

Hi Luca

In which case, what is the best way to get the DGV to display X rows before showing a scroll bar?

What is the best way to get the DGV to auto resize dependant on the number of rows? (if there is less than x)

Thanks

Ewan

  • Ewan Walker answered Oct 6, 2018 - 10:41 am
  • last active Oct 6, 2018 - 10:41 am
0 votes

Hi Edmond,

you can use a theme mixin to fully customize your message box:

msgbox

Sample mixin:

{
	"appearances": {
		"messagebox/buttonsPane/button": {
			"inherit": "button",
			"states": {
				"default": {
					"properties": {
						"padding": [ 5, 8, 5, 8 ],
						"width": 100
					}
				}
			}
		}
	}
}

Best regards,
Frank
Showing 6681 - 6700 of 11k results