Home | Reviews | GUIpedia | Forum | Fun500


C2K9 Word Processor
Hey, I'm making a word processor for Cobra called WordPro. It has Save, Load, Minimize, Close, Fore/background Color changer, Bold, underlined and print, It can write 1 page at a time. I can make it print with Italics, Underlined, or bold thanks to printer codes, I might add a center function aswell, Do you know how many horizontal and vertical characters can be printed? I have an enter function now!!! lool, before it was one string, not it's a DIM lines(ammount.of.lines%) as string now. I don't know how to print color, but I don't think I would print the background color though :cheer:
2009-02-2110:29 PM

Re:C2K9 Word Processor
Well done. Post us some code if you can.
2009-02-2110:37 PM

Re:C2K9 Word Processor
Thanks. I don't code properly, no neatness, all I rely on to know where specific code is is the amount of blank lines left between each page :laugh:
2009-02-221:03 AM

Re:C2K9 Word Processor
That's WordPro so far, please tell me what to do next? I'm planning on an editor, EasyEditor, where you can move the cursor with arrows. Then I'll make DocView. it views your final documents. [img size=150]http://host.theguiblog.com/kigon/Screenshot-6.png[/img]
2009-03-125:17 PM

BrandonRe:C2K9 Word Processor
I see you were talking to my sister :P The screen shot is pretty impressive.
2009-03-125:37 PM

pharoahRe:C2K9 Word Processor
May I humbly suggest a different background color?
2009-03-131:08 AM

Re:C2K9 Word Processor
You can change it when you use it yourself ;)
2009-03-134:18 AM

BrandonRe:C2K9 Word Processor
[quote]May I humbly suggest a different background color?[/quote] Got a problem with Pink?
2009-03-1311:31 AM

pharoahRe:C2K9 Word Processor
It's hard on the eyes. Don't make me remind you of your lime green theme for brandoncornell.com :).
2009-03-1312:44 PM

Re:C2K9 Word Processor
Themes Themes... I got it! You could also change the window color for WordPro! No, Cobra! Just off a simple ini file.B)
2009-03-136:40 PM

Re:C2K9 Word Processor
WordPro now saves in TXT, HTM, WPD and WRI :cheer: [img size=150]http://host.theguiblog.com/kigon/Screenshot-7.png[/img]
2009-03-158:07 AM

BrandonRe:C2K9 Word Processor
So if I save as HTML, and then open the file with Firefox, will it have the same formating?
2009-03-158:45 AM

Re:C2K9 Word Processor
What's that?
2009-03-154:58 PM

BrandonRe:C2K9 Word Processor
Well when you say you have the ability to save as HTML, does it just change the file association? Or does it actually change format?
2009-03-156:43 PM

Re:C2K9 Word Processor
changes format, that how it allows color.
2009-03-164:07 AM

Re:C2K9 Word Processor
talking about color... how do i make r,g,b work not hex!?
2009-03-174:28 AM

BrandonRe:C2K9 Word Processor
[code]RED TEXT[/code]
2009-03-171:57 PM

Re:C2K9 Word Processor
Thankyou!
2009-03-175:02 PM

pharoahRe:C2K9 Word Processor
You should add support for the QML format. It's definitely easier to parse and output than HTML.
2009-03-1710:09 PM

Re:C2K9 Word Processor
I will add that.
2009-03-184:08 AM

GUIs


2021 Brandon Cornell