lazarus/examples/turbopower_ipro
vincents ef505e76e2 examples: fixed compilation
git-svn-id: trunk@10563 -
2007-02-01 23:33:31 +00:00
..
defaultimage.lrs tpipro example update 2005-11-26 21:26:06 +00:00
defaultimage.xpm tpipro example update 2005-11-26 21:26:06 +00:00
index.html Improved sample for turbopower_ipro package 2005-07-23 21:03:07 +00:00
mainunit.lfm gtk intf: reduced X queries for GetCursorPos, LCL: extended ControlAtPos to search recursive, gtk2 intf: FindControlAtPos now searches recursive and now finds sub child controls, IDE: renaming units via save-as now consider code renames by user 2006-10-28 10:50:00 +00:00
mainunit.lrs gtk intf: reduced X queries for GetCursorPos, LCL: extended ControlAtPos to search recursive, gtk2 intf: FindControlAtPos now searches recursive and now finds sub child controls, IDE: renaming units via save-as now consider code renames by user 2006-10-28 10:50:00 +00:00
mainunit.pas gtk intf: reduced X queries for GetCursorPos, LCL: extended ControlAtPos to search recursive, gtk2 intf: FindControlAtPos now searches recursive and now finds sub child controls, IDE: renaming units via save-as now consider code renames by user 2006-10-28 10:50:00 +00:00
readme updated ipro example 2005-12-13 07:08:20 +00:00
simplepage2.html added example for ipro component 2004-05-25 20:19:37 +00:00
tpiproexample.lpi examples: fixed compilation 2007-02-01 23:33:31 +00:00
tpiproexample.lpr gtk intf: reduced X queries for GetCursorPos, LCL: extended ControlAtPos to search recursive, gtk2 intf: FindControlAtPos now searches recursive and now finds sub child controls, IDE: renaming units via save-as now consider code renames by user 2006-10-28 10:50:00 +00:00

This directory contains a program to test package 
TurboPower Internet Professional, in order to run 
this test follow this steps:

1. Install package turbopoweripro.lpk
   located in directory $LazarusDir/components/turbopower_ipro.
   
2. [OPTIONAL RECOMMENDED] To add jpeg picture format support,
   Install package JpegForLazarus.lpk
   located in directory $LazarusDir/components/jpeg.
   
3. [OPTIONAL] To add print preview support to project sample
   install package Printer4Lazarus.lpk
   located in directory $LazarusDir/components/printers

4. Open test project tpiproexample.lpi

5. [OPTIONAL] if step 2 is done then do:

   5a.	Add JpegForLazarus package requeriment to the sample
        [menu]->Project->Project Inspector->Add->New Requirement
        and then select "JPEGForLazarus" from the Package name list.
        
   5b.	Enable this feature by editing compiler define at top of main
        unit from {.$define UseJPEG} to {$define UseJPEG}.
        
6. [OPTIONAL] if step 2 is done then do:

   6a.	Add Printer4Lazarus package requeriment to the sample
        [menu]->Project->Project Inspector->Add->New Requirement
        and then select "Printer4Lazarus" from the Package name list.
        
   6b.	Enable this feature by editing compiler define at top of main
        unit from {.$define UsePreview} to {$define UsePreview}.

7. Run