Search found 255 matches

by leon-ts
Thu Jul 20, 2023 7:00 am
Forum: Product
Topic: Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Replies: 32
Views: 3700

Dialog size behaviour: VO dialog appears narrower (only width!) in X#

<r>Hello Karl,<br/> On my computer (Windows 10), this option only has an effect on dialog boxes (the title size becomes smaller in height). And it has no effect on the DataWindow.<br/> <br/> <B><s>[b]</s>Extra Command Line Options: nothing<e>[/b]</e></B><br/> DialogWindow (standard title height ...
by leon-ts
Thu Jul 20, 2023 5:51 am
Forum: Product
Topic: Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Replies: 32
Views: 3700

Dialog size behaviour: VO dialog appears narrower (only width!) in X#

<r>Hello Wolfgang,<br/> I also worried about this issue. But judging by this thread, it's a problem in Windows itself (except Windows Server 2012) and it still hasn't been fixed:<br/> <URL url="https://github.com/dotnet/winforms/issues/3691"><s>[url]</s>https://github.com/dotnet/winforms/issues/3691 ...
by leon-ts
Tue Jul 18, 2023 5:50 pm
Forum: Product
Topic: Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Replies: 32
Views: 3700

Dialog size behaviour: VO dialog appears narrower (only width!) in X#

<r>Stefan,<br/> Perhaps there is an influence from the .NET framework itself. There are known features that result in slight visual differences when displaying Win32 windows from native Win32 applications (like VO) and from a .NET application.<br/> More info here:<br/> <URL url="https ...
by leon-ts
Tue Jul 18, 2023 3:22 pm
Forum: Product
Topic: Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Replies: 32
Views: 3700

Dialog size behaviour: VO dialog appears narrower (only width!) in X#

<r>Stefan,<br/> If you have a scale of elements greater than 100% enabled on your computer (Windows settings), then instead of constants like 118x146, you need to pass their scaled values to the Size setter. In principle, this should be done in VO as well.<br/> <B><s>[b]</s>Example:<e>[/b]</e></B ...
by leon-ts
Tue Jul 18, 2023 2:49 pm
Forum: Product
Topic: Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Replies: 32
Views: 3700

Dialog size behaviour: VO dialog appears narrower (only width!) in X#

<t>Stefan,<br/> If you are manually controlling the size of the window, then what are you using the Size property for? This property under the hood simply gets the current size of the window using the GetWindowRect function. This will be some default size that is given to the window after creation ...
by leon-ts
Tue Jul 18, 2023 1:26 pm
Forum: Product
Topic: Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Replies: 32
Views: 3700

Dialog size behaviour: VO dialog appears narrower (only width!) in X#

<r>Stefan,<br/> If I understood you correctly, then you set the size of the dialog box manually (not the resource). Apparently, using the SetWindowPos or MoveWindow functions.<br/> If this is the case, then to correctly display the full size of the dialog box, you need to calculate the size of the ...
by leon-ts
Tue Jul 18, 2023 12:29 pm
Forum: Product
Topic: Dialog size behaviour: VO dialog appears narrower (only width!) in X#
Replies: 32
Views: 3700

Dialog size behaviour: VO dialog appears narrower (only width!) in X#

<r>Stefan,<br/> This is not the full version of the manifest. I'm not sure if the manifest is actually causing the problem you describe, but if it is, try this manifest (just replace the description and app version with yours): <ATTACHMENT filename="Example.man.zip" index="0"><s>[attachment=0]</s ...
by leon-ts
Mon Jul 17, 2023 11:15 am
Forum: Suggestions
Topic: New website
Replies: 33
Views: 8251

New website

UPDT: Now the button is working. Message sent.
by leon-ts
Mon Jul 17, 2023 11:13 am
Forum: Suggestions
Topic: New website
Replies: 33
Views: 8251

New website

<r>Robert,<br/> The "Submit" button stopped working in <URL url="https://www.xsharp.eu/forum/betatesters/3575-x-2-17-first-beta"><s>[url=https://www.xsharp.eu/forum/betatesters/3575-x-2-17-first-beta]</s>this<e>[/url]</e></URL> thread. I can't send a message. The button does not work on the Firefox ...
by leon-ts
Fri Jul 14, 2023 11:49 am
Forum: Product
Topic: X# slowdown in VS when editing PRG for a long time
Replies: 33
Views: 5187

X# slowdown in VS when editing PRG for a long time

Robert,
This is great news. Highlighting identifiers is a very convenient thing. Now I really miss it (I had to turn it off due to the problems described above). It's good that in the new version it will be possible to turn it back on.
Thank you!