email - Dúvidas, Bugs - Linares

Post Reply
User avatar
ericmagaldi
Posts: 37
Joined: Tue Feb 20, 2007 9:26 am
Location: São Paulo - Brazil
Contact:

email - Dúvidas, Bugs - Linares

Post by ericmagaldi »

Antonio, sobre o email que te enviei:

Code: Select all

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
Post Reply