Search found 247 matches: pop

Return to advanced search

Re: link between PRG and RC

... ;            FONT Setup():oFntMedium ;            ICON oIco ;     TRANSPARENT and i assume this is the code for my modal-window to pop up. where/how does the *.prg get told to look for more also in the *.rc? I experience that it probably does because this gets processed NACHFASSEN ...
by Ruth
Tue Jan 30, 2024 6:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1706

Re: Force dialog to foreground

Good afternoon, what is a pop-up dialog? Do you have any models?

Regards, saludos.
by karinha
Fri Apr 21, 2023 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force dialog to foreground
Replies: 10
Views: 694

How to capture screen by code

... pseudocode. I have no idea where to start i. Run external exe that will display numbers // this part is straight forward ii. Once it displayed, pop a dialog box at the edge of the external exe's window // 2 issues. Determining when the external exe appear and positioning my dialog box iii. If ...
by hua
Thu Feb 23, 2023 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to capture screen by code
Replies: 3
Views: 337

Re: dialog style ws_pop and ximage

Please, create image at ON INIT clause dialog and try
by cnavarro
Tue Feb 21, 2023 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog style ws_pop and ximage
Replies: 1
Views: 259

dialog style ws_pop and ximage

here not run this #include "FiveWin.ch"#include "Constant.ch"Function Test()   local oDlg,oBrw,oFont,oBold,oFontBtn   local nBottom   := 22   local nRight    := 60   local nWidth    := Max( nRight * DLG_...
by Silvio.Falconi
Tue Feb 21, 2023 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog style ws_pop and ximage
Replies: 1
Views: 259

Re: OLE with Excel.

Just pop this into any app that has a menu so you can call it multiple times without terminating the app. Function McsExcelRunning() If IsExeRunning( "excel",".",.F. ) MsgStop( "Excel is currently running...","IsExeRunning" ...
by byron.hopp
Tue Oct 18, 2022 7:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE with Excel.
Replies: 10
Views: 400

Re: FWH2206 startup error

Antonio Just sent you a private email .. your ( new ) 2206 revision fixes the debug pop-ups .. however the error.log file still says build 2203 instead of 2206 ... Application===========   Path and name: C:\Fox\CCI\DayCare\DCareW32.Exe (32 bits)   Size: 7,021,568 ...
by Rick Lipkin
Fri Jul 01, 2022 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2206 startup error
Replies: 14
Views: 1074

Re: click derecho en area de notificación

No, I mean right-click on the Google Drive icon and show the pop-ip window.
Regards,

Image
by José Luis Sánchez
Tue May 31, 2022 5:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: click derecho en area de notificación
Replies: 4
Views: 400

Reading mail with SSL

Hi,

How can I read POP mails from server supported with SSL.

Is there any sample?

I use Harbour & VS2022 & Fwh 21.06.

Thanks.
by Horizon
Fri Mar 11, 2022 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading mail with SSL
Replies: 3
Views: 271

Re: SBUTTON vs BTNBMP

... mins and 20 mins (quite slow display). I don't change to another button object yet. I have a Touch Screen Point of Sale program that uses a lot of pop up dialogs with a virtual pin pad (0 - 9 and a few other functions). 2. When I use SBUTTON it have a memory leak. I have tested the same code with ...
by dutch
Fri Dec 24, 2021 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1559

Re: Windows Notification Service

Thanks, I try !

Click on the message icon to open a large pop-up message window. The latest messages are visible in this window.(including "Title info"). I was talking about this window
by Natter
Tue Nov 23, 2021 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Notification Service
Replies: 13
Views: 797

Re: Windows 11 Fluent Design

Cristobal, DEFINE DIALOG oDlgL ; FROM 108, 324 TO 460, 690 OF oP PIXEL TRUEPIXEL ; BRUSH oBrush STYLE WS_POPUP Thanks for that. Unfortunately, I found that if you use "STYLE WS_POP" the caption bar is removed, however, the automatic shadow is also removed. I think that the best solution wo...
by James Bott
Wed Nov 10, 2021 11:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9402

Re: SBUTTON vs BTNBMP

I have a Touch Screen Point of Sale program that uses a lot of pop up dialogs with a virtual pin pad (0 - 9 and a few other functions). I am having to problems, one when I use BTNBMP and the other when I use SBUTTON. 1. When I use BTNBMP you can't click ...
by nageswaragunupudi
Wed Oct 27, 2021 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1559

SBUTTON vs BTNBMP

I have a Touch Screen Point of Sale program that uses a lot of pop up dialogs with a virtual pin pad (0 - 9 and a few other functions). I am having to problems, one when I use BTNBMP and the other when I use SBUTTON. 1. When I use BTNBMP you can't click ...
by bradmaudlin
Mon Oct 25, 2021 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1559

xBrowse evitar el dialogo popup al capturar un string largo

Buen día foro, tengo un detalle con xbrowse, al capturar en una columna con un varchar(200), en automático se abre una ventana pop para la captura del texto, como si fuera un memo; Se puede evitar la ventana, es decir, que la captura sea directamente sobre la columna del xbrowse ? Joel ...
by Joel Andujo
Sat Aug 28, 2021 5:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse evitar el dialogo popup al capturar un string largo
Replies: 4
Views: 672
Next

Return to advanced search