BlackBerry Forums Support Community
              

Reply
 
Thread Tools
Old 10-14-2004, 10:26 PM   #1
Mark Rejhon
Retired BBF Moderator
 
Mark Rejhon's Avatar
 
Join Date: Aug 2004
Location: Ottawa, Ontario, Canada
Model: Bold
Carrier: Rogers
Posts: 4,870
Default How to paste 100% FORMATTED Source Code In Your Forum Posts

Please Login to Remove!

How To Attach Source Code To Your Forum Posts

PHP Code:
Attaching source code is done by copy-and-paste.  Howeveryou need 
to 
do a special procedure.  When pasting source code in your posts in the 
Developer Forum
don't forget to put a "xxx91;codexxx93;" at the beginning of your 
source code, and then a "xxx91;/codexxx93;" at the end of your source code.   This 
prevents the forum system from messing up your source code. 

Example #1: Messy Paste

import javax.microedition.lcdui.*;

public class HelloWorld extends MIDlet implements CommandListener {
private Command exitCommand;
private TextBox tbox;

public HelloWorld() {
exitCommand = new Command("Exit", Command.EXIT, 1);
tbox = new TextBox("Hello world MIDlet", "Hello World!", 25, 0);
tbox.addCommand(exitCommand);
tbox.setCommandListener(this);
}

protected void startApp() {
Display.getDisplay(this).setCurrent(tbox);
}

protected void pauseApp() {}
protected void destroyApp(boolean bool) {}

public void commandAction(Command cmd, Displayable disp) {
if (cmd == exitCommand) {
destroyApp(false);
notifyDestroyed();
}
}
}



Example #2: Correctly Done Paste

PHP Code:
xxx91;codexxx93;

import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;

public class 
HelloWorld extends MIDlet implements CommandListener {
    private 
Command exitCommand;
    private 
TextBox tbox;

    public 
HelloWorld() {
        
exitCommand = new Command("Exit"Command.EXIT, 1);
        
tbox = new TextBox("Hello world MIDlet""Hello World!"250);
        
tbox.addCommand(exitCommand);
        
tbox.setCommandListener(this);
    }

    protected 
void startApp() {
        
Display.getDisplay(this).setCurrent(tbox);
    }

    protected 
void pauseApp() {}
    protected 
void destroyApp(boolean bool) {}

    public 
void commandAction(Command cmdDisplayable disp) {
        if (
cmd == exitCommand) {
            
destroyApp(false);
            
notifyDestroyed();
        }
    }
}
xxx91;/
codexxx93; 
__________________
Thanks,
Mark Rejhon
Author of XMPP extension XEP-0301:
www.xmpp.org/extensions/xep-0301.html - specification
www.realjabber.org - open source

Last edited by Mark Rejhon; 03-15-2005 at 01:58 PM..
Offline   Reply With Quote
Old 09-30-2008, 03:32 AM   #2
myraddin
Knows Where the Search Button Is
 
Join Date: Sep 2008
Model: 8900
OS: 4.3-4.6.1
Carrier: t-mobile
Posts: 39
Wink

And how do we use colour in code ?
Can it be done automatically ?
Can we use [code=java] -> Edit: no we cannot

Edit:

I will answer myself :

use "[php]" instead of "[code]" -

(and no, "[java]" unfortunately does not work )

Last edited by myraddin; 10-02-2008 at 06:09 AM.. Reason: new found information
Offline   Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Beautiful Leather Journal - Vintage Brown picture

Beautiful Leather Journal - Vintage Brown

$12.00



Vintage American Optical Lens Set with Tools, Case picture

Vintage American Optical Lens Set with Tools, Case

$24.97



Vintage Hand Operated

Vintage Hand Operated "The Perfect Valve Lathe" ~ PAT: May 11, 1926

$99.00



Vintage Perry Davis Equipment Model 619 Condenser and Coil Tester picture

Vintage Perry Davis Equipment Model 619 Condenser and Coil Tester

$100.00



Birtcher UV Filter Lamp 627 Vintage Medical Blue Light Working USA 115v 20W picture

Birtcher UV Filter Lamp 627 Vintage Medical Blue Light Working USA 115v 20W

$89.95



Vintage Journal 220 Antique Paper 7 X 5 inches Leather Bound Handmade Diary picture

Vintage Journal 220 Antique Paper 7 X 5 inches Leather Bound Handmade Diary

$19.79







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.