Search found 74 matches

by Frank Hileman
Sat Nov 11, 2006 4:50 am
Forum: Enhancement Requests
Topic: Text Box Controls
Replies: 11
Views: 256989

The problem with text boxes is the determination of the cursor position, and the coordinates of areas around highlighted text. There are ways to compute this information with a CustomElement. We have been asked for a vector text box many times, so some basic version must be in the standard distribut...
by Frank Hileman
Wed Nov 01, 2006 10:00 am
Forum: Enhancement Requests
Topic: Text Box Controls
Replies: 11
Views: 256989

We are going to add a vector text box, but I cannot predict the schedule. So for now I can send you the name of someone who has done it already.

Thanks,
by Frank Hileman
Wed Nov 01, 2006 9:32 am
Forum: Enhancement Requests
Topic: Text Box Controls
Replies: 11
Views: 256989

Hello Andrew, It sounds like at some point, people need to edit the text, have a cursor etc, when the text is rotated right? It is not static. In this case yes you need a true vector text box. But in terms of usability, well I guess you are aware of the problems there. Someone has created CustomElem...
by Frank Hileman
Wed Nov 01, 2006 8:02 am
Forum: Enhancement Requests
Topic: Text Box Controls
Replies: 11
Views: 256989

Hello Andrew,

Do you need to rotate the text box, or some text after it is entered?

Thanks,
by Frank Hileman
Mon Sep 11, 2006 1:39 pm
Forum: Samples
Topic: Anchoring, Docking Sample Code
Replies: 3
Views: 70415

Anchoring, Docking Sample Code

An upcoming version of VG.net (4.1) will have layout features in the designer. With the existing version of VG.net you can get anchoring and docking effects by writing a bit of code in SetBoundsCore . This sample illustrates several techniques you may find useful: Anchoring and Docking Sample for Vi...
by Frank Hileman
Mon Sep 04, 2006 2:07 pm
Forum: Samples
Topic: Resizing Vector Graphics Sample
Replies: 0
Views: 48821

Resizing Vector Graphics Sample

http://www.vgdotnet.com/screen_shots/resizing_sample.png This sample demonstrates how to resize vector graphics Elements using our recommended architecture: an adornment class and a simple state machine. Resizing Sample Executable Resizing Sample Source Code A vector graphics drag, drop, and move s...
by Frank Hileman
Tue Jul 11, 2006 5:02 pm
Forum: General
Topic: Fast scrolling scalability sample source code
Replies: 0
Views: 56025

Fast scrolling scalability sample source code

http://www.vgdotnet.com/screen_shots/scrolling_scalability.png The new Scrolling Scalability sample uses the new fast scrolling enhancement (click the link to run a merged exe). If you set the Scrolling Mode to "Accurate", you can see the former scrolling speed. The new ScrollingMode property on Pi...
by Frank Hileman
Fri Jun 16, 2006 7:52 am
Forum: Problems
Topic: Are you missing buttons on the toolbar or context menu?
Replies: 7
Views: 127784

Hi Eric, That is the folder Microsoft recommends for storing add-ins. I am not sure about the new profile. Isn't this the way it works for other folders in MyDocuments as well? For example, Visual Studio 2005 stores other things in the the Visual Studio 2005 folder, such as the settings for fonts, c...
by Frank Hileman
Fri Jun 09, 2006 10:05 am
Forum: Problems
Topic: Cannot get Picture Toolbox items to appear in VS 2005?
Replies: 2
Views: 66773

Cannot get Picture Toolbox items to appear in VS 2005?

If you add to the Toolbox in Visual Studio 2005 Picture-derived classes that are located in an external assembly, you should find that the Toolbox items can be used fine as sub-Pictures, but they do not appear, or are disabled, when using the Forms designer. To fix this, add the following attribute ...
by Frank Hileman
Tue Apr 04, 2006 10:17 am
Forum: Samples
Topic: Importing SVG into VG.net
Replies: 1
Views: 49897

Building Custom Importers in General

VG.net has a PictureImporter base class for building custom importers. Using the following sample source code, you can build and importer and installer that will enable your importer to function as a plug-in in Visual Studio. In this way you can drag and drop or copy and paste a file into a VG.net P...