FreiChat related discussions
Problem with script

I think it is easier to link you to the problem I have posted on the Microsoft website.

http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/7a767613-418f-447d-975c-63645a0636b2

I am working on a Visual Basic project, and upon using the "webbrowser1" window in Visual basic, I get the displayed error on that link above.

Can you provide a work around or a way to alter your script so the page loads in a VB web browser window?

I think it is easier to link you to the problem I have posted on the Microsoft website. http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/7a767613-418f-447d-975c-63645a0636b2 I am working on a Visual Basic project, and upon using the "webbrowser1" window in Visual basic, I get the displayed error on that link above. Can you provide a work around or a way to alter your script so the page loads in a VB web browser window?

Just an update on this.

Apparently the script is not working in IE, but it works on Firefox and Waterfox browsers.

Any ideas why it's not working?

Just an update on this. Apparently the script is not working in IE, but it works on Firefox and Waterfox browsers. Any ideas why it's not working?

Looking at the error, it seems that JSON is undefined .

You can try the following :

Go to https://github.com/douglascrockford/JSON-js/blob/master/json2.js

Create a new file named json2.js in freichat/client/

Now copy paste the code in the above link to your file(json2.js)

Then edit the file freichat/client/main.php

Before the line

require_once 'jsdef.js';


Add the following code

require 'json2.js';

Looking at the error, it seems that JSON is undefined . You can try the following : Go to https://github.com/douglascrockford/JSON-js/blob/master/json2.js Create a new file named json2.js in freichat/client/ Now copy paste the code in the above link to your file(json2.js) Then edit the file freichat/client/main.php Before the line <code> require_once 'jsdef.js'; </code> Add the following code <code> require 'json2.js'; </code>
Necessity is the mother of all inventions!

That got it working on Internet Explorer.

But now I face another problem. In Visual Studio, my VB project wont open the chat address and display the chat box.

That got it working on Internet Explorer. But now I face another problem. In Visual Studio, my VB project wont open the chat address and display the chat box.

my VB project wont open the chat address and display the chat box.

Which chat address are you talking about ?

my VB project wont open the chat address and display the chat box. Which chat address are you talking about ?
Necessity is the mother of all inventions!

If you followed the Link above from Microsofts site, it has the link to my chat.

There is a chat setup here you can use. Have the Visual Studio WebBrowser1 open that URL, and you will see what's going on.

www.vpshosteurope.com/test/chat.php

If you followed the Link above from Microsofts site, it has the link to my chat. There is a chat setup here you can use. Have the Visual Studio WebBrowser1 open that URL, and you will see what's going on. www.vpshosteurope.com/test/chat.php

Please edit your chat.php file so that it looks as follows:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge">


ALL FREICHAT CONTENT/CODE WILL COME HERE

Please edit your chat.php file so that it looks as follows: &amp;lt;code&amp;gt; &amp;lt;!DOCTYPE html&amp;gt; &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&amp;gt; &amp;lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot; &amp;gt; ALL FREICHAT CONTENT/CODE WILL COME HERE &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt; &amp;lt;/code&amp;gt;
Necessity is the mother of all inventions!

Thank you. That fixed that one but now for some reason, when I am logging in, I am strangely being redirected in my elgg site to MYURL/jquery/freichat_themes/search.jpg

Any ideas, what's going on here?

Thank you. That fixed that one but now for some reason, when I am logging in, I am strangely being redirected in my elgg site to MYURL/jquery/freichat_themes/search.jpg Any ideas, what&#039;s going on here?

Sorry, I don't have permissions to edit posts, so its redirecting to: Mysite/client/jquery/freichat_themes/search.jpg and then elgg displays a page saying: Sorry. We could not find the page that you requested.

Sorry, I don&#039;t have permissions to edit posts, so its redirecting to: Mysite/client/jquery/freichat_themes/search.jpg and then elgg displays a page saying: Sorry. We could not find the page that you requested.

Sorry for all the bumps. You need to let people edit there posts. ;)

Find attached screenshot of the .Net application in VB. (This chat is on my live site, which I can not post a link to yet.)

That's how it looks on VB, as you can see, it is missing the icons for Available and the scroll bars are shrunk for some weird reason. But It is working perfect in all web browsers. Any ideas on these issues?
Thanks

Sorry for all the bumps. You need to let people edit there posts. ;) Find attached screenshot of the .Net application in VB. (This chat is on my live site, which I can not post a link to yet.) That&#039;s how it looks on VB, as you can see, it is missing the icons for Available and the scroll bars are shrunk for some weird reason. But It is working perfect in all web browsers. Any ideas on these issues? Thanks
That's how it looks on VB, as you can see, it is missing the icons for Available and the scroll bars are shrunk for some weird reason. But It is working perfect in all web browsers. Any ideas on these issues?


We would like to know whether your redirecting problem mentioned before is solved ?
If not , please email us your website url + a test account . we will check what is causing the issue.

The icons are not visible because VB is using an old version of IE rendering engine , so it does not support some of the modern CSS properties .
&amp;lt;blockquote&amp;gt;That&#039;s how it looks on VB, as you can see, it is missing the icons for Available and the scroll bars are shrunk for some weird reason. But It is working perfect in all web browsers. Any ideas on these issues?&amp;lt;/blockquote&amp;gt; We would like to know whether your redirecting problem mentioned before is solved ? If not , please email us your website url + a test account . we will check what is causing the issue. The icons are not visible because VB is using an old version of IE rendering engine , so it does not support some of the modern CSS properties .
Necessity is the mother of all inventions!
111
10
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft