Search found 24 matches: owndc

Return to advanced search

FWH1507 estranho comportamento

... http://s8.postimg.org/cnryrlxwl/erro.jpg share image prg: @ ((nLinha+.01) * 70) - 62, nColuna btnbmp m->MoBtn[n] of m->oWndc prompt cDescricao resource cModelo top size 60, 64 ; action ( nMesa := RetornaObj( m->oWndc, m->MoBtn ), ChamaMesa( cModulo, nMesa ) ) ; ...
by MGA
Fri Sep 11, 2015 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH1507 estranho comportamento
Replies: 3
Views: 501

Re: fwh 14.2 print preview issue with win xp

Try not to create the dialog: function CreateChild() local oWndC, oIcon, oDlg, bOk1, bOk2 DEFINE ICON oIcon RESOURCE "test" DEFINE WINDOW oWndC NOMAXIMIZE MDICHILD OF oWnd FROM 0,0 TO 20,40 ICON oIcon oWndC:bGotFocus = {||oDlg:SetFocus()} // ...
by Antonio Linares
Sat Apr 19, 2014 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4986

Re: fwh 14.2 print preview issue with win xp

... CreateChild() MAXIMIZED return nil //----------------------------------------------------------------------------// function CreateChild() local oWndC, oIcon, oDlg, bOk1, bOk2 DEFINE ICON oIcon RESOURCE "test" DEFINE WINDOW oWndC NOMAXIMIZE MDICHILD OF oWnd FROM 0,0 TO 20,40 ICON oIcon ...
by davor0501
Fri Apr 18, 2014 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4986

TBar error

... ::oWnd ; TITLE cTitle ; MDI ; MENU ::oMenu0 luego tengo una opcion donde creo un calendario con tcalex, y genero la ventana asi: DEFINE WINDOW ::oWndC MENU oMenu MDI TITLE "Agenda de Reservaciones" salgo de esta opcion correctamente. Peroooo, cuando quiero entrar a cualquier opcion ...
by Francisco Horta
Tue Sep 11, 2012 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TBar error
Replies: 0
Views: 309

XBrowse + MySQL

... "senhateste" ) oQuer := oServ:query( "SELECT id, nome, ativ FROM atividades" ) DEFINE WINDOW oWnd oLbx := TXBrowse():new( oWndc ) oLbx:SetMysql( oQuer ) oLbx:createfromcode() oWndc:oClient := oLbx ACTIVATE WINDOW oWndc Error description: Error BASE/44 Assigned value is ...
by ADutheil
Wed Feb 02, 2011 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse + MySQL
Replies: 3
Views: 858

GPF ERROR - Freebitmaps()

... e a função responsavel por gerar a GPF: btnbmp:Freebitmaps() Uma parte do codigo: @ 00,00 btnbmp MoBtn[i] resource qualmod2 top size 60,64 of oWndc pixel ... for nContaMesas := 1 to nMaxMesa sysrefresh() moBtn[nContaMesas]:FreeBitmaps() if lchange... moBtn[nContaMesas]:loadbitmaps(qualmod2) ...
by MGA
Mon Apr 19, 2010 5:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GPF ERROR - Freebitmaps()
Replies: 0
Views: 325

FWH 9.12 - BTNBMP 2007 Cor de Fundo

Sr. Antonio, estou com a nova vs do FWH, e não estou conseguindo mudar a cor de fundo do botão. ex:

@ 02,10 btnbmp oBtn prompt "teste" top size 60,64 of oWndc 2007

obtn:setcolor(CLR_WHITE,CLR_RED)
by MGA
Wed Dec 30, 2009 6:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 9.12 - BTNBMP 2007 Cor de Fundo
Replies: 4
Views: 775

Re: MDI CHILD CON DIALOGOS DE WORKSHOP

... cambie el tamaño: (lo resaltado en color rojo hace que la windows hija "crezca" desde una esquina de la windows principal DEFINE WINDOW oWndC MDICHILD FROM 0,0 to 2,2 OF oWnd TITLE cTitle ICON "SVITE" DEFINE FONT oFont1 NAME "Arial" BOLD SIZE 7,15 DEFINE FONT oFont2 ...
by Willi Quintana
Thu Apr 09, 2009 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MDI CHILD CON DIALOGOS DE WORKSHOP
Replies: 11
Views: 2415

RESOLVIDO COM:

owndc:oVScroll:gotop()
by MGA
Wed Oct 29, 2008 12:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WINDOW - VSCROLL BAR (RESOLVIDO)
Replies: 2
Views: 501

Sr. Manuel, me ocorre uma syntax error at '@":

@ 09,20 GRAY BOX oOBMES[2] SIZE 150,62 of oWndc PIXEL COLORS CLR_BLUE,CLR_LGRAY,CLR_BLUE ROUNDED label "Número da Mesa:"
by MGA
Wed Aug 27, 2008 4:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TROCAR A COR DE UM LABEL GROUP BOX ??
Replies: 5
Views: 1137

TROCAR A COR DE UM LABEL GROUP BOX ??

Sr. Antonio, é possível trocar a Cor do Prompt de um group BOX??

Estou fazendo assim:

@ 05,180 GROUP oOBMES[3] TO 72,270 prompt "Abertas:" of oWndc pixel font fonte_PME2 color CLR_RED,CLR_BLUE

mais não muda a cor do texto ( PROMPT )!
by MGA
Wed Aug 27, 2008 3:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TROCAR A COR DE UM LABEL GROUP BOX ??
Replies: 5
Views: 1137

To assign the high level g_Num variable do this:

ACTIVATE WINDOW oWndC MAXIMIZED ON INIT ( g_Num := MMP_INIT(), timer() )

and add this in your C++ code, after final g_Num ++;
Code: Select all  Expand view
hb_retnl( g_Num );
by Antonio Linares
Wed Mar 12, 2008 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The method which is delivered a variable 'i'.
Replies: 10
Views: 1640

@ Say transparent on Windows

I rarely use @ Say / @ Get, but I'm trying to do something on a Window. I use the following line to display a string: @ 40,285 SAY vDate OF oWndc PIXEL SIZE 315,20 CENTER COLOR CLR_BLACK UPDATE I have to use the CLR_BLACK to see the text. However, I want to use a Brush on the window, and when ...
by TimStone
Fri Dec 28, 2007 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: @ Say transparent on Windows
Replies: 14
Views: 2603

Tim,

This line tells it to fill the whole screen:

oWndc:oClient := oLbx

Leave it out if you don't want it to.

James
by James Bott
Fri Dec 28, 2007 4:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog/Window merge
Replies: 8
Views: 1542

Test

It starts at 0,0 and fills the whole screen ... #include "FiveWin.ch" #INCLUDE "tsbrowse.CH" FUNCTION Main LOCAL oWndc, oInv, oLbx oInv := TData():new(, "c:\asw8s\einmst") oInv:use( ) DEFINE WINDOW oWndc TITLE "Example" @ 10, 10 BROWSE oLbx SIZE 300, 100 PIXEL add column to oLbx ...
by TimStone
Fri Dec 28, 2007 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog/Window merge
Replies: 8
Views: 1542
Next

Return to advanced search