Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Adding Custom Events
Adding Custom Events [message #368109] Tue, 05 May 2009 06:24 Go to next message
Sushant Dusad is currently offline Sushant DusadFriend
Messages: 25
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.

------=_NextPart_000_0026_01C9CD78.3E9065B0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi All,
I just want ot know if i can add custom events to BIRT that can be =
used by Javascript and Java.
If yes the which is the extension point defined for that.

Thanks and Regards
Sushant Dusad
------=_NextPart_000_0026_01C9CD78.3E9065B0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16809" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi All,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; I just want ot know if i can add =
custom=20
events to BIRT&nbsp; that can be used by Javascript and =
Java.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp; If yes the which is the =
extension point=20
defined for that.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks and Regards</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Sushant =
Dusad</FONT></DIV></BODY></HTML>

------=_NextPart_000_0026_01C9CD78.3E9065B0--
Re: Adding Custom Events [message #368124 is a reply to message #368109] Tue, 05 May 2009 14:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Sushant,

There are a set of predefined events that you can implement handlers for
in Java or JavaScript, but there is no extension to add new ones.
There are extension points to add functions to the expression builder,
but this does not sound like what you want.

Jason

Sushant Dusad wrote:
> Hi All,
> I just want ot know if i can add custom events to BIRT that can be
> used by Javascript and Java.
> If yes the which is the extension point defined for that.
>
> Thanks and Regards
> Sushant Dusad
Re: Adding Custom Events [message #368128 is a reply to message #368124] Tue, 05 May 2009 14:47 Go to previous messageGo to next message
Sushant Dusad is currently offline Sushant DusadFriend
Messages: 25
Registered: July 2009
Junior Member
Jason
Thanks for the reply.
So i need to see if i can use the same framework to get the required
events.
Thanks and Regards
Sushant Dusad

"Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
news:gtpido$gpj$1@build.eclipse.org...
> Sushant,
>
> There are a set of predefined events that you can implement handlers for
> in Java or JavaScript, but there is no extension to add new ones. There
> are extension points to add functions to the expression builder, but this
> does not sound like what you want.
>
> Jason
>
> Sushant Dusad wrote:
>> Hi All,
>> I just want ot know if i can add custom events to BIRT that can be
>> used by Javascript and Java.
>> If yes the which is the extension point defined for that.
>> Thanks and Regards
>> Sushant Dusad
Re: Adding Custom Events [message #368132 is a reply to message #368128] Tue, 05 May 2009 15:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Yes. If you post what you want to do, maybe I can tell which events you
need.

Sushant Dusad wrote:
> Jason
> Thanks for the reply.
> So i need to see if i can use the same framework to get the required
> events.
> Thanks and Regards
> Sushant Dusad
>
> "Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
> news:gtpido$gpj$1@build.eclipse.org...
>> Sushant,
>>
>> There are a set of predefined events that you can implement handlers for
>> in Java or JavaScript, but there is no extension to add new ones. There
>> are extension points to add functions to the expression builder, but this
>> does not sound like what you want.
>>
>> Jason
>>
>> Sushant Dusad wrote:
>>> Hi All,
>>> I just want ot know if i can add custom events to BIRT that can be
>>> used by Javascript and Java.
>>> If yes the which is the extension point defined for that.
>>> Thanks and Regards
>>> Sushant Dusad
>
>
Re: Adding Custom Events [message #368144 is a reply to message #368132] Wed, 06 May 2009 11:00 Go to previous messageGo to next message
Sushant Dusad is currently offline Sushant DusadFriend
Messages: 25
Registered: July 2009
Junior Member
I want to replicate the Key Stroke Events
"Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
news:gtpmdo$m4u$1@build.eclipse.org...
> Yes. If you post what you want to do, maybe I can tell which events you
> need.
>
> Sushant Dusad wrote:
>> Jason
>> Thanks for the reply.
>> So i need to see if i can use the same framework to get the required
>> events.
>> Thanks and Regards
>> Sushant Dusad
>>
>> "Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
>> news:gtpido$gpj$1@build.eclipse.org...
>>> Sushant,
>>>
>>> There are a set of predefined events that you can implement handlers for
>>> in Java or JavaScript, but there is no extension to add new ones. There
>>> are extension points to add functions to the expression builder, but
>>> this does not sound like what you want.
>>>
>>> Jason
>>>
>>> Sushant Dusad wrote:
>>>> Hi All,
>>>> I just want ot know if i can add custom events to BIRT that can be
>>>> used by Javascript and Java.
>>>> If yes the which is the extension point defined for that.
>>>> Thanks and Regards
>>>> Sushant Dusad
>>
Re: Adding Custom Events [message #368156 is a reply to message #368144] Thu, 07 May 2009 13:56 Go to previous message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Sushant,

You can always add client side script to the report using
a text element and using the script tag ie

<script>
alert("my script");
</script>

Jason


Sushant Dusad wrote:
> I want to replicate the Key Stroke Events
> "Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
> news:gtpmdo$m4u$1@build.eclipse.org...
>> Yes. If you post what you want to do, maybe I can tell which events you
>> need.
>>
>> Sushant Dusad wrote:
>>> Jason
>>> Thanks for the reply.
>>> So i need to see if i can use the same framework to get the required
>>> events.
>>> Thanks and Regards
>>> Sushant Dusad
>>>
>>> "Jason Weathersby" <jasonweathersby@alltel.net> wrote in message
>>> news:gtpido$gpj$1@build.eclipse.org...
>>>> Sushant,
>>>>
>>>> There are a set of predefined events that you can implement handlers for
>>>> in Java or JavaScript, but there is no extension to add new ones. There
>>>> are extension points to add functions to the expression builder, but
>>>> this does not sound like what you want.
>>>>
>>>> Jason
>>>>
>>>> Sushant Dusad wrote:
>>>>> Hi All,
>>>>> I just want ot know if i can add custom events to BIRT that can be
>>>>> used by Javascript and Java.
>>>>> If yes the which is the extension point defined for that.
>>>>> Thanks and Regards
>>>>> Sushant Dusad
>
Previous Topic:Invalid Javascript Expression
Next Topic:Birt Batch Job
Goto Forum:
  


Current Time: Fri Apr 26 00:07:39 GMT 2024

Powered by FUDForum. Page generated in 0.03047 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top