Re: [Dynapi-Help] ButtonImage

2005-01-24 Thread Raymond Irving
The strange thing is that the snapshots should run nightly builds but it just not doing it. I've tried to get it working once but no luck what so ever. I don't have access to do that task it seems. The other thing is that we can't even get the website updated. The guys who are mor knownledgeable

Re: [Dynapi-Help] ButtonImage

2005-01-21 Thread Michael Kunze
Leif W wrote: Err, Hi! *blink* Nobody answered yet? Nope and i already gave up hope ;) That's DynAPI 3 beta 1, correct? Did you by chance try to get the CVS version? I assume it's the latest CVS version. I found a snapshot on some page (don't remember which one) but i got files from oktober 20

Re: [Dynapi-Help] ButtonImage

2005-01-21 Thread Leif W
Michael Kunze; 2005 January 16 Sunday 20:05 Hi, Err, Hi! *blink* Nobody answered yet? i got some problems So have I. ;-) with the new ButtonImage form the latest snapshot. That's DynAPI 3 beta 1, correct? Did you by chance try to get the CVS version? i've got the following code: var LoginButt

Re: [Dynapi-Help] buttonimage event triggers all listeners

2001-06-21 Thread Doug Melvin
in you first EventListtener call you set the target, but you forget in the rest icon1_lis=new EventListener(icon1) Vs icon2_lis=new EventListener() It is best to always specify the target of the EventListener when creating it.. Everything else appears find to me - Original Message - From:

Re: [Dynapi-Help] buttonimage event triggers all listeners

2001-06-20 Thread Ed Baxter
oops...the two "setBubble" lines should not be there (I was just experimenting). The original question still stands. On Wednesday 20 June 2001 13:51, you wrote: > Can anyone tell me why clicking one buttonimage in the code below triggers > all of the event listeners instead of only the one tied