Einzelnen Beitrag anzeigen

torud

Registriert seit: 26. Jul 2002
Ort: Sachsen
1.198 Beiträge
 
Delphi XE5 Professional
 
#1

Problem zwischen TAdv... und TScrollbox

  Alt 14. Aug 2007, 13:48
Hallo Wissende,

ich benutze seit kurzem das ComponentenPack von TMS und bin eigentlich zufrieden.

Vor kurzem stellte ich jedoch fest, dass in meiner Routine "ScrollBoxToCanvas", die ich auch aus diesem Forum habe folgender Code einen Fehler aufwirft.

ScrollBox.BorderStyle:=bsNone; Fehler lautet:
[Fehler] frm_main.pas(367): Inkompatible Typen: 'TBorderStyle' und 'TBackGroundSymbol'


Die Supportanfrage wurde leider nur unzureichend beantwortet. Ich komme so leider nicht weiter. Weiss von Euch jemand was da los ist? Folgendes konnte ich in den FAQ der Seite finden und die Supportmail bezog sich auch auf diesen Inhalt. Nur leider verstehe ich nicht so recht, was ich tun soll...

Problem with constants declared in different units with the same name

Delphi or C++Builder supports that constants in different units with the same name are used simultanously.
For example, the constant psOffice2003Blue is declared in both AdvPanel.pas & AdvOfficePagerStylers.pas.
To use these constants in an application that uses both units, prefix the constant with its namespace, ie:

For a TAdvPanel style, use AdvPanel.psOffice2003Blue and for a TAdvOfficePager style use AdvOfficePagerStylers.psOffice2003Blue
Danke
Tom
  Mit Zitat antworten Zitat