Jump to content

vector graphic control


Guest

Recommended Posts

Message from: "Andy"

 

Hi mr Farshad,

 

I agree with the others: excellent framework.

 

A important thing is for me:

 

How can I display own vector graphic ?

Which approach do you suggest ?

 

ps.:

The control "TUniSpinEdit" has a invalid dcu-file. (compiler tell me :

different version..)

I can not compile with this control, all other controls are fine.

I use Delphi2010.

 

Best regards

 

Andy

 

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

Hi Andy,

 

"Andy" wrote in message

news:rc6iPbLXLHA.2108@anaxagvs227...

> Hi mr Farshad,

>

> I agree with the others: excellent framework.

>

 

Thanks a lot.

 

> A important thing is for me:

>

> How can I display own vector graphic ?

> Which approach do you suggest ?

>

 

Vector graphics will be supported through Ext JS HTML5 bindings. They're not

implemented yet but in my todo list.

 

> ps.:

> The control "TUniSpinEdit" has a invalid dcu-file. (compiler tell me :

> different version..)

> I can not compile with this control, all other controls are fine.

> I use Delphi2010.

>

 

It happens because you have TMS Components pack in your system. Am I

correct? Unfortunately, TMS distributes a file called Spin.pas which has

same name with Delphi's Spin.pas. uniGUI TUniSpinEdit is compiled with

Delphi's standard spin.pas.

 

The only workaround is to remove TMS's Spin.pas from library search path or

rename it to somthing else.

 

Regrads,

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...