Search found 74 matches
- Tue Oct 01, 2019 4:56 pm
- Forum: General
- Topic: VG.net 11.8 Released
- Replies: 0
- Views: 42103
VG.net 11.8 Released
VG.net 11.8, for Visual Studio 2019, was recently released. This release is to support Visual Studio 2019 and other than those changes, includes only documentation changes. Because the previous release, VG.net 10.7 for Visual Studio 2017, used a faulty installer, it may have installed fine, but you ...
- Thu Jan 18, 2018 10:23 am
- Forum: General
- Topic: Text formatting
- Replies: 1
- Views: 46399
Re: Text formatting
Hello, Formatting text is quite a complex topic. What you describe should not be so complex, but it requires to know exactly where each string of contiguous styling is precisely positioned. Using separate PointText objects for each style is the simplest solution. You may have to tweak the positionin...
- Fri Sep 22, 2017 4:36 pm
- Forum: General
- Topic: Visual Studio 2017 support and other questions
- Replies: 3
- Views: 63040
Re: Visual Studio 2017 support and other questions
Hello Andrew,
I will send an email regarding the cost but the other questions, I will answer here later. I sent you a private message for the SDK documentation download. The SDK is simpler than you imagine.
Regards,
I will send an email regarding the cost but the other questions, I will answer here later. I sent you a private message for the SDK documentation download. The SDK is simpler than you imagine.
Regards,
- Thu Sep 21, 2017 8:41 am
- Forum: General
- Topic: Visual Studio 2017 support and other questions
- Replies: 3
- Views: 63040
Re: Visual Studio 2017 support and other questions
Hello Andrew, Yes, it should be done this fall. No, source code is only included for samples and demonstrations. Animation is via imperative code in timer callbacks, not rules. The Visible property can be modified at any time for any Element. There is no nesting limit. I suggest to learn about GetBo...
Re: PointText
Hello Euan,
I could not reproduce the problem. I did note you are using Millimeters as a size unit. This is rare. I don't know if there is any bug with this unit, but world coordinates are generally the best unit, as they are independent of DPI.
Regards,
I could not reproduce the problem. I did note you are using Millimeters as a size unit. This is rare. I don't know if there is any bug with this unit, but world coordinates are generally the best unit, as they are independent of DPI.
Regards,
Re: PointText
Hello Euan, Usually when there is a problem like this, I try drawing an Element in the designer, where I can control all properties via the property grid. This is much faster than changing code and re-running the program. In this case, I can think of only these potential problems: The text created v...
- Thu Aug 06, 2015 8:03 am
- Forum: General
- Topic: Any support for VS 2015 in the works?
- Replies: 1
- Views: 85178
Re: Any support for VS 2015 in the works?
Hello Hugh,
Yes, we were previously working on a VM, and will now switch to the release version on a real machine. I am getting the feeling that Microsoft made less changes to Visual Studio this time.
Regards,
Yes, we were previously working on a VM, and will now switch to the release version on a real machine. I am getting the feeling that Microsoft made less changes to Visual Studio this time.
Regards,
- Thu Dec 11, 2014 9:30 am
- Forum: Enhancement Requests
- Topic: Text Box Controls
- Replies: 11
- Views: 266860
Re: Text Box Controls
R19Dymn, You can use pixels as the unit for specifying the height of text. The actual size of a pixel depends on DPI, and on the Windows operating systems, DPI is not a true figure -- they made it customizable, so it never reflects the actual dots per inch on any real hardware, except by chance. To ...
- Mon May 26, 2014 9:55 am
- Forum: General
- Topic: VG.net 8.5 Released
- Replies: 3
- Views: 105592
Re: VG.net 8.5 Released
Hello, This release is only to support Visual Studio 2013. It is only worth an upgrade if you use that version. If you have a very old version of VG.net, please look at the VG.net 8.5a Readme file, which contains a change log. There only thing not mentioned in that log are minor documentation improv...
- Tue May 20, 2014 5:41 pm
- Forum: General
- Topic: VG.net 8.5 Released
- Replies: 3
- Views: 105592
VG.net 8.5 Released
http://www.vgdotnet.com/blog/vs2013_vm.png This release supports Visual Studio 2013. Companies who purchased a VG.net license after October 1, 2013, are eligible for a free upgrade. We will be sending you an email. There is one cosmetic problem which wasted our time, as we could not find a work aro...