Develop component for both CF and FF

L

Leif Eirik Olsen

Hi again,

Have been reading about sharing code between CF and Full Framework (FF) on
http://www.danielmoth.com/Blog/ . I see that it is not recommanded to share
Gui apps between CF and FF. Does this mean it is not recommanded (or
possible) to develop components that run for both CF and FF? I ask this
since it seems that there already are components in the framework beeing
shared; Labels, buttons, panels and so on.

What I would like to do (simplefied) is the following:
Develop a simple Panel component to do some graph drawing on. The new panel
will have a publish property Active. When active I will draw a graph
scrolling from right to left. I would very much like this component to be
available designtime for both CF and FF. Is this achiveable?

Any help or hints greatly appriciated.

regards,
Leo
 
G

Guest

Yes, cross-platform compatible controls are possible. Just follow Daniel's
rules for development and you'll be fine.

-Chris
 
L

Leif Eirik Olsen

Yes, cross-platform compatible controls are possible. Just follow Daniel's
rules for development and you'll be fine.

-Chris

Thanks,
this dotnet is all very new to me. I can tell you that it is a reliefe to
hear cross-platform controls are possible.

I'll have to double check my code again as my CF components are always
disabled for FF projects !?

Does anyone know of a site with an example of mabe a simple cross-plattform
component?

Thanks again,
Leo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top