[Proto-Scripty] Strange Response to AjaxRequest (12019)

2010-03-24 Thread ferion
Hello everybody, I'm using a pollertechnic to recieve continuisly updates from a dispatcher. This mostly works fine. In rare occasions I recieve the Status 12019. 12019 ERROR_INTERNET_INCORRECT_HANDLE_STATE The requested operation cannot be carried out because the

[Proto-Scripty] Re: Ajax Login and Firefox and Passwordmanager

2010-02-02 Thread Ferion
Olla, ok i found it. You have to put the input for username before the passwort input. Elsewhise FF will ignore the username. Hope if anybody experiences the same Problem this will help. Ferion On 1 Feb., 18:34, Ferion mad_jo...@gmx.de wrote: Hello Everybody, i'm trying to use a loginform

[Proto-Scripty] Ajax Login and Firefox and Passwordmanager

2010-02-01 Thread Ferion
for this? Ferion -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptacul...@googlegroups.com. To unsubscribe from this group, send email to prototype-scriptaculous+unsubscr

[Proto-Scripty] Drag handle

2009-10-07 Thread ferion
Hello everybody, i'm using an Draggable Object, which gets handelt by an inner element via the handle parameter. This works perfectly. My Problem is, neither the onDrag nor the change Event get fired while i'm dragging. When i remove the handle, the event is fired. Where do i go wrong? Ferion

[Proto-Scripty] Re: Drag handle

2009-10-07 Thread ferion
Sure thing. The application ist a script with ca. 17.000 lines code, which is too much to post. The critical line is: this.Dragger = new Draggable($(this.widgetId),{handle: $ (this.widgetName+_dragger), onStart:this.startDrag.bind(this), onEnd:this.stopDrag.bind(this), starteffect:null,

[Proto-Scripty] Re: Eventchain click and drag

2009-07-31 Thread ferion
Seems like i got the annoying (or the dumb) problems. Does never anybody dealt with the Problem aof an Eventchain? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this

[Proto-Scripty] Re: Eventchain click and drag

2009-07-31 Thread ferion
I want to bind two events on one object. One of them ist the Drag Event provided by the Draggable Object The other ist a click event simply attached by Event.observe Problem is, the IE ignores the click Event and fires everytime the Drag event. Qestion: How do i convince the IE to fire a click

[Proto-Scripty] Re: Manipulating the ghostly Clone

2009-07-30 Thread ferion
You are right Mr. Fine. But altering the source of prototype itself ist critical if you do want to update the library constantly. I would need to change the fragment every new release. My version is dirty, but until the browser behave differently i need to use this. Thx Joker

[Proto-Scripty] Eventchain click and drag

2009-07-30 Thread ferion
Hello everybody, another problem occured while coding complex stuff. I try to bind 2 events on one Element like this: this.Dragger = new Draggable($(this.widgetToolId),{revert: this.shallIToolRevert.bind(this), onStart:this.startDrag.bind(this), onEnd:this.stopDrag.bind(this),

[Proto-Scripty] Re: Manipulating the ghostly Clone

2009-07-29 Thread ferion
Nobody? Seems to be a complicated problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To

[Proto-Scripty] Re: Manipulating the ghostly Clone

2009-07-29 Thread ferion
Olla, all praises to Mr Fine :) You pointed me in the right direction. I found a workaround, which is fishy but works in IE7+8 and FF2+3 function getGhost(objectId) { var helper = $(objectId); // Das ist das Orginal helper.setAttribute(id,isGhosted); var ghost =

[Proto-Scripty] Manipulating the ghostly Clone

2009-07-28 Thread ferion
is not an option. Question is how do i access the Ghost? Thanx for your help Ferion I apologize for the lack of proper english. I'm not a native speaker --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us

[Proto-Scripty] Re: Parsing XML

2009-07-23 Thread ferion
:48 am, ferion fer...@gmx.de wrote: Olla, is there nobody out there who is able to help me out? If i'm posting in the wrong forum or if my question is stupid like shooting in your own foot, please tell this to me. I'm realy clueless. Ferion I'm sorry, I have never (well, not since

[Proto-Scripty] Parsing XML

2009-07-21 Thread ferion
causes the Problem. I was working on this for hours know, and decided to look for help by the gurus in this forum. Thanks in advandce Ferion P.S. Please exuse my improper english. I'm not a native speaker. --~--~-~--~~~---~--~~ You received this message because

[Proto-Scripty] Re: Parsing XML

2009-07-21 Thread ferion
Olla, is there nobody out there who is able to help me out? If i'm posting in the wrong forum or if my question is stupid like shooting in your own foot, please tell this to me. I'm realy clueless. Ferion --~--~-~--~~~---~--~~ You received this message because

[Proto-Scripty] Event Supressing

2009-04-24 Thread ferion
is sadly not an option, because the scrollbar disappears. Does anybody has an idea? Ferion --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email

[Proto-Scripty] Re: Misinterpretating Effect.morph()?

2009-04-02 Thread ferion
Olla, this is emberassing. I tryd about 10 hours yesterday, including reverse engeneering of script.aculo.us and nothing seems to work. Solution: use with new and everything works fine. Thanks for answering my stupid questions. Ferion On Apr 2, 1:09 pm, ColinFine colin.f...@pace.com wrote

[Proto-Scripty] Misinterpretating Effect.morph()?

2009-04-01 Thread ferion
? Ferion P.S. I'm sorry for my weak english. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe