Search found 275 matches: managed

Return to advanced search

Here you have a working example that shows how strings are managed as pointers: #include "FiveWin.ch" function Main() local cIn := "Hello world!" local cOut := Space( Len( cIn ) ) Test( cIn, ...
by Antonio Linares
Wed Jul 09, 2008 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: give pointer in dll
Replies: 19
Views: 3264

Managing tooltips from dialog's

... Changing the program from rochinha ( Posted: Mon Jul 07, 2008 2:26 am Post subject: CODE: Help in controls, now, so easy. ) , tooltips can be managed very easy from the main aplication , by pressing F2 in a control which has focus , or right clicking the mouse (can also be disabled) Tooltips ...
by demont frank
Tue Jul 08, 2008 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Managing tooltips from dialog's
Replies: 2
Views: 871

Kajot, strings are automatically managed as pointers (their addresses is supplied, not their content). For numbers you have to supply them by reference using @ If the function is not working as expected, its a good idea to access it using ...
by Antonio Linares
Mon Jul 07, 2008 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: give pointer in dll
Replies: 19
Views: 3264

Hello Antonio,

thank you for your explanation. I didn’t knew that.
Although I had these mistake inside my code 8.03
somehow managed it.

Now I changed my code from
oCol: bStrData := { || …}
to
oCol:bEditValue := { || …}.

And all is working.

Thanks again,
Otto
by Otto
Sat Jul 05, 2008 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser - maybe an error
Replies: 5
Views: 1174

Old problem - slow XP clipper + AdsDosIP problem/solution

I am posting this here just out of interest. For those out there that might be interested in the solution to this old problem: 4 years later I managed to resolve it for the remaining legacy Clipper apps still being used by our clients In summary the reason for the Clipper application runs very ...
by peterk
Thu Jul 03, 2008 4:38 pm
 
Forum: FiveWin for CA-Clipper
Topic: Old problem - slow XP clipper + AdsDosIP problem/solution
Replies: 2
Views: 1503

Hi Antonio I managed to download the xHarbour Linux source (although I had to do it from Firefox as the cvs approach didn't work for me). Then I used apt-get to install bison because that caused make_gnu.sh to fail. But make_gnu.sh ...
by xProgrammer
Wed May 28, 2008 11:35 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Could we have a 64 bit FiveLinux build please?
Replies: 7
Views: 2667

New FTDN May/Mayo 2008 (8.05)

... source\classes\image.prg. Now all FreeImage functions are public functions (they were static before). * Fix: Minor fix in Class TComboBox when the managed array has no elements. Thanks to Blessed! * Fix: Minor fix in Class TCBrowse Method LDblClick(). * Enhancements: Class TXBrowse, fix to report ...
by Antonio Linares
Wed May 14, 2008 12:01 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2008 (8.05)
Replies: 1
Views: 2526

Supporting Shift-Tab

Hi Antonio I have managed to support Shift-Tab, although in a possibly round-about manner. I added the following case to the KeyDown() method of the TGet class. case nKey == 65056 // Shift-Tab ::lShiftTab := .T. ...
by xProgrammer
Sat May 03, 2008 11:02 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Supporting Shift-Tab
Replies: 0
Views: 585

SOCKET - HELP - resolvido : )

friends, I managed to connect the keyboard route WILBOR socket, must now receive the data entered. How to do this using the example below? // Socket server connection sample #include "FiveWin.ch" #define ST_COMMAND 1 #define ST_SENDFILE ...
by MGA
Thu Apr 24, 2008 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SOCKET - HELP - resolvido : )
Replies: 1
Views: 595

... window, child of the main MDI window, that controls the child windows. You can't place a control on top of that "invisible" or it will be managed as a MDI child too (cascaded, tiled, etc.) So the only solution is to resize the "invisible" window and free an area for the browse. This approach ...
by Antonio Linares
Mon Apr 07, 2008 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser MDI
Replies: 4
Views: 794

Antonio Linares wrote:David,

Windows API EnumPrinters() function is quite complex to be properly managed using the PRG command DLL FUNCTION.

The C code that you have published in the Spanish forums, is it working for you ?


View post in:
http://fivetechsoft.com/forums/viewtopi ... 1372#51372
Regards
by metaldrummer
Mon Mar 31, 2008 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 Question!!!
Replies: 4
Views: 844

David,

Windows API EnumPrinters() function is quite complex to be properly managed using the PRG command DLL FUNCTION.

The C code that you have published in the Spanish forums, is it working for you ?
by Antonio Linares
Mon Mar 31, 2008 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 Question!!!
Replies: 4
Views: 844

Tab Stop Issue Solved

Hi Antonio I have managed to control tab stops as follows: 1. Modified buttons.c to support a GotFocus event 2. Modified button.prg to support a bGotFocus action. 3.Added a suitable bGotFocus action to BUTTONs that I didn't want to ...
by xProgrammer
Sun Mar 30, 2008 4:49 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Tab Stop Issue Solved
Replies: 1
Views: 760

... += 65535 endif if aPoint[ 2 ] < 0 aPoint[ 2 ] += 65535 endif Those changes are due to a sign problem that it is not properly managed
by Antonio Linares
Mon Feb 11, 2008 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDropOver - nRow, nCol
Replies: 15
Views: 2823

... Language Service. He begins by building a simple scanner for colorising based on regular expressions, then expands on this to implement the Managed Babel framework, integrating MPLex and MPPG directly into the Visual Studio build as well." It is 27 minutes long and most of it was over my ...
by James Bott
Thu Jan 03, 2008 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VSX My new IDE for Fivewin
Replies: 25
Views: 5618
PreviousNext

Return to advanced search