| 1 |
I tried using Flipper CAD Control in ASP.NET and was not successful. The page is just blank, and no CAD code is executed, what's going on? Is Flipper CAD Control compatible with the .NET framework?
Posted: 01/10/2003
Flipper CAD Control is an ATL control, which work fluently in the .NET
environment. The likely culprit of the problem...
|
| 2 |
How can I use Flipper CAD Control on the Internet by means of <OBJECT> tag?
Posted: 07/18/2000
Be sure to read and understand the license agreement before distributing your
applications that use the Flipper CAD...
|
| 3 |
How can I implement scrollbars for Horz & Vert. axis in a Flipper CAD
control. I know I can control the zoom and pan using the worldset and
worldpan and write some code to append a scrollbar. But a code sample will
simplify my work.
thanks
Raj
Posted: 11/08/2000
Hello,
The following is example (written in Visual Basic) using a scrollbar to scroll
the control view...
|
| 4 |
I would like to use the right button to select shapes. How can I do this?
Posted: 03/29/2001
First we will use the WorldMouseUp event to fire a shape search. To use one
right mouse button execute a search if...
|
| 5 |
How can I draw customized shapes made up of curves and straight lines programmatically in the Flipper CAD Control using the ShapeConvert method.
Posted: 03/20/2001
In this example we will create a bullet looking shape by coverting an arc shape
to a closed polygon, then...
|
| 6 |
How can I make Delphi search Flipper help files for context sensitive queries?
Posted: 07/17/2000
Follow these steps to add context sensitive help:
1. From Help menu choose Customize...
2. In the OpenHelp...
|
| 7 |
What files do I need to distribute with my application that uses Flipper CAD Control?
Posted: 07/17/2000
Be sure to read and understand the license agreement before distributing your
applications that use the Flipper CAD...
|
| 8 |
I received the following errormessages after updating to version 2.5 of the CAD Control:
- MSVC -
'SetShapeType' : is not a member of 'CFlpCAD'
'SetViewPersistShape' : is not a member of 'CFlpCAD'
'CadLoad' : function does not take 2 parameters
- VB -
Object doesn't support this proerty or method.
Wrong number of arguments.
Posted: 07/18/2000
In Flipper CAD Control version 2.5 the following routines have been rendered
obsolete:
- MSVC -
SetShapeType is now...
|
| 9 |
I have just downloaded a new version of Flipper Graph/CAD Control. When I try to run my Visual C++ application I get a "Cannon create an empty document" error, or the application just does not compile. What is going, the project worked with the old version of the control?
Posted: 08/22/2000
The reason for this is hidden in the Flipper class definition files
(FlpGrf/CAD.h, FlpGrf/CAD.cpp). These files do...
|
| 10 |
How can I use and reference a graph as an object, without a form?
Posted: 07/17/2000
First of all make sure the control is referenced as a reference and not a
component in the programming environment,...
|