Search found 35 matches: overlapped

Return to advanced search

Re: XBrowse 16.04 : Gets in Header Bar

... == 1,;                            oBrw:lGetBar := Self:nAt == 2,;                            oBrw:Refresh() )...  this toggles BUT Overlapped ...        @1, 210 COMBOBOX aGets[1] VAR aVars[1] PIXEL OF oBar;                SIZE 100, 100 DROPWIDTH 150 UPDATE STYLE ...
by fraxzi
Sat Jul 21, 2018 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Gets in Header Bar
Replies: 34
Views: 10021

Re: Dialog inside oMDI:oWndClient

Hi Mr. Antonio,

What I would like to do is paste a dialog on oWndMdi:oWndClient which does not overlapped with MDICHild... Or, a panel floating behind MdiChilds.

:idea: :idea: :idea:
by fraxzi
Thu Jul 05, 2018 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog inside oMDI:oWndClient
Replies: 7
Views: 1320

Project : Calc for Tablet

I'm trying to create a calc for tablet But I not Know How resize buttons ( btnbmp) and fonts when I resize the dialog https://s15.postimg.cc/u2gf63fwb/image.png Someone can help me to found the solution ? I use a dialog with WS_OVERLAPPED style this is the test source there are : 30 ...
by Silvio.Falconi
Fri Jun 08, 2018 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Calc for Tablet
Replies: 1
Views: 514

Re: scroll on folder

On explorer bar there is a dispositive create a vertical scroll when we resize it...why we cannot insert it on folder class ? here a test ( but not run) #include "fivewin.ch" #include "constant.ch" #define WS_VSCROLL 2097152 // 0x00200000L Function test() Local oDlg,oFolder,oVScr...
by Silvio.Falconi
Sun Feb 11, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scroll on folder
Replies: 6
Views: 1135

Resizing button on dialog

I have a dialog with some buttons I wish use a dialog with WS_OVERLAPPED style When the use resize the dialog the buttons must move and resize ( height,width) How I can make ? https://s27.postimg.org/it04cb32b/nnnnn.jpg I made this is a test it run the buttos are moved but the size o...
by Silvio.Falconi
Tue May 23, 2017 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing button on dialog
Replies: 3
Views: 859

error on menu

Sometimes the menu overlapped
I see but this sometime also when I use 2015

Image
by Silvio.Falconi
Wed May 18, 2016 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on menu
Replies: 2
Views: 459

Re: Richedit on a dialog

I tried and run but I have problems http://www.eoeo.it/wp-content/uploads/2016/04/vv.jpg I use a Dialog and not a Window I use a Dialog style WS_OVERLAPPED oDlgModelli:nStyle := nOr( WS_OVERLAPPED,WS_THICKFRAME,WS_SYSMENU,WS_MAXIMIZEBOX, 0 ) then I resize all controls of the dialog i...
by Silvio.Falconi
Wed Apr 20, 2016 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8929

Re: METRO desde Recursos?

Cristobal
Gracias por responder, ese es el estilo que se usa desde codigo, pero no funciona para recursos.
Estoy usando Pelles C, como editor de recursos, y solo me ofrece o POPUP o CHILD (ademas de Overlapped) no ambas

Saludos
by Blessed
Wed Nov 20, 2013 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: METRO desde Recursos?
Replies: 9
Views: 1653

Re: Drawing on a groupbox

Enrico, got it working. I defined a overlapped box, to show that it is painted on group and dialog oDlg1:nStyle = NOR( oDlg1:nStyle, WS_CLIPCHILDREN, WS_THICKFRAME ) http://www.pflegeplus.com/pictures/grpbox4.jpg #include "FiveWin.ch"#include ...
by ukoenig
Wed May 09, 2012 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a groupbox
Replies: 12
Views: 4218

Re: COM does not work with RDP

Otto,

FWH is using FILE_ATTRIBUTE_NORMAL | FILE_FLAG_OVERLAPPED instead of FILE_ATTRIBUTE_NORMAL (in your example).

Not sure if this may be a significant difference.
by Antonio Linares
Sun Jan 22, 2012 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COM does not work with RDP
Replies: 9
Views: 1427

Re: TO NAGES

... nLastCol ). Using this method, set any number of groups, without overlapping. It is programmer's responsibility to ensure that the groups are not overlapped. This method is available from FWH 9.12 ( Dec 2009 ) onwards.
by nageswaragunupudi
Sun Jul 31, 2011 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES
Replies: 1
Views: 406

Re: A transparent MDI-child to show Backgrd. of MDI-frame ?

... transparency. This is not truly transparent. Because to be really transparent, when more MDICHILD windows are used, each window should show the overlapped part of other child windows too. This does not do that. But this serves the purpose for now.
by nageswaragunupudi
Thu Jan 06, 2011 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A transparent MDI-child to show Backgrd. of MDI-frame ?
Replies: 9
Views: 4265

Ubicar un Dlg en una ventana con Splitter

... OF soWnd0 ;...   ACTIVATE DIALOG soDlg ON INIT soDlg:Move( 6, soSplit:nFirst+10 )  Si en el recurso al DIALOG lo defino como PopUp u Overlapped el DIALOG se ubica relativo al SCREEN y, para el caso, fuera de la Vetntana. Si lo defino como Child, el puntero no enfoca al Dialog y quedá ...
by MarioG
Fri Nov 26, 2010 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ubicar un Dlg en una ventana con Splitter
Replies: 5
Views: 1031

Re: FOLDER NO APARECE CON RECURSOS

Boa Tarde..
as suas dialogs "&Detalles", "&Generico" também terão que ser definida como CHILD

entre nas Propriedades da dialog e em "Window Type" terá as opções.

< > Popup
< > Overlapped
<X> Child // defina esta.

Abraços..
by ICO
Fri Jun 25, 2010 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOLDER NO APARECE CON RECURSOS
Replies: 3
Views: 1259

Re: bitmaps trasparents

Here is a new Download with all Changes. In case, something is still missing, just let me know. Yellow Drawing-Area ( a Dialog with no Border ) nMainStyle = nOR( WS_OVERLAPPED | WS_VISIBLE ) DEFINE DIALOG oDlg FROM 60,10 TO 550, 1000 OF oWnd STYLE nMainStyle PIXEL BRUSH oBrush The Walls You can chan...
by ukoenig
Wed May 12, 2010 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmaps trasparents
Replies: 35
Views: 8255
Next

Return to advanced search