Search found 18 matches

by remixtech
Wed Aug 06, 2008 3:18 pm
Forum: Support
Topic: Recover the Filename of Picture when Html Saving
Replies: 8
Views: 23276

Okay ;) thanks,
by remixtech
Fri Aug 01, 2008 9:11 pm
Forum: Support
Topic: Recover the Filename of Picture when Html Saving
Replies: 8
Views: 23276

Hum it's okay for a lot of thing, but for background... It is impossible to add a rvespImageFileName...

Is there a solution or must I implement it ?

Thanks a lot,
by remixtech
Fri Aug 01, 2008 8:42 pm
Forum: Support
Topic: Recover the Filename of Picture when Html Saving
Replies: 8
Views: 23276

Hum after investigation :

I have found some solutions :

Code: Select all

  rvActionInsertPicture1.StoreFileName := true;
  rvActionTableProperties1.StoreImageFileName := true;

editeur.SetCurrentItemExtraStrProperty(rvespImageFileName,lafenetre.ed_url.text,true);
Do you have any other solutions ?
by remixtech
Fri Aug 01, 2008 7:53 pm
Forum: Support
Topic: Recover the Filename of Picture when Html Saving
Replies: 8
Views: 23276

This is my function : function tf_ecriture.givemecid: string; var buffer: string; begin randomize; buffer := inttostr(random(9999999999)) + 'IMAIL' + inttostr(random(9999999999)) + '@onkeysoft'; while liste_cid.IndexOf(buffer) <> -1 do buffer := inttostr(random(9999999999)) + 'IMAIL' + inttostr ...
by remixtech
Fri Aug 01, 2008 7:51 pm
Forum: Support
Topic: Recover the Filename of Picture when Html Saving
Replies: 8
Views: 23276

With trichviewaction i add some pictures on the documents, i add also other pictures from the web like this: editeur.InsertPicture(lafenetre.ed_url.text, gr, rvvaBaseLine); I would like to change all the filename or URL (because with this function i store URL) with Content id (i am developping a ...
by remixtech
Fri Aug 01, 2008 7:29 pm
Forum: Support
Topic: Recover the Filename of Picture when Html Saving
Replies: 8
Views: 23276

I had picture like this : (for the test) var lafenetre: tf_dlpicture; gr: TGraphic; pic: TPicture; generatefilename: string; fs: tfilestream; begin randomize; lafenetre := tf_dlpicture.Create(self); try if lafenetre.ShowModal = mrOk then begin generatefilename := rightstr(lafenetre.ed_url.Text ...
by remixtech
Fri Aug 01, 2008 2:34 pm
Forum: Support
Topic: Recover the Filename of Picture when Html Saving
Replies: 8
Views: 23276

Recover the Filename of Picture when Html Saving

Hello, I would like to recover the filename of picture (background of a table)... and i don't know how to recover it... This code showme the location of image in the document procedure Tf_ecriture.editeurHTMLSaveImage(Sender: TCustomRichView; RVData: TCustomRVData; ItemNo: Integer; const Path ...
by remixtech
Sat Nov 03, 2007 1:16 pm
Forum: Support
Topic: Problem with addict live spelling
Replies: 6
Views: 17718

Always no news ? Is the bug corrected ?

Thanks a lot,
>Bye
by remixtech
Sat Aug 04, 2007 9:23 pm
Forum: Support
Topic: Problem with addict live spelling
Replies: 6
Views: 17718

This is not a feature but a bug,

I understand, thanks for your answer,

Bye
by remixtech
Fri Aug 03, 2007 9:38 pm
Forum: Support
Topic: Problem with addict live spelling
Replies: 6
Views: 17718

No news for this bug ? I will sell my software in anuary 2008, i hope this bug ll be corrected ...

An other thing :
I know how to start livespelling

Code: Select all

editeur.StartLiveSpelling;
How can I stop livespelling ?

Thanks a lot, and sorry for my bad english, this is a foreign language for me ;)
by remixtech
Mon Jun 25, 2007 12:43 pm
Forum: Support
Topic: Multiple forms with richviewactions
Replies: 8
Views: 24304

thanks
by remixtech
Mon Jun 25, 2007 10:19 am
Forum: Support
Topic: Multiple forms with richviewactions
Replies: 8
Views: 24304

There is no solution possible ? I could allocate only action on the activated form?
Thanks
by remixtech
Mon Jun 25, 2007 10:01 am
Forum: Support
Topic: Multiple forms with richviewactions
Replies: 8
Views: 24304

I have only one richviewaction on the principal form ..
The problem is visual, when i click on the bold button on one form, all other "bold" buttons are pressed on the other forms...

Thanks for your answer

PS : Ihave probably dont understand your answer could you repeat ?
by remixtech
Sun Jun 24, 2007 8:52 pm
Forum: Support
Topic: Problem with addict live spelling
Replies: 6
Views: 17718

Problem with addict live spelling

Hello, I have found a possible bug with the live spelling of addict, more particulary in the parser of Trichviewedit... the word autobus is well spelled for trichview but when i bold a part of the word it is misspelled.. like aut obus procedure Tf_ecriture.RichViewEdit1SpellingCheck(Sender ...
by remixtech
Sun Jun 24, 2007 8:30 pm
Forum: Support
Topic: Multiple forms with richviewactions
Replies: 8
Views: 24304

Multiple forms with richviewactions

Hello,

I have a problem with my multiple forms application...
I have three forms open and when i click on bold on one application ? All application button bold are pressed ...

Is it possible to press only the button of the activate form ?

THanks a lot
bye