Search found 53 matches: offending

Return to advanced search

Re: BRW Error "Could not allocate memory"

Can you send the offending resource file to my private email?

EMG
by Enrico Maria Giordano
Wed May 07, 2008 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BRW Error "Could not allocate memory"
Replies: 7
Views: 1522

XBrowse problems with drop downs

... (the "Bitmaps on browse" menu selection). It is much worse if the drop down is longer. The only way to cure it seems to be to scroll the offending column off the screen. XBrowse:refresh() does not seem to help. In the example a bitmap is displayed but it happens without a bitmap as well. ...
by alexstrickland
Sun Oct 28, 2007 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse problems with drop downs
Replies: 1
Views: 639

Ollie, Please place several traces to find what is the offending code: oActiveX = TActiveX():New(, "L12.List-Label12_Ctrl_32.1" ) MsgInfo( oActiveX:hActiveX ) //Read field info from database AFields( aField, aType, aLen, aDec ) //open List & ...
by Antonio Linares
Mon Oct 15, 2007 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Problem with ActiveX (Harbour Exception)
Replies: 7
Views: 1922

... that it connects, the archive is servant, but the size is always in ZERO, or either, no byte is sent! You can help me? Vilian Can you show your offending code ? Ftp works quite ok with fwppc, my app uses it a lot. Richard
by Richard Chidiak
Fri Oct 13, 2006 4:19 pm
 
Forum: FiveWin for Pocket PC
Topic: FTP on Pocket PC
Replies: 32
Views: 20146

Antonio;

You are right. I tested a new file with your code and it did compile. So I went back to my offending file in the project and searched for #defines that might be obstructing. And, indeed, I found it.

#define _DLL_CH


Sorry.

Thank you for the help.


Reinaldo.
by reinaldocrespo
Thu Feb 02, 2006 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 STATIC FUNCTION...
Replies: 5
Views: 1330

Thank you. I will try. FYI - the offending line of code that brought this to my attention was a call to FWH function lIsDir( pathspec ) here is your code from filename.prg function lIsDir( cNewDir ) // Checks an existing directory local cDir ...
by don lowenstein
Wed Jan 11, 2006 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with curdir()
Replies: 3
Views: 1004

Bug in TIcon

... CLR_CYAN @ 1, 1 ICON oIcon OF oDlg ACTIVATE DIALOG oDlg; ON INIT oIcon:hIcon := LOADICON( 0, IDI_QUESTION ); CENTER RETURN NIL The offending code seems to be METHOD EraseBkGnd() VIRTUAL // for transparency on dialogs from icon.prg. EMG
by Enrico Maria Giordano
Wed Oct 19, 2005 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TIcon
Replies: 7
Views: 2584

Re: BtnBmp in a dialog

... Thomas Thomas Check the syntax, i have no problems with btnbmp. This is a sample of what i use, If you still have a problem, can you show the offending code ? HTH Richard @ 125, 20 BTNBMP FILE CurDir() + "\client.bmp" ; SIZE 30, 30 ; ACTION oSay:SetText( "Clients" )
by Richard Chidiak
Fri Oct 14, 2005 7:17 pm
 
Forum: FiveWin for Pocket PC
Topic: BtnBmp in a dialog
Replies: 5
Views: 1917
Previous

Return to advanced search