Search found 350 matches: boxes

Return to advanced search

Re: also for obrw nheight

... the xbrowse not return to initial state https://i.postimg.cc/Qxs8KQQL/videot.gif // Calculate the total height of the activated boxes for nIndex := 1 to Len(aFilters) if aFilters[nIndex, 1] nVisibleBoxHeight += nBoxHeight endif next // Adjust the height of the XBROWSE based on ...
by Silvio.Falconi
Thu May 16, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 424

also for obrw nheight

on this video I put the nheight of obrw on -140 to show the boxes becuase not run ok the function ChangeBrw(n,oBrw,oBox) https://i.postimg.cc/FKhVZ2Gx/video.gif function ChangeBrw(n,oBrw,oBox) Function ChangeBrw(n,oBrw,oBox)  ...
by Silvio.Falconi
Wed May 15, 2024 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 424

FWH 3.10 - problem with positioning dialog box

Hello, I need to open 2 dialog boxes. In FWH 3.07 it is shown like this: https://www.juda.be/Before.jpg . But if I open both dialog boxes using FWH 3.10, it results into this: https://www.juda.be/After.jpg ...
by driessen
Thu Nov 16, 2023 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 268

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

... functions, using this FWH function. SetMsgLangID( 1034 ) // - Spanish If you set this at the beginning of your application, all msg..boxes buttons are displayed in Spanish, irrespective of the language set in the Windows settings. Other useful Msg Lang IDs are: en_us 1033es_es 1034fr_fr ...
by nageswaragunupudi
Sat Aug 12, 2023 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1311

Re: Listbox in Cell of Excel

I got plenty of answers from Google that didn't help. What exactly did you ask? I have no idea what the names of the list boxes are so I need to go through a process of getting a list of all of the list boxes and how to access. If it gives me the correct answer than you might never ...
by byron.hopp
Thu Jun 15, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 437

Re: Seeking your thoughts

... code ... because it is working on over 50 workstations ... just not this one. The document has both plain text, and RTF formatted text. It has boxes and grey fill. It supports color. Everything else is working except the watermark. ( .png ), and only on that one computer. That is why I was ...
by TimStone
Sat Jun 10, 2023 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 757

Re: Concept of REDEFINE for Dummy

... as it return a Handle   hdlg = FindText(&fr); https://learn.microsoft.com/de-de/windows/win32/dlgbox/using-common-dialog-boxes?redirectedfrom=MSDN other like   if (ChooseColor(&cc)==TRUE)    if (ChooseFont(&cf)==TRUE)   if (GetOpenFileName(&ofn)==TRUE) ...
by Jimmy
Mon Apr 03, 2023 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 914

Re: Checkbox text disappears

Thank you for the suggestion. I'm rather concerned that coding which worked fine for 15 years suddenly needs to be rewritten to make checkboxes and radio boxes start working again. This is a lot of additional code. I have many places where I reuse radio buttons and checkboxes throughout my ...
by TimStone
Wed Oct 26, 2022 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears
Replies: 8
Views: 402

Re: Splash Screen for Startup

... One of the advantages of using an .rc with my application, and hand coding them, is that I know the exact size of each box. If I have 5 check boxes vertically, and each is the same size, with space between each row, and absolutely no overlap, I still have the problem. If I check on box one, ...
by TimStone
Mon Oct 24, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splash Screen for Startup
Replies: 14
Views: 915

Re: Display thumbnails of pdfs

... a preview in thumbnail size of any files. It's just that currently, I want to at least be able to do it with pdfs. The preview will appear in the boxes below. What control is most suitable? I'd like it to display filename in a tooltip and if user double-click on it windows will launch the app ...
by hua
Wed Oct 19, 2022 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2549

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

https://stackoverflow.com/questions/1490734/programmatically-adding-images-to-rtf-document I found that most of RTF boxes using the following format: {\object\objemb{\*\objclass Paint.Picture}\objw2699\objh4799{\*\objdata [hex/bin]}} When [hex/bin] is large amount of hex strings ...
by Antonio Linares
Tue Jun 21, 2022 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1718

Print a coupon

I have to print black boxes in the boxes corresponding to the prices of the bets https://i.postimg.cc/B6Xsqc7y/f.jpg I save the totals of the bets in an array https://i.postimg.cc/C1VTVs0w/Importi.png ...
by Silvio.Falconi
Fri Jun 17, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print a coupon
Replies: 1
Views: 357

Re: print pixels in certain positions

...  := 1LOCAL nRow, nColLOCAL nRadH := _SQUARE_RAD * ( 10 * oPrn:nHorzRes() / oPRn:nHorzSize() ) / 10 // radius for round boxes in printer resolution horizontalLOCAL nRadV := _SQUARE_RAD * ( 10 * oPrn:nVertRes()  / oPrn:nVertSize() )  / 10 // radius ...
by Silvio.Falconi
Sun Mar 20, 2022 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 832

Re: print pixels in certain positions

... section ( routes) you see in this picture https://i.postimg.cc/WpdLbrnh/RUOTE.jpg what I don't understand is that there are 12 boxes but in the end the last box is at the same height as circle n. 90 I tried to set the coordinates #define _MARGIN_WITH 9 #define _SQUARE 0.4 // ...
by Silvio.Falconi
Sun Mar 20, 2022 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 832

Re: print pixels in certain positions

... alltrim( cValue ) ) )     Now I must try to print to see it is ok Then I already told you that in the receipt there are other boxes with other points to put for this I wanted your email to send you the two types of receipt. Then I would have preferred to have the coordinates ...
by Silvio.Falconi
Sat Mar 19, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 832
Next

Return to advanced search