Search found 58 matches

by Pier Luigi
Wed Mar 05, 2008 1:08 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Bitmap do Header
Replies: 9
Views: 1748

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
by Pier Luigi
Mon Feb 18, 2008 6:35 pm
Forum: FiveWin for Pocket PC
Topic: DTPicker in folder
Replies: 2
Views: 1022

Now working fine.

Many thanks.
Pier Luigi
by Pier Luigi
Sat Feb 16, 2008 5:12 pm
Forum: FiveWin for Pocket PC
Topic: DTPicker in folder
Replies: 2
Views: 1022

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...
by Pier Luigi
Mon Dec 24, 2007 10:54 am
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: FiveMac
Replies: 2
Views: 1016

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 ...
by Pier Luigi
Thu Nov 22, 2007 12:44 pm
Forum: Off Topic / Otros temas
Topic: HRH Leopard
Replies: 6
Views: 2203

Also I love Mac :D

Go Antonio, go :!:

Pier luigi
by Pier Luigi
Thu Nov 22, 2007 8:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox problem
Replies: 3
Views: 856

Now I understand.

Thanks.
Pier Luigi
by Pier Luigi
Wed Nov 21, 2007 2:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox problem
Replies: 3
Views: 856

Combobox problem

In the sample program combos.prg when I press the enter key the dialog is closed.

Regards
Pier Luigi
by Pier Luigi
Mon Sep 03, 2007 1:06 pm
Forum: All products support
Topic: Classe Richedit
Replies: 4
Views: 1405

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
by Pier Luigi
Mon Sep 03, 2007 11:41 am
Forum: All products support
Topic: Classe Richedit
Replies: 4
Views: 1405

Re: Classe Richedit

Io uso FWH 7.04 + Harbour + BCC55.
Forse è un problema di Harbour ...

Pier Luigi
by Pier Luigi
Sun Sep 02, 2007 10:08 pm
Forum: All products support
Topic: Classe Richedit
Replies: 4
Views: 1405

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...
by Pier Luigi
Thu Aug 16, 2007 5:00 pm
Forum: All products support
Topic: Animazione con bitmap
Replies: 7
Views: 1946

Antonio, It is ok! I used one old version of Bitmap class :oops: One question: I would want the resize of a bitmap. Can I use the function ::DispBegin() with WndSetSize() to avoid the "flickering" ? For example: aInfo := oBmp:DispBegin() WndSetSize( oBmp:hWnd, nWidth, nHeight, .t. ) ... Re...
by Pier Luigi
Thu Aug 16, 2007 8:32 am
Forum: All products support
Topic: Animazione con bitmap
Replies: 7
Views: 1946

Yes, I use XP themes and the image is painted transparently.

Pier Luigi
by Pier Luigi
Thu Aug 16, 2007 8:15 am
Forum: All products support
Topic: Animazione con bitmap
Replies: 7
Views: 1946

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
by Pier Luigi
Fri May 25, 2007 2:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox in toolbar
Replies: 3
Views: 1007

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/...
by Pier Luigi
Fri May 25, 2007 8:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox in toolbar
Replies: 3
Views: 1007

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