Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Interfaces
Thu, Jan 19 2012 12:32 PMPermanent Link

Leslie

Hi Tim,

Does EWB support interfaces?
Mon, Jan 23 2012 8:45 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< Does EWB support interfaces? >>

No, but it's something that I want to visit in the 2nd generation of the
compiler, along with generics and anonymous functions/procedures.

--
Tim Young
Elevate Software
www.elevatesoft.com
Tue, Jan 24 2012 1:07 PMPermanent Link

Leslie

"Tim Young [Elevate Software]" wrote:

Leslie,

<< Does EWB support interfaces? >>

No, but it's something that I want to visit in the 2nd generation of the
compiler, along with generics and anonymous functions/procedures.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thanks,

An other way to accomplish what we need is creating customized controls. Is that possible with v1?



Tue, Jan 24 2012 8:09 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< An other way to accomplish what we need is creating customized controls.
Is that possible with v1? >>

You can create customized controls in the framework, but not for
design-time.

What is it exactly that you are trying to do ?  You're not really telling me
anything, so it's not really possible to tell you if there's a solution for
you.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Jan 25 2012 9:01 AMPermanent Link

Leslie

"Tim Young [Elevate Software]" wrote:

Leslie,

<< An other way to accomplish what we need is creating customized controls.
Is that possible with v1? >>

You can create customized controls in the framework, but not for
design-time.

What is it exactly that you are trying to do ?  You're not really telling me
anything, so it's not really possible to tell you if there's a solution for
you.

--
Tim Young
Elevate Software
www.elevatesoft.com

Runtime is all we need right now. Most of the time we would not use the form designer of EWB anyway. The forms and all the none GUI code is created in delphi and  we are developing  a tool to automatically create the source code and bindings for the GUI for other platforms based on the original one.
Image