Search found 6 matches
- 14 May 2007, 18:11
- Forum: CADViewX
- Topic: Component distribution
- Replies: 3
- Views: 19963
it actually works, but when i do open an screen that uses the component, it shows me the screen to enter the registration code, or to use the trial version. Is that exactly what i dont want to have. I need to distribute the program to the customers of my company, and it has to be completely hidden t...
- 08 May 2007, 19:54
- Forum: CADViewX
- Topic: Component distribution
- Replies: 3
- Views: 19963
Component distribution
We use the CadViewX, here in my company, internally in an application that - between other things - show images. We do sell the software and we want to use the component, but without need to register it at any machine that the component is installed. Witch kind of licensing we need? It need to be tr...
- 11 Apr 2007, 17:03
- Forum: CADViewX
- Topic: Image Stretching in CadviewX
- Replies: 7
- Views: 34814
Got the demo. It actually works, but in a different way that i did expect: - it only makes the stretch in the DWG files. It does not work for images like BMP or GIF; - it applies the stretch into another component of the form (TImage), not the CadViewX itself. Now it creates two questions: 1. Does i...
- 04 Apr 2007, 20:45
- Forum: CADViewX
- Topic: Image Stretching in CadviewX
- Replies: 7
- Views: 34814
- 04 Apr 2007, 16:14
- Forum: CADViewX
- Topic: Disable Zoom with left-mouse rect
- Replies: 3
- Views: 15909
Disable Zoom with left-mouse rect
I want to override the default action of the component when MouseDown and MouseUp events are pressed. The component does apply zoom on the rectangle i do select.
My goal is to draw an rectangle on the canvas, to mark an visible spot to the user.
Any help is welcome!
Thanks,
Eduardo
My goal is to draw an rectangle on the canvas, to mark an visible spot to the user.
Any help is welcome!
Thanks,
Eduardo
- 04 Apr 2007, 16:09
- Forum: CADViewX
- Topic: Image Stretching in CadviewX
- Replies: 7
- Views: 34814
IÒ‘ve tried the above code. But got a few doubts: What is the purpose of the TImage "Image1" declared in the unit? It should be at an specific position for the stretch method to work? Here i just inserted the TImage in the middle of the form for the method do compile, but it does nothing on run-time...