You are not logged in.

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

1

Friday, July 24th 2009, 4:52am

Simple Word Processor

Hi everybody,

I've created a word processor that saves (and loads of course) RTF Files.
Notice that in the folder Res, theres another folder res. Copy the files to the first Res folder
I created on windows vista so the menu bar might be a little bad.
Credits:

LoadFile And Savefile, I got some help from A1880 and OlimilO.
Enjoy it

Download(from my site)

Thanks,

klctal
klctal has attached the following image:
  • JavaPad.PNG
:D

This post has been edited 2 times, last edit by "klctal" (Jul 24th 2009, 5:10am)


klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

2

Saturday, July 25th 2009, 3:04am

I've made a newer one...

Download Source (also from my site)

It includes new save PDF.
:D

phillchen

Beginner

  • "phillchen" is male

Posts: 2

Date of registration: Jun 14th 2009

Location: Malaysia

Occupation: Software Developer

Hobbies: Programming, Music

  • Send private message

3

Saturday, July 25th 2009, 6:05am

cool ;)
Phill Chen
SoftEngine Software

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

4

Saturday, July 25th 2009, 12:35pm

Hi phillchen,

Quoted


cool ;)

Thanks for your response.

I will upload a newer version soon. (Well because not all functions work the best)



Thanks,

klctal
:D

natch

Beginner

Posts: 11

Date of registration: Jul 27th 2009

  • Send private message

5

Monday, July 27th 2009, 2:35pm

Hello to all ...

klctal - I compiled and gave the following error:
source

Source code

1
2
3
4
 Error in compilation. Class' Form1 'Line: 262 
Classe'PDFDocument'Not Found 

Dim Doc As New PDFDocument 



phillchen - I compiled and gave the following error:
source 1.4

Source code

1
2
3
4
Error in compilation. Class' Form1 'Line: 384 
Classe'com#lowagie#text#Document'Not Found 

Dim Doc As com#lowagie#text#Document

help me please
I just new in programming ...

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

6

Monday, July 27th 2009, 2:46pm

Hello natch,

You would have to have iText_2.17.jar for the PDF maker to work.

1. Download iText

2. Go to Project->Refrences(ClassPath)

3. Go to "Add Jar Archive"

4. FInd Class PDFDocument

5. Check it



Thanks, klctal
:D

natch

Beginner

Posts: 11

Date of registration: Jul 27th 2009

  • Send private message

7

Monday, July 27th 2009, 3:12pm

the iText is a Lib?
where we find the iText?

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

8

Tuesday, July 28th 2009, 2:00am

Hi natch,

You can download it from here: http://www.lowagie.com/iText/download.html
:D

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

9

Tuesday, July 28th 2009, 3:46am

I've created a newer version:

Download Source_2.rar
:D

natch

Beginner

Posts: 11

Date of registration: Jul 27th 2009

  • Send private message

10

Thursday, July 30th 2009, 2:40pm

Thanks for the link ...

But I download the source code or the code complied?
And use it?
Of me understand a little help because it

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

11

Friday, July 31st 2009, 3:48am

First, the iText you need is a compiled Jar archive. Do not download the source. It's useless in this project.

Source codes (or the ones I posted) are Jabaco source files.

In order to let the compile error class PDFDocument not found be fixed, you'll have to add the JAR archive into the classpath. Go to Project->classpath then add jar archive. Select where you downloaded iText and then in the text box type "PDFDocument". Then click find class. You should be able to find the class. Just check the check box and click close.
:D

This post has been edited 1 times, last edit by "klctal" (Jul 31st 2009, 4:00am)


natch

Beginner

Posts: 11

Date of registration: Jul 27th 2009

  • Send private message

12

Friday, July 31st 2009, 4:57am

Thanks ...

Rate this thread
WoltLab Burning Board