Search found 8 matches: bbbbbb

Return to advanced search

Re: cyclometric circle

I tried with multiple positions directly but not run ok ACTION oCicloMetric:Distance_MU(11,40,45,54,68) https://i.postimg.cc/CL22ztxb/bbbbbb.png METHOD Distance_MU(num1,num2,num3,num4,num5)  CLASS  TCyclometric   local  aNumpos := ::apos   local ...
by Silvio.Falconi
Tue Jul 12, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3159

Compare two arrays

... "AAAAA","BBBBB","CCCCC" "BBBBB","BBBBB","BBBBBB" on another I have "AAAAA","BBBBB","CCCCC" "AAAAA","BBBBB","CCCCC" "AAAAA","BBBBB","CCCCC" ...
by Silvio.Falconi
Wed Jun 05, 2019 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare two arrays
Replies: 3
Views: 878

Re: FWH 10.1 - DLL32 Function

... of the function, parameters, etc. Regarding the function in question in prior postings ---- retval := I2PDF_License( "XXX-ZZZZ-AAAAA-BBBBBB-CCCCCCC" ) I successfully called the I2PDF_License( cString ) function, without the PASCAL keyword, passing a character parameter as LPSTR. ...
by don lowenstein
Thu Feb 18, 2010 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 12310

Re: FWH 10.1 - DLL32 Function

... if the "big string" has some sort of ramification? Is the definition of LPSTR appropriate? retval := I2PDF_License( "XXX-ZZZZ-AAAAA-BBBBBB-CCCCCCC" ) DLL STATIC FUNCTION I2PDF_License( cLicCode AS LPSTR) AS VOID ; FROM "I2PDF_License" LIB hLib
by don lowenstein
Thu Feb 18, 2010 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 12310

Re: FWH 10.1 - DLL32 Function

... LIB hLib *********************************** -- Pass a character string ( LPSTR ) -- GPF. retval := I2PDF_License( "XXX-ZZZZ-AAAAA-BBBBBB-CCCCCCC" ) DLL STATIC FUNCTION I2PDF_License( cLicCode AS LPSTR) AS VOID; FROM "I2PDF_License" LIB hLib
by don lowenstein
Thu Feb 18, 2010 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 10.1 - DLL32 Function
Replies: 34
Views: 12310

Combobox open and ESC

... FUNCTION MAIN() LOCAL oDlg LOCAL oCombo LOCAL cVariab := SPACE( 10 ) DEFINE DIALOG oDlg @ 1, 1 COMBOBOX oCombo VAR cVariab ITEMS { "AAAAAA", "BBBBBB", "CCCCCC", "DDDDDD", "EEEEEE" } ACTIVATE DIALOG oDlg CENTER ? "Dialog closed" RETURN NIL
by MarcoBoschi
Wed Dec 10, 2008 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox open and ESC
Replies: 14
Views: 2411

BUTTONBMP !

Amigos, estou usando o BUTTONBMP com @, ex:

@ LIN,COL BUTTONBMP MoBtn[contamesas] PROMPT "AAAAAA"+CRLF+"BBBBBB" BITMAP qualmod1 PIXEL TEXTTOP

1)Acontece que CRLF não funciona e não consigo colocar duas linhas de texto.

2) como alinhar o texto para que fique em cima da BITMAP?


Gracias

Aoki
by AOKISANTOS
Mon Oct 01, 2007 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUTTONBMP !
Replies: 1
Views: 576

Get Cut/Paste problem

... three. If you then type something the pasted text is deleted. #include "fivewin.ch" function main() local oDlg, oGet2, cVar1:="AAAAAA", cVar2:="BBBBBB", cVar3:=" " define dialog oDlg title "Test Get" @ 1,1 get cVar1 of oDlg update @ 2,1 get oGet2 var cVar2 of oDlg update @ 3,1 get cVar3 of oDlg ...
by Randal
Fri Aug 04, 2006 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get Cut/Paste problem
Replies: 19
Views: 6289

Return to advanced search