Search found 6 matches

by duw
14 May 2007, 18:11
Forum: CADViewX
Topic: Component distribution
Replies: 3
Views: 19865

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...
by duw
08 May 2007, 19:54
Forum: CADViewX
Topic: Component distribution
Replies: 3
Views: 19865

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...
by duw
11 Apr 2007, 17:03
Forum: CADViewX
Topic: Image Stretching in CadviewX
Replies: 7
Views: 34694

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...
by duw
04 Apr 2007, 20:45
Forum: CADViewX
Topic: Image Stretching in CadviewX
Replies: 7
Views: 34694

Sent to my e-mail registered?

I got nothing by now... even checked the anti-spam.


Thanks,
Eduardo
by duw
04 Apr 2007, 16:14
Forum: CADViewX
Topic: Disable Zoom with left-mouse rect
Replies: 3
Views: 15552

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
by duw
04 Apr 2007, 16:09
Forum: CADViewX
Topic: Image Stretching in CadviewX
Replies: 7
Views: 34694

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...