Vladimir Kelman
Vladimir Kelman
Honestly, I forgot details. I think I moved my code which was interacting with iziModal under different event handler....
Guys, does someone have a working SignalR example with **this** version of ChatJs?
@rpaschoal and @andrerpena , Apparently, code written by rpaschoal was merged into chatjs and it made it unusable. Multiple errors, undefined things like "YatServerAdapter" inside chatjs\ChatJs\js\jquery.chatjs.messageboard.ts , multiple instances of...
@rpaschoal , I understand that during successful compilation existing .js files should be replaced by once generated by Typescript compiler. I just meant that [some of] current .js files in...
@rpaschoal and @andrerpena , Just to confirm I did a correct thing: On the top of jquery.chatjs.messageboard.ts is the followng: `/// ` But NuGet command `Install-Package jquery.autosize.TypeScript.DefinitelyTyped` installs it to...
@rpaschoal - thank you. I grabbed your updated jquery.chatjs.userlist.ts, it eliminates that error. I'm still puzzled by the following. Maybe there are some missing references on the tops of jquery.chatjs.controller.ts...
In particular, `Error 2 Cannot find name 'chatJs'. chatjs\ChatJs\js\jquery.chatjs.controller.ts 111` is pretty obvious: there is no such object as "chatJs" defined in this file. It cannot work this way. But...
@rpaschoal - I definitely don't blame you in anything, but rather thankful for your help. I'm trying to choose between several possible initial chat solutions, then I would need to...
Visual Studio 2013 Package Manager Console: ``` PM> Install-Package jquery.TypeScript.DefinitelyTyped -Version 2.1.1 Installing 'jquery.TypeScript.DefinitelyTyped 2.1.1'. Successfully installed 'jquery.TypeScript.DefinitelyTyped 2.1.1'. Adding 'jquery.TypeScript.DefinitelyTyped 2.1.1' to chatjs. Successfully added 'jquery.TypeScript.DefinitelyTyped 2.1.1' to chatjs....
OK, I understood why there were "Duplicate identifier" errors: building a project for some reason generated two SignalR type definition files: signalr-1.0.d.ts (Type definitions for SignalR 1.0) and signalr.d.ts (Type...