FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour email - Dúvidas, Bugs - Linares
Posts: 37
Joined: Tue Feb 20, 2007 09:26 AM
email - Dúvidas, Bugs - Linares
Posted: Mon Apr 30, 2007 04:08 AM
Antonio, sobre o email que te enviei:

Em 23/04/07, Eric Magaldi <ericmagaldi@XXXX.XXX> escreveu:
Antonio, boa tarde !!
 
Última linha Dialog (RC) para colocar @..Button no rodapé
http://fivetechsoft.com/forums/viewtopic.php?t=6739
Entendi que a medida são diferentes, poderia me ajudar com um exemplo, para o caso que descreví ? pois da forma que fiz não funcionou.
 
Bug Picture
http://fivetechsoft.com/forums/viewtopic.php?t=6435
Caso foi corrigido, pode me enviar o código/PRG ?
 
Bug ComboBox
http://fivetechsoft.com/forums/viewtopic.php?t=6111
Caso foi corrigido, pode me enviar o código/PRG ?

Linkagem xHB(cvs) x FW está incompatível
com as recentes alterações do xHB, a lib do FW esta incompatível
Error: Unresolved external '_hb_objGetClass' referenced from C:\FWH\LIB\FIVEHC.LIB|MSGS
Pode me enviar o BAT para recompilar as LIBs do FW ?
 
Obrigado.
-- 
Virtualmente, 
Éric M. Magaldi
Analista programador de sistemas
xHarbour.org (0.99.71 CVS) + Borland C++ (5.5.1) + FiveWin (2.8/6.12) + Pelles C (4.50.113) + HBMake + ADSCDX (Local Server 8.1) 
Osasco - São Paulo - Brasil
virtually,
Éric
xHarbour.org + Borland C + FiveWin (2.8/6.12) + Pelles C + HBMake + ADSCDX
São Paulo - Brasil
http://xBaseSuporte.freeforums.org
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
email - Dúvidas, Bugs - Linares
Posted: Mon Apr 30, 2007 06:19 AM

Eric,

>
Entendi que a medida são diferentes, poderia me ajudar com um exemplo, para o caso que descreví ? pois da forma que fiz não funcionou.
>

You have to use GetDialogBaseUnits() as we told you:

nDlgHeight = nLogHeight * nLoWord( GetDlgBaseUnits() ) / 4
nDlgWidth = nLogWidth * nHiWord( GetDlgBaseUnits() ) / 8

where nLogHeight and nLogWidth are the logical dimensions that you used for the dialog in the resource

The picture bug is not fixed yet

Regarding the combobox we proposed you a workaround

> Linkagem xHB(cvs) x FW está incompatível

You need to upgrade to the most recent FWH build. We can't provide internal compatibility with xHB(cvs) changes, for previous FWH builds

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion