Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
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
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
This post has been edited 2 times, last edit by "klctal" (Jul 24th 2009, 5:10am)
Hello to all ...
klctal - I compiled and gave the following error:
source
phillchen - I compiled and gave the following error:
source 1.4
help me please
I just new in programming ...
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 ...
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.
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.
This post has been edited 1 times, last edit by "klctal" (Jul 31st 2009, 4:00am)
Similar threads
-
General topics, questions and discussions »-
How to convert ADO Database objects to Jabaco
(Jul 4th 2009, 12:13am)
-
Tips, Tricks, Samples & Tutorials »-
How to use JavaCOMBridge (JaCoB) with Microsoft Word
(Apr 16th 2009, 10:26pm)
-
General topics, questions and discussions »-
discussion: documentation & Jabaco Wiki & TOC
(Jun 14th 2009, 4:00pm)
-
General topics, questions and discussions »-
File operations don't work for me
(Dec 14th 2008, 7:32pm)
