Frite v0.11 available now for download

Posted on February 25th, 2009.

Good news. I finally managed to get Frite available for download from sourceforge.net. Please check the page I dedicated for Frite. All the information about Frite is there.

Here is the link.
http://www.degenio.com/frite
Please do not forget to make comments and advise of any bugs, suggestions, etc…
Thanks

Update: Please use the comments system here for any questions related to Frite (download, features, links etc.)

Make a Comment

Make A Comment: ( 40 so far )

blockquote and a tags work here.

40 Responses to “Frite v0.11 available now for download”

RSS Feed for Oracle Developer Tools and Thoughts Comments RSS Feed

There are problems to download the user guide. I have tried but no success. Fabrizio

Fabrizio Delli Priscoli
February 26th, 2009

downloading now, can´t wait to test it :)

Jose
February 26th, 2009

This is a huge piece of work, Hafed. Well done !
Thank you very much in the name of the community ;o)
Francois

Francois
February 26th, 2009

@Fabrizio: I just tried it now and it is available. May be you can try the direct download at: http://osdn.dl.sourceforge.net/sourceforge/degenio-frite/frite_user_guide.pdf

Hafed
February 26th, 2009

hey man
it’s a great tool

but
is it just support the english languge?

i tried to write arabic text it didn’t appear

any suggestion ?

snix
March 15th, 2009

@snix: I modified FRITE to take into account languages that are RTL. I did not have time to test the arabic functionality. I might upload the package this coming week. Please check back later on. Thanks.

Hafed
March 15th, 2009

Hi,

I’m using Forms 6, Is Frite compatible?

If not, what can I use to put Rich Text in my application?

Thanks,

Sandro (Brazil)

Sandro Herbst
March 24th, 2009

@Sandro: you need to be in web mode at least to get beans to work with Forms. Otherwise, I don’t know of any other way to get rich text in Forms.

Hafed
March 24th, 2009

Great product!! Is it possible for this to support the import of a ms word spellcheck dictionary and is it possible to offer autocorrect with Frite?
Thanks,
WGP3

Whitney
May 5th, 2009

@Whitney: I have not looked at that option. However, that could should not be very difficult to do. I am not actively working on Frite these days but I have a number of features planned for the next release (late august 2009) and that might include a spellchecker.

Hafed
May 5th, 2009

Great product,
Is it possible
to translate the
messages/bubble
hints say in Dutch

Gerrit
May 13th, 2009

@Gerrit: yes, there is a language file that needs to be translated to Dutch. If you want to volunteer, I can send it to you.

Hafed
May 14th, 2009

Hafed, yes please send me the language file and instructions how to use in Frite (It would be fine if the basic language file is in English, my French is very poor).

Thanks
Gerrit

Gerrit
May 15th, 2009

Hello Hafed, I am working now of RTF editor for forms.
Is FRITE opensource? If yes – can I get sources to review and check how IU can use it for RTF editing?

Thanks in advance,

Alex

Alex
May 18th, 2009

@Alex: I sent you the sources. Check your email !

Hafed
May 18th, 2009

I was just loooking for something like that to use in FOMS anda I found here. Thanks. I´m gonna downaload and try to user. Thanks again. Cesar Becker

Cesar
June 2nd, 2009

Hi, can I assign it to an Oracle Forms long item? Text Item is too short for me, I need more than 4000 bytes, so I have a CLOB in database table.

Thanks,
Miroslav

Miroslav
June 4th, 2009

In Your documentation about FRITE You wrote about an Oracle Reports integration.
Could You explain how that integratio could be done ?
Tks
Tullio

Tullio
June 26th, 2009

good work

ezgheib
June 30th, 2009

Great JOB HAFED
Je suis très fière qu’un algérien puissent réalisé un tel travail
Bravo BRAVO BRAVO

Yasser
July 3rd, 2009

good work

kiran
August 12th, 2009

Hafed, I really like this product, thanks. I was able to save the formatted text to my database. Is there a way to not display the basic menu. I am wanting a text-item that shows the formatted text but won’t be edited. Please e-mail if you get a chance.

John
August 12th, 2009

Hafed, could I get a copy of the source?

John
August 14th, 2009

I just want to clear my doubts regarding switching jobs.
As of now i am currently working as a database Developer in MySQl (open-source) .. & its almost from last 14 months that means i have more than a year experience in MySQL Development which we do using SQL, stored routines etc …
.But before getting a job in MySQL i completed my Oracle 9i Certification an OCA.

Now i want to change my JOB …so is it possible to switch from MySQL development to Oracle Developer .. What type of questions can be asked … & what other points .i should know for switching my job from MySQL to Oracle development.

Aijaz Mallick
September 6th, 2009

Hello,
There’s a problem in the bean with the alignment of the text.
When you set the value of the textarea to: “lalala” with the set_custom_property, it doesn’t work and it doesn’t apply the new alignment.
Do you notice that?
Thanks.

amparo
September 14th, 2009

I have not seen it yet. I will be checking it with the other bugs. Thanks for reporting it.

Hafed
September 14th, 2009

Hello!
You can test it that way:

1.- WHEN-NEW-FORM-INSTANCE:

Set_Custom_Property( ‘BL.TEXTAREA’, 1, ‘SET_TEXT’, ‘lalala’);

2.- Modify the alignment to “right” yo can see that it works inside the textarea.

3.- WHEN-CUSTOM-ITEM-EVENT:

Get_Custom_Property(’BL.TEXTAREA’,1,’GET_TEXT’);

When you get the html of the textarea, the alignment it still being “left” not “right”, but inside the textarea you can see how it changes.

Thanks Hafed!

amparo
September 16th, 2009

Hi,

I have been testing Frite in a project of mine where we have Forms with Frite Components and BI Publisher working together.

It works quit nice but I have some question regarding copying between Office (word and excel) and forms.

I have the signed java component and it is possible to copy between most programs such as wordpad, notepad and so on. But I can’t get it to work with Office Word or Excel.

Should is be possible? Is says so in the documentation. So the question is what I have done wrong? I have Office 2003.

Is it possible to get the source code? Then I could try to build and sign the jarfile myself.

At last – Will there be a new version of Frite? If so – do you know the time frame when you will be releasing it.

Regards

Anders

Anders
September 16th, 2009

I have not tested it with Microsoft word or Excel. However, Frite uses HTMLEditorKit which is supposed to be compatible with HTML 3.2. As such, copying from an HTML compliant editor should work with Frite. Now, I will have to investigate this issue further.

As far as a new version is concerned, I have been busy with other projects lately and can’t give a firm timeframe. I will send you the source code.

Hafed
September 16th, 2009

Oui tout à fait Yasser. Hafed est un professionnel et c’est mon professeur présentement.

abed
October 1st, 2009

Hi again,

Perhaps I misspelled my email because I haven’t received any source code yet. If it possible I would be very grateful if I could have a copy of the source code.

Regards

Anders

Anders
October 7th, 2009

@anders: please check your email. Source code is included.

Hafed
October 7th, 2009

error: java.lang.unsupportedclassversionerror:(unsupported.major.minor version 49.0)
when run form oracle(10.1.2.0.2) wich have javabeans java vesrion 1.5.0

hytham
October 28th, 2009

Great! Is there a 4000 byte size limitation on the text field? What about long fields that map to CLOB columns? Will it work for those?

Gray Fernandez
November 10th, 2009

Hi,
thank for a good tools

Cetin
January 9th, 2010

Hi Hafed Benteftifa, thank for a excelent tool, I need download, but i can’t, helpme please, really I need your too
l, thank happy new yer, God bless you.

Richard Granja
January 17th, 2010

how to download?
i did not see any link

Has
January 22nd, 2010

Hi,

Great job!

I would like to save contents in CLOB columns or OAS file system. Is the source code available to do so? Could you share your code, please?

Regards,

Uriel
February 2nd, 2010

Hello Hafed!

Great job on the editor bean! It looks great. One problem – I get an error on submitting a document larger than 32k to a clob. Am I doing something wrong or is that something I need to manually change? I was looking for the source code but couldnt find it.

Mo
February 3rd, 2010

Thanks for your effort.

Ola
March 7th, 2010

Where's The Comment Form?

About

Enterprise IT Tools and Thoughts, dealing mainly with Oracle Developer tools (Forms & Reports)

By Hafed Benteftifa

Recent Comments

RSS

Subscribe Via RSS

  • Subscribe with Bloglines
  • Add your feed to Newsburst from CNET News.com
  • Subscribe in Google Reader
  • Add to My Yahoo!
  • The latest comments to all posts in RSS