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


BISSELL 3-in-1 Turbo Lightweight Stick Vacuum, 2610 (Black) picture

BISSELL 3-in-1 Turbo Lightweight Stick Vacuum, 2610 (Black)

$36.06



Bissell 3-in-1 Lightweight Corded Stick Vacuum 2030 picture

Bissell 3-in-1 Lightweight Corded Stick Vacuum 2030

$27.44



Gamma Vacuum Digitel 1000W Multiple Ion Pump Power Supply and Controller picture

Gamma Vacuum Digitel 1000W Multiple Ion Pump Power Supply and Controller

$1150.00



BLACK+DECKER dustbuster AdvancedClean Cordless Handheld Vacuum picture

BLACK+DECKER dustbuster AdvancedClean Cordless Handheld Vacuum

$49.99



3 CFM Air Vacuum Pump HVAC Manifold Gauge Set AC A/C Refrigeration Kit picture

3 CFM Air Vacuum Pump HVAC Manifold Gauge Set AC A/C Refrigeration Kit

$49.30



Commercial Vacuum Sealer Machine Chamber Food Saver Bag Packing Sealing 110V picture

Commercial Vacuum Sealer Machine Chamber Food Saver Bag Packing Sealing 110V

$270.89







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