Search found 39 matches: dlgframe

Return to advanced search

Re: xBrowse Image-viewer DOWNLOAD Release 1.2 !!!

Carles, Thank You very much. Is fixed for the next Update. There is a mistake I noticed, testing different Screen-resolutions. I have to work with calculated, fixed Values for Dialog and Background-image ( Brush ) not the detected ( only for RESET ) : nScrwidth := GetSysmetrics( 0 ) // Width of scre...
by ukoenig
Thu Apr 21, 2011 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!!
Replies: 11
Views: 3847

Re: Project : Programming a Image-viewer with xBrowse

Daniel, Silvio because of a User-question about a special Screen-design, I got the Idea, to work with Screen-templates. That makes it possible, to get a complete unusual Look. Here is a Sample : The used Template : ( saves some work, because can be used a few Times only changing the Controls ) You c...
by ukoenig
Mon Apr 11, 2011 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Programming a Image-viewer with xBrowse
Replies: 34
Views: 7981

Re: Ubicar un Dlg en una ventana con Splitter - SOLUCIONADO

Lo bueno de que, a veces, nadie responda es que agudiza el ingenio en la búsqueda de la solución :D Al crear un DLG desde Workshop y para que luego permanezca inmóvil en la porción deseada del splitter, hay que marcar los radiobox: Popup y Dialog Frame. En lo textual queda: STYLE DS_MODALFRAME | 0x4...
by MarioG
Tue Dec 14, 2010 1:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ubicar un Dlg en una ventana con Splitter
Replies: 5
Views: 1031

Re: VSCROLL

Carlos,

Cambia esta línea así:

DEFINE WINDOW oWndChild MDICHILD OF oWnd STYLE nOr( WS_DLGFRAME, WS_VSCROLL )

funciona bien :-)
by Antonio Linares
Thu Sep 23, 2010 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VSCROLL
Replies: 6
Views: 904

Re: He actualizado a FiveWin 10.8 y nome Funciona la tecla ENTER

Hola Antonio: Ahora he estado haciendo pruebas y he compilado tu ejemplo y funciona perfectamente el ENTER, pero simplemente he puesto NOCAPTION en la linea: DEFINE WINDOW oWndChild MDICHILD OF oWnd y ya no me funciona el ENTER, haz tu la prueba. He probado con: STYLE nOr(WS_DLGFRAME) STYLE nOr(WS_B...
by colthop
Mon Sep 13, 2010 6:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: He actualizado a FiveWin 10.8 y nome Funciona la tecla ENTER
Replies: 27
Views: 4787

Re: He actualizado a FiveWin 10.8 y nome Funciona la tecla ENTER

Carlos,

Te refieres a que lo haces asi ?

DEFINE WINDOW oWndChild MDICHILD OF oWnd STYLE nOr(WS_DLGFRAME)
by Antonio Linares
Sun Sep 12, 2010 11:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: He actualizado a FiveWin 10.8 y nome Funciona la tecla ENTER
Replies: 27
Views: 4787

Re: He actualizado a FiveWin 10.8 y nome Funciona la tecla ENTER

Hola a todos: Ya he averiguado por que no me funciona la tecla ENTER y otras en las ventanas y es por la clausula "STYLE nOr(WS_DLGFRAME)", yo la uso para que la ventana que aparece sea solo un marco sin barra de titulo en la parte de arriba. Me podriais decir si existe otra forma que se p...
by colthop
Sun Sep 12, 2010 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: He actualizado a FiveWin 10.8 y nome Funciona la tecla ENTER
Replies: 27
Views: 4787

Re: GET ACTION + SPINNER Help!

Otto, fwh\samples\Testget3.prg http://img51.imageshack.us/img51/1268/getuh.th.jpg rc: FROMRES DIALOG 0, 0, 150, 150 STYLE DS_MODALFRAME | WS_BORDER | WS_DLGFRAME | WS_POPUP | WS_SYSMENU FONT 8, "MS Sans Serif" CAPTION "Dialog" BEGIN EDITTEXT 100, 11, 10, 80, 1...
by MGA
Tue Jan 05, 2010 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET ACTION + SPINNER Help! (fixed)
Replies: 3
Views: 547

GET ACTION com SPINNER ?? (RESOLVIDO)

Sr. Antonio, Não esta aparecendo o botão quando uso ACTION no GET + SPINNER, algum exemplo de como utilizar? veja: http://img51.imageshack.us/img51/1268/getuh.th.jpg rc: FROMRES DIALOG 0, 0, 150, 150 STYLE DS_MODALFRAME | WS_BORDER | WS_DLGFRAME | WS_POPUP | WS_SYSMENU FONT 8, &q...
by MGA
Mon Jan 04, 2010 8:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET ACTION com SPINNER ?? (RESOLVIDO)
Replies: 4
Views: 852

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

After a long time I had again a look into re.prg. I changed the code to get the ID of the control into the dialog. But I can’t find out how to do with comboboxes. It would also be fine to have the caption of the says. The dialog is saved to clipboard and you can paste it to your source code. Would y...
by Otto
Sun Aug 30, 2009 6:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11659

Re: Barra de titulo

Prueba con:

STYLE nOr( WS_POPUP, WS_VISIBLE, WS_DLGFRAME )

Desde recursos, quita todas las aspas del DIALOG STYLE salvo la de VISIBLE y/o MODAL FRAME,
Quita tambien el CAPTION y deja el FRAME STYLE en DIALOG FRAME, o BORDRE, o NO BORDER

Saludos
by antolin
Mon Jul 20, 2009 6:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Barra de titulo
Replies: 1
Views: 323

Re: [Plz Linares] How to change the color of a disabled folder?

Dietmar, > yes, I did. Please post the portion of the RC file where you declare that folder, thanks here it is: SUCHFOLDER DIALOG 7, 15, 398, 268 STYLE DS_MODALFRAME | WS_OVERLAPPED | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | WS_MINIMIZEBOX | WS_MAXIMIZEBOX { CONTROL "", 210, "RFold...
by Dietmar Jahnel
Sun May 17, 2009 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Plz Linares] How to change the color of a disabled folder?
Replies: 19
Views: 5698

Re: Create Dialog with Minimize,Restore/Maximize, & Close Button

In my example above I used this syntax without problems : ( tested inside a resource and copied from there using STYLE with Resource-Syntax ) // ( example : no Dialog-Title ) // ---------------------------------- DEFINE DIALOG oDlg SIZE 400, 290 TRANSPARENT PIXEL ; STYLE DS_MODALFRAME | WS_POPUP | W...
by ukoenig
Thu Apr 09, 2009 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create Dialog with Minimize,Restore/Maximize, & Close Button
Replies: 7
Views: 1345

para Antonio Linhares

Ola ! se puder me ajudar, fico muito agradecido: Tenho um dialog, e estou tentando criar um outro dialog, dentro desse, mas dah o erro: Error description: Error FiveWin/3 Cannot create Dialog Box: Title: Stack Calls =========== Called from: dialog.prg => CREATEDLGERROR(555) Called from: dialog.pr...
by giba_f
Mon Oct 06, 2008 1:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: para Antonio Linhares
Replies: 3
Views: 1050

Hi!


Hope this helps....


Create your MDI Window (main) with 'STYLE nOr(WS_DLGFRAME)' clause...



Regards,
by fraxzi
Fri May 23, 2008 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newby Question : MDI
Replies: 2
Views: 670
PreviousNext

Return to advanced search