Search found 14 matches: sysmodal

Return to advanced search

Re: Make a dialog never lost focus

Are you using STYLE DS_SYSMODAL to create it ? Yes. I only change: Define dialog oDialog resource "SELECIONADEBCRE" title "Gerenciador TEF -- PAGAMENTO" font oFonte to Define dialog oDialog resource "SELECIONADEBCRE" title "Gerenciador TEF -- PAGAMENTO" font ...
by Francisco Valério
Mon Aug 04, 2014 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 3071

Re: Make a dialog never lost focus

Are you using STYLE DS_SYSMODAL to create it ?
by Antonio Linares
Mon Aug 04, 2014 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 3071

Re: Make a dialog never lost focus

Francisco,

I can not understand why STYLE DS_SYSMODAL does not work for you

Are you able to click on other apps meanwhile it is shown ?
by Antonio Linares
Mon Aug 04, 2014 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 3071

Re: Make a dialog never lost focus

Francisco, oDlg:Capture() Don't work. Capture the mouse neither the STYLE DS_SYSMODAL Here is my code. It's a normal dialog and I need that the dialog never lost focus. function SelecionaFormaDePagamento( )   local oFonte, oFonte2, oDialog, oLabel, nFormaSelecionada, hButton := HB_Hash(...
by Francisco Valério
Fri Aug 01, 2014 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 3071

Re: Make a dialog never lost focus

A possible solution is to use the dialog style DS_SYSMODAL: DEFINE DIALOG oDlg STYLE DS_SYSMODAL http://msdn.microsoft.com/en-us/library/windows/desktop/ff729172(v=vs.85).aspx Though as the Microsoft docs specify, the user may select another window. Have you considered to disable...
by Antonio Linares
Fri Aug 01, 2014 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make a dialog never lost focus
Replies: 16
Views: 3071

Cannot create dialog box...

Converting my first FW project to FWH. My dialogs were originally created with Borland Workshop 4.5. I’ve converted them using both the Pelles C and Microsoft Visual Studio tools, first into an RES file which I linked directly to the EXE. When that didn’t work I created a DLL in the same manner I us...
by DonDrew
Fri Aug 20, 2010 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cannot create dialog box...
Replies: 6
Views: 2662

Ayuda TXBrowse desde archivo de recursos

FWH 10.4 + XHARBOUR.COM + PELLES C Ayuda... de antemano gracias al grupo Tengo funcionando este archivo de recursos (ok), pero al agregarle un TXBROWSE, => CONTROL "Custom control", 4072, "txbrowse", 0x00000000, 12, 84, 660, 108 se genera el error listado al final // RESOURCE ...
by russimicro
Sun Jul 18, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda TXBrowse desde archivo de recursos
Replies: 1
Views: 844

Ante todo decir que he estado unos dias de vacaciones, por lo que he tardado en contestar. Decir que el dialogo no lleva imagen de fondo. **Codigo PRG** DEFINE DIALOG oDlg RESOURCE "MENU_PDA" REDEFINE BTNBMP ; ID 100 ; OF oDlg ; FILE ( cPatBmp() + "MDA_16.bmp" ) ; NOBORDER ; ACTION ( nil ) REDEFINE ...
by Dario Watchdog
Tue Jul 29, 2008 8:24 am
 
Forum: FiveWin para Pocket PC
Topic: Trasparencias
Replies: 4
Views: 1038

Juan Antonio, DS_SYSMODAL es una constante de windows en el PC y no viene en los includes de Windows Mobile, por lo que no se si te va a funcionar: #define DS_SYSMODAL 2 De todas formas, DS_SYSMODAL sirve para hacer modal una caja de diálogo a todo el sistema operativo, y no creo que Windows Mobile ...
by Antonio Linares
Thu Nov 08, 2007 3:34 pm
 
Forum: FiveWin para Pocket PC
Topic: Un principiante
Replies: 32
Views: 11719

OK Antonio, cojo la idea. Estoy empezando con el formulario de mantenimiento de un archivo, lo diseño con el UEstudio, pero al compilar me encuentro con errores debido a que no se encuentran las constantes de los valores de las propiedades, por ejemplo me muestra un error al no encontrar DS_SYSMODAL...
by jasantana
Wed Nov 07, 2007 8:20 pm
 
Forum: FiveWin para Pocket PC
Topic: Un principiante
Replies: 32
Views: 11719

Mr.Charles

Have you used 0x4L in STYLE clause ?. Try as under.

STYLE DS_SYSMODAL | DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU


Regards

- Ramesh Babu P
by RAMESHBABU
Wed Feb 28, 2007 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ugly Bold Text
Replies: 11
Views: 3117

Pelles C resource editor

To All Just received my RTM Vista Business version and quickly found that Borland's Resource Editor will NOT run... I have downloaded SI Componants resource editor .. and Pelles C IDE. I am not too thrilled with either .. One of the most anoying problems with Pelles C IDE is when you create a form (...
by Rick Lipkin
Wed Nov 22, 2006 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles C resource editor
Replies: 3
Views: 1068

xharbour from xharbour.com and fwh aug release Problems

When I try to make fwh samples I get the following error file. What do I have to do ? Thanks Mike. Type: C >>>xhb.exe -o"bigfold.c" -m -n -w -p -q -gc0 -I"C:\FWH\INCLUDE" -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "bigfold.prg"<<< xHarbour Compiler build 0.99.61 (...
by Mike Buckler
Mon Sep 11, 2006 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour from xharbour.com and fwh aug release Problems
Replies: 7
Views: 1990

Te copio el error de toda la compilacion

ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for Pocket PC - March 2006 Harbour development power ³Ü ³ (c) FiveTech, 1993-2006 for Microsoft Windows Pocket PC ³Û ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙÛ ÿ ßßßßßßßßßßß...
by mjcc
Sat Apr 15, 2006 6:16 pm
 
Forum: FiveWin para Pocket PC
Topic: AYUDA POR FAVOR. ESTOY BLOQUEADO
Replies: 6
Views: 2748

Return to advanced search