-
1. Re: Trying out a new client
!Firedog Aug 30, 2009 1:33 AM (in response to !Firedog)Let's try something formatted as JS:
class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. } }and plain nonformatted (= pre, I suppose)
class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. } }Noel
-
2. Re: Trying out a new client
Harbs. Aug 30, 2009 3:11 AM (in response to !Firedog)In the Web interface, the first one looks okay (but no formatting). In the client, neither text shows up at all!
Email style code tags:
for(var i=0;i<100;i++){ alert("One day it'll be easy to use these forums!"); }noformat code tags:
for(var i=0;i<100;i++){
alert("One day it'll be easy to use these forums!");
}{/noformat}
java code tags:
for(var i=0;i<100;i++){
alert("One day it'll be easy to use these forums!");
}{/java}
-
3. Re: Trying out a new client
Harbs. Aug 30, 2009 3:13 AM (in response to Harbs.)Hmm.
That's no good...
-
4. Re: Trying out a new client
!Firedog Aug 30, 2009 4:36 AM (in response to Harbs.)Looks like oddly-formatted bits of posts don't make it back to the client. I'm sure Jochem's working on that.
The formatting tags (see http://forums.adobe.com/servlet/JiveServlet/download/3384-445069-2024949-10091/Text+Markup +Syntax+Help.htm ) don't need slashes in the closing ones - same tag fore and aft. "code" tags should default to formatting as JS, but I couldn't see any colour-coding of reserved words, for example.
I forgot to try an index to see whether that makes it through the filters. That has supposedly been fixed.
(This posted from the web since I happened to be here)
Noel
-
5. Re: Trying out a new client
Harbs. Aug 30, 2009 4:57 AM (in response to !Firedog)Let's try another one...
Curly:
days = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday"] for(var i=0;i<days.length;i++){ alert("Maybe on "+days++" it'll be easy to use these forums!"); }Square:
days = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday"] for(var i=0;i<days.length;i++){ alert("Maybe on "+days++" it'll be easy to use these forums!"); }curly with spaces:
days = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday"] for(var i=0;i<days.length;i++){ alert("Maybe on " + days+ + " it'll be easy to use these forums!"); }square with spaces:
days = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday"] for(var i=0;i<days.length;i++){ alert("Maybe on " + days+ + " it'll be easy to use these forums!"); } -
6. Re: Trying out a new client
Harbs. Aug 30, 2009 5:00 AM (in response to Harbs.)Nope. That's pretty messed up. Indexes still are no good...
Harbs
-
7. Re: Trying out a new client
Jochem van Dieten Aug 30, 2009 6:44 AM (in response to !Firedog)I'm not (yet) working on the way messages are displayed / posted. I just finished the protection against negative numbers of unread messages, next is reimplementing the synchronisation of threads to get rid of the messagecounts that are too high. Which is a bit of a pain, because they occur when you have a unread message in one forum that is moved to another forum or deleted before it is read, and Jive does not have webservices that publish that data.
-
8. Re: Trying out a new client
Harbs. Aug 30, 2009 12:33 PM (in response to Jochem van Dieten)Well, we appreciate all your hard work!
Thanks,
Harbs




