Search found 83 matches: clausole

Return to advanced search

MOVE a SAY CONTROL

I create a control and I can move with design clausole IF I change the caption ( you can click the button right of the mouse on control to edit the caption) and then I move the control it not save the caption I changed Why ? #include "FiveWin.ch"static ...
by Silvio.Falconi
Thu Sep 26, 2013 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MOVE a SAY CONTROL
Replies: 3
Views: 577

run a function on end...

I have a dialog activate with NOWAIT clausole I wish open on END another function with another dialog but only when the first dialog is closed it's possible ? Itried also in this mode I have a vistamenu where I call the first dialog ( Proveedores() ...
by Silvio.Falconi
Wed Sep 18, 2013 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: run a function on end...
Replies: 2
Views: 668

Error with RESIZE16

We found an error on RESIZE16 clausole of dialog,


With RESIZE16
Image



Without RESIZE16

Image

is it normal ?
by Eoeo
Mon Jun 04, 2012 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with RESIZE16
Replies: 0
Views: 187

Re: BUTTON vs BTNBMP

Compilando il tuo esempio ottengo:

Code: Select all  Expand view
test.prg(19) Warning W0001  Ambiguous reference: 'PIXEL'
test.prg(19) Warning W0001  Ambiguous reference: 'CANCEL'


Da cui deduco che nel comando @ riga, colonna BTNBMP non sono supportate le clausole CANCEL e PIXEL.

EMG
by Enrico Maria Giordano
Wed Sep 28, 2011 7:56 pm
 
Forum: All products support
Topic: BUTTON vs BTNBMP
Replies: 9
Views: 2056

Re: ExplorerBar with Windows 7 look

If you use Vtaskbar , you can change the vmenu look for windows seven

use clausole XBOX and the color of system (windows seven)

Image
by MdaSolution
Sun Jul 24, 2011 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar with Windows 7 look
Replies: 30
Views: 7419

Re: New FWH 10.7

... you were talking about it being on the main window. I did not understand that you had put a dialog on the window. >I use a dialog nor.4 ( with clausole no wait) into a window no mdi Again, I wonder what is the reason for the dialog? >I must use a tpanel because the explorerBar create a vertical ...
by James Bott
Sat Aug 14, 2010 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.7
Replies: 33
Views: 8629

Re: New FWH 10.7

on window seem run ok but I use a dialog If you read the first message you could understood the problem I use a dialog nor.4 ( with clausole no wait) into a window no mdi I must use a tpanel because the explorerBar create a vertical scroll on the right and not on object explorerbar as we ...
by MdaSolution
Sat Aug 14, 2010 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.7
Replies: 33
Views: 8629

show bitmap on window/dialog

... change sample green = free red = no free .... as tsbutton made I try to use sbutton but I have some problem with tsbutton 7.0 ( when I use design clausole it create a box arround the bmp making smaller the bitmap ) If i use fwh native classes wich class I can use to create it and I can have a ...
by MdaSolution
Wed May 05, 2010 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: show bitmap on window/dialog
Replies: 1
Views: 439

bitmaps trasparents

I must put a bitmap no alpha near to another ...with design clausole on white background sample : @ nRow, nCol BITMAP oBJ; RESOURCE cBitmap; PIXEL NOBORDER of oDlg TRANSPARENT oBj:lTransparent = .T. oBj:HideDots() oSprite:lDrag := .T. the problem is the ...
by MdaSolution
Fri Apr 30, 2010 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmaps trasparents
Replies: 35
Views: 8271

WHen on say

How I can insert the clausole When on a say ?

sample :

@ 62, 18 SAY "Codice catastale dello stato:" SIZE 80, 7 PIXEL OF oFrmFiscale COLOR 0, 14215660 WHEN lNatoEstero
by MdaSolution
Tue Apr 06, 2010 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WHen on say
Replies: 5
Views: 790

Re: Form Controls standard on RibbonBar

for the says I can use the clausole SAYBUTTON DEFINE FONT oFontDATE NAME "Verdana" SIZE 0,-20 BOLD @ 5, 3 RBBTN oSay[1] PROMPT "DAL" SAYBUTTON OF oGr SIZE 50, 50 CENTER; ACTION( MsgInfo( "Say Button" ) ) font ...
by Silvio
Sun Jan 24, 2010 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Form Controls standard on RibbonBar
Replies: 1
Views: 474

Re: 20 buttons with numbers

I not Know How Make the buttons
but I Not Know How show the buttons clicked
for sample the clausole on change of buttons not exist
by Silvio
Tue Oct 06, 2009 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 20 buttons with numbers
Replies: 11
Views: 1489

ERROR WITH TSBUTTON WITH CLAUSE WHEN

MANUEL, http://img32.imageshack.us/img32/9553/errj.jpg When I use when clausole it make a strange error I send you the test sample on your email DEFINE DIALOG oMenu FROM 100, 100 TO 350,708;                 STYLE ...
by Silvio
Fri Jul 31, 2009 3:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR WITH TSBUTTON WITH CLAUSE WHEN
Replies: 4
Views: 591

Re: TGET NOT RUN WITH CLAUSOLE RIGHT ON PICTURE

THANKS NOW RUN!!
by Silvio
Fri Mar 20, 2009 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET NOT RUN WITH CLAUSOLE RIGHT ON PICTURE
Replies: 2
Views: 392

Re: TGET NOT RUN WITH CLAUSOLE RIGHT ON PICTURE

Silvio, Function main()LOCAL oDlg,oGet,nNo:=225.23, oFont   DEFINE FONT oFont NAME "Times New Roman"     DEFINE DIALOG oDlg title "Test" SIZE 600,300   @ 1, 1 GET oGet VAR nNo OF oDlg SIZE 36, 12 FONT oFont PICTURE "9999999.99"...
by anserkk
Fri Mar 20, 2009 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGET NOT RUN WITH CLAUSOLE RIGHT ON PICTURE
Replies: 2
Views: 392
PreviousNext

Return to advanced search