It seems to happen on client auto-reconnect. Will try to investigate it and add some guards.
On Thu, Aug 4, 2011 at 01:44, [email protected] <[email protected]>wrote: > I don't know the code, but I guess maybe there is an error in the > addMessage-Method. > > If a view appears on top in 99% it means it attaches the view to the wrong > parent (and in that case puts it into the canvas). I guess the parent is > just wrong in the new view. > > Sebastian > > > 2011/8/3 Maxim Solodovnik <[email protected]> > >> Hello Sebastian, >> >> I add "drawing" statuses and "user left" activity status. >> Could you please take a look at my code? >> >> Rarely I see activity status is added above "Room Exit" button, but can't >> find the reason of such behavior :( >> >> On Mon, Aug 1, 2011 at 10:10, Maxim Solodovnik <[email protected]>wrote: >> >>> Hello Sebastian, >>> >>> Thanks for letting me know. >>> I'll try to merge my "status" fix ASAP. >>> >>> >>> On Sun, Jul 31, 2011 at 23:58, [email protected] < >>> [email protected]> wrote: >>> >>>> Hi Maxim, >>>> >>>> I have completed the Activity Window. >>>> >>>> To show a message in the window you can use this method-call: >>>> >>>> canvas.currentActivityList.addMessageRequest(rcl,message,tStamp); >>>> >>>> rcl: RoomClient-Object >>>> message: Text-String >>>> tStamp: TimeStamp (time in milliseconds, var tDate = new Date(), tStamp >>>> = tDate .getTime()) >>>> >>>> Sebastian >>>> >>>> -- >>>> Sebastian Wagner >>>> http://www.webbase-design.de >>>> http://openmeetings.googlecode.com >>>> http://www.wagner-sebastian.com >>>> [email protected] >>>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > Sebastian Wagner > http://www.webbase-design.de > http://openmeetings.googlecode.com > http://www.wagner-sebastian.com > [email protected] > -- WBR Maxim aka solomax -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
