Confirm the problem.
See testxbrw.prg in the samples directory.
The bitmap (handle) returned by FwBmpAsc and FwBmpDes functions
are not transparent.
Regards
Pier Luigi
Search found 58 matches
- Wed Mar 05, 2008 1:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: xBrowse - Bitmap do Header
- Replies: 9
- Views: 2133
- Mon Feb 18, 2008 6:35 pm
- Forum: FiveWin for Pocket PC
- Topic: DTPicker in folder
- Replies: 2
- Views: 1108
- Sat Feb 16, 2008 5:12 pm
- Forum: FiveWin for Pocket PC
- Topic: DTPicker in folder
- Replies: 2
- Views: 1108
DTPicker in folder
DTPicker working fine, but in the folder no. This is the code: #include "FWCE.ch" FUNCTION Main() LOCAL oWnd, oFld, oDate LOCAL dDate := DATE() DEFINE WINDOW oWnd TITLE "DTPICKER" MENU MenuEmpty() @ 0,-0.5 FOLDER oFld PROMPTS "One", "Two" ; DIALOGS "ONE&q...
- Mon Dec 24, 2007 10:54 am
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: FiveMac
- Replies: 2
- Views: 1148
FiveMac
I just installed Mac OSX Leopard and Xcode 2.5 and I no longer compile the programs. My build.sh is /Xcode2.5/usr/bin/gcc $1.c -c -I./../include -I./../../harbour/include -I/Xcode2.5/SDKs/MacOSX10.4u/usr/include This is the error: ./../../harbour/include/hbdefs.h:57:19: error: stdio.h: No such file ...
- Thu Nov 22, 2007 12:44 pm
- Forum: Off Topic / Otros temas
- Topic: HRH Leopard
- Replies: 6
- Views: 2377
- Thu Nov 22, 2007 8:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Combobox problem
- Replies: 3
- Views: 923
- Wed Nov 21, 2007 2:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Combobox problem
- Replies: 3
- Views: 923
Combobox problem
In the sample program combos.prg when I press the enter key the dialog is closed.
Regards
Pier Luigi
Regards
Pier Luigi
- Mon Sep 03, 2007 1:06 pm
- Forum: All products support
- Topic: Classe Richedit
- Replies: 4
- Views: 1507
Re: Classe Richedit
Anche con l'ultima versione di Harbour intercetto lo stesso errore.
D'altra parte, la funzione Resetoleuninit() (che provoca l'errore) è contenuta nella libreria FIVEH.LIB.
A questo punto dovrei acquistare l'ultima versione di FWH
Pier Luigi
D'altra parte, la funzione Resetoleuninit() (che provoca l'errore) è contenuta nella libreria FIVEH.LIB.
A questo punto dovrei acquistare l'ultima versione di FWH
Pier Luigi
- Mon Sep 03, 2007 11:41 am
- Forum: All products support
- Topic: Classe Richedit
- Replies: 4
- Views: 1507
Re: Classe Richedit
Io uso FWH 7.04 + Harbour + BCC55.
Forse è un problema di Harbour ...
Pier Luigi
Forse è un problema di Harbour ...
Pier Luigi
- Sun Sep 02, 2007 10:08 pm
- Forum: All products support
- Topic: Classe Richedit
- Replies: 4
- Views: 1507
Classe Richedit
Ho un problema con la classe RichEdit. Questo è il codice: #include "Fivewin.ch" #include "Richedit.ch" FUNCTION MAIN() LOCAL hDll := LOADLIBRARY( "RICHED20.DLL" ) LOCAL oDlg LOCAL oRich, cVar := "" DEFINE DIALOG oDlg FROM 0, 0 TO 15, 40 TITLE "Test Riche...
- Thu Aug 16, 2007 5:00 pm
- Forum: All products support
- Topic: Animazione con bitmap
- Replies: 7
- Views: 2075
- Thu Aug 16, 2007 8:32 am
- Forum: All products support
- Topic: Animazione con bitmap
- Replies: 7
- Views: 2075
- Thu Aug 16, 2007 8:15 am
- Forum: All products support
- Topic: Animazione con bitmap
- Replies: 7
- Views: 2075
Animazione con bitmap
In un programma ho inserito una breve animazione utilizzando una serie di bitmap unitamente alla funzione SetBmp. Funziona egregiamente, ma durante l'animazione, l'immagine "sfarfalla", "lampeggia" (non so come definirla). E' possibile eliminare questo fenomeno?
Grazie.
Pier Luigi
Grazie.
Pier Luigi
- Fri May 25, 2007 2:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Combobox in toolbar
- Replies: 3
- Views: 1107
Re: Combobox in toolbar
I write ... oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 1 oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 2 @ row, col COMBOBOX ... OF oToolBar oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 3 oToolBar:AddButton( { || MsgInfo() }, nil, nil ) // 4 ... The combobox is inserted at row/...
- Fri May 25, 2007 8:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Combobox in toolbar
- Replies: 3
- Views: 1107
Combobox in toolbar
I would want to insert a combobox in the toolbar between the buttons.
How I can make?
Thanks in advance.
Pier Luigi
How I can make?
Thanks in advance.
Pier Luigi