Search found 898 matches: block

Return to advanced search

Reporte de Asignamiento de Memoria

... of which 14170 freed. Highest total allocated 2430816 bytes in 9500 blocks. WARNING! Memory allocated but not released: 24 bytes (1 blocks) Block 1 00D2B8C4 (size 24) KEYBON(0), "0080000000000000FC9EE40011000000000000008C66E800" -------------------------------------------------------------------------------- ...
by jlaguilars
Fri Dec 23, 2005 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reporte de Asignamiento de Memoria
Replies: 3
Views: 874

Character display problem

Hi, My application reads dialog controls from resource file (dll) and cannot display characters from Latin Extended A Block (c acute, c caron and z caron) under Windows 98. Only s caron is displayed fine. Application is built under Windows XP. Under Windows XP works fine with all ...
by acopapic
Tue Dec 20, 2005 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Character display problem
Replies: 1
Views: 747

Dialog Loosing Focus

... a dialog looses focus. I tried oDlg:bLostFocus := { || MsgBeep() } But i never heard the beep. Is there a known issue in FW2.4 that a bLostFocus block of a dialog will not be executed? Maybe it's not executed because the dialog lost his Focus :wink: ? Thanks for each reply. Detlef
by Detlef Hoefner
Tue Dec 06, 2005 4:45 pm
 
Forum: FiveWin for CA-Clipper
Topic: Dialog Loosing Focus
Replies: 11
Views: 9408

Re: How to block size of window/dialog

Thanks a lot, Enrico!!!!

Best regards,
Maurilio
by Maurilio Viana
Wed Nov 30, 2005 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to block size of window/dialog
Replies: 2
Views: 875

Re: How to block size of window/dialog

This is a working sample: // How to control authorized position, size and tracking dimensions // Try to resize or maximize this window and see what happens! #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() lo...
by Enrico Maria Giordano
Wed Nov 30, 2005 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to block size of window/dialog
Replies: 2
Views: 875

How to block size of window/dialog

Hello!

I have a nonmodal dialog and I let the use redimension it.
But I want define the min and max size to redimension the dialog.
How can I do it?

Regards,
Maurilio
by Maurilio Viana
Wed Nov 30, 2005 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to block size of window/dialog
Replies: 2
Views: 875

Error BASE/1110 Argument error: SUBSTR

Em una ventana de al pasar por el get que deberia evaluar un codec block peta, el programa, FWH2.4, harbour 43 flex, sabe alguien por que gracias, estoy muy ignorante ultimamente se aceptan ideas frescas, gracia Called from SUBSTR(0) Called from GET:UNTRANSFORM(604) ...
by shreck
Sun Nov 20, 2005 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1110 Argument error: SUBSTR
Replies: 1
Views: 622

PROBLEMA CON INDICES NTX EN FWH2.6

... of which 46777 freed. Highest total allocated 4075148 bytes in 14524 blocks. WARNING! Memory allocated but not released: 48 bytes (2 blocks) Block 1 00CD07C4 (size 24) KEYBON(0), "008000003F00000080DFCC0010000000000000007871CC00" Block 2 00F2B640 (size 24) SETFILTER(0), "008000003F000000F8ED38011900000000000000DC74F200" ...
by Marco Augusto
Wed Nov 09, 2005 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON INDICES NTX EN FWH2.6
Replies: 1
Views: 785

Here's a way with the detached local method... for i := 1 to Len( aGets ) @i,0 GET oGets[i] VAR aGets[i] oGets[i]:bSetGet := oGets[i]:oGet:Block := ArrayGetBlock(aGets,i) next function ArrayGetBlock(aGets,i) return { | u | If( PCount()==0, aGets[i], aGets[i]:= u ) } Hello Marc ! I'm using that ...
by Rimantas
Mon Oct 31, 2005 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4740

Here's a way with the detached local method...

for i := 1 to Len( aGets )
@i,0 GET oGets[i] VAR aGets[i]
oGets[i]:bSetGet := oGets[i]:oGet:Block := ArrayGetBlock(aGets,i)
next


function ArrayGetBlock(aGets,i)

return { | u | If( PCount()==0, aGets[i], aGets[i]:= u ) }
by Marc Boissinot
Fri Oct 28, 2005 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of gets
Replies: 11
Views: 4740

Re: uso di zip-unzip

... containing files to compress, Drive and/or path * can be used * * <nLevel> Compression level ranging from 0 to 9 * * <bBlock> Code block to execute while compressing * * <lOverWrite> Toggle to overwrite the file if exists * * <cPassword> Password to encrypt the files ...
by Enrico Maria Giordano
Fri Oct 28, 2005 11:18 am
 
Forum: All products support
Topic: uso di zip-unzip
Replies: 1
Views: 1848

Re: Folder Scroll Bar Question

don lowenstein wrote:Can FWH "scroll" the folder tabs if the "arrows" are clicked?


Yes,

don lowenstein wrote:If yes, how to activate. If no, how to assign a code block action to this folder scroll?


Just check that your class TFolder in source\classes\folder.prg has this method:

Code: Select all  Expand view
METHOD HScroll( nWParam, nLParam ) VIRTUAL
by Antonio Linares
Wed Oct 19, 2005 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Scroll Bar Question
Replies: 5
Views: 1843

Folder Scroll Bar Question

If a folder is re-sized smaller than the width of all tabs, a scrollbar automatically appears, presumably from the Windows API( ? )

Can FWH "scroll" the folder tabs if the "arrows" are clicked? If yes, how to activate. If no, how to assign a code block action to this folder scroll?
by don lowenstein
Tue Oct 18, 2005 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder Scroll Bar Question
Replies: 5
Views: 1843
Previous

Return to advanced search