Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Beans.isDesignTime


Hi,

The code should not execute because you said only execute if NOT design time. The target VM will be marked as design time.

Rich


"Janak Mulani" <janak.mulani@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

08/10/2006 08:12 AM

Please respond to
Discussions people developing code for the Visual Editor project <ve-dev@xxxxxxxxxxx>

To
"ve-Dev@Eclipse. Org" <ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] Beans.isDesignTime





Hi,

In VE, If I put a piece of code under the condition:

if (!Beans.isDesignTime()) {
                code
}

Will the code be executed in the Target VM?

Is there a way to suppress code from being executed in the Target VM?

Thanks and regards,

Janak
_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top