Search found 77 matches: bookmarks

Return to advanced search

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... Edge .. and just because Microsoft makes Windows, they think they can push another "chromium" browser that basically imports all CHrome bookmarks and passwords without any permission from the user ... "just because Microsoft can" Now, with that said .. I do see advantages of ...
by Rick Lipkin
Wed Jan 24, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: Changing the bitmap in the bookmark

I didn't understand the question. First, the resources are registered in .RC, after compilation we get .RES
When installing TFolderEx, everything is fine - bookmarks with text and pictures.
by Natter
Mon Jan 30, 2023 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 377

Re: Changing the bitmap in the bookmark

Natter wrote:Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out :(

Sorry, this not run ok ?
Code: Select all  Expand view

oFld:SetBitMap( "modif", oFld:nOption )   // "modif" -> resource of bitmap
 
by cnavarro
Mon Jan 30, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 377

Re: Changing the bitmap in the bookmark

Not suitable. I need to interactively change pictures in bookmarks. I tried the methods SetBitmap and SetBrightBMP, but it didn't work out :(
by Natter
Mon Jan 30, 2023 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 377

Changing the bitmap in the bookmark

Hi,
In the TFolderEx bookmarks, I need, depending on the situation, to change the bitmap (from the resource) . How can this be done ?
by Natter
Sun Jan 29, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the bitmap in the bookmark
Replies: 7
Views: 377

Re: xBrowse - ADO - SetMultiSelectCol - lAutosort

... (since SetMultiSelectCol works with oRs: AbsolutePosition) NO. oBrw:aSelected is NOT an array of oRs:AbsolutePositions. It is an array of oRs:BookMarks BookMark of a RecordSet is like RECNO() of DBF. Does not change with sorting. AbsolutePosition of a RecordSet is like OrdKeyNo() of DBF, which ...
by nageswaragunupudi
Tue Sep 06, 2022 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - ADO - SetMultiSelectCol - lAutosort
Replies: 3
Views: 489

Re: vscode hbmk2 vcvarsall

He ido intentado adaptar el sistema a lo que usaba en uestudio. Bookmarks , nos sirve para realizar para marcar uno o varios puntos en el código fuente. Cuando un prg tiene bastantes líneas de código es útil para moverse rápidamente https://i.ibb.co/KVV5H3B/1.png ...
by fgondi
Thu Sep 01, 2022 10:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: vscode hbmk2 vcvarsall
Replies: 19
Views: 1494

Re: SET CHECK EN BROWSE CON DATA DE UN QUERY

Code: Select all  Expand view
oBrw:aSelected

List of Record Numbers / BookMarks selected.
But we need to save this information before the browse is closed.
by nageswaragunupudi
Tue Aug 30, 2022 11:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SET CHECK EN BROWSE CON DATA DE UN QUERY
Replies: 9
Views: 818

Re: Por que no tenemos un IDE en FWH ?

... línea 143 : else if (char == ":" && next == "=") {   currTokenType = TokenType.Assignment;}  Bookmarks - Alessandro Fragnani Para gestionar las marcas en el código y poder saltar entre ellas ColorHighlight - Sergii N Te pone los códigos de color ...
by VictorCasajuana
Sun May 29, 2022 9:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 1738

Re: Manupulate PDF via Acrobat PRO DC

... correct name, then I read the directory with the files, sort them, and merge the files. So, I have an array with the file-names, that are also the bookmarks. Ok. Focus shift ... Does your bookmark link to the pages? I have managed to put the bookmarks a posteriori, passing the name in an array ...
by Marc Vanzegbroeck
Fri Dec 24, 2021 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3703

Re: Manupulate PDF via Acrobat PRO DC

Ok. Focus shift ... Does your bookmark link to the pages? I have managed to put the bookmarks a posteriori, passing the name in an array ... { "page_1", "name in pag 2", "pag. order3" } I think it would also be possible to read the names ...
by mastintin
Fri Dec 24, 2021 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3703

Re: Manupulate PDF via Acrobat PRO DC

Marc Vanzegbroeck wrote:Unfortunately it doesn't work. It add the existing bookmarks from the separate PDF's, but it doesn't create new ones for each page/pdf.

if use .t. instead 1 ?
by mastintin
Fri Dec 24, 2021 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3703

Re: Manupulate PDF via Acrobat PRO DC

Unfortunately it doesn't work. It add the existing bookmarks from the separate PDF's, but it doesn't create new ones for each page/pdf.
by Marc Vanzegbroeck
Fri Dec 24, 2021 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3703

Re: Manupulate PDF via Acrobat PRO DC

Mark if you change last parameter to 1 ? if last parameter is 0 no copy bookmarks , if is positive number it should insert bookmarks.  newPDF:InsertPages(-1, gPDDoc, i, 1, 1 )  and in merge ... lOk := opDDoc1:InsertPages( x, OPDDoc2, 0, ...
by mastintin
Fri Dec 24, 2021 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3703
Next

Return to advanced search