Re: [fpc-pascal] MaskEdit

2008-01-28 Thread Roberto Padovani
a TMaskEdit was posted in attachment by David on 23-nov-2007
The subject wasRe: [lazarus] TMaskEdit new release

R#

2008/1/27, Felipe Monteiro de Carvalho [EMAIL PROTECTED]:
 On Jan 27, 2008 5:40 PM, Marek Nožka [EMAIL PROTECTED] wrote:
  But how is it possible, that the compilation is done?

 It isn't that there is nothing from TMaskEdit on LCL. There is very
 little, enougth to compile and maybe to do some things, but it isn't
 complete.

 I think someone commited a partial implementation recently, so I would
 recommend that you try using subversion Lazarus and see if it works
 there for you. Search for instructions on the wiki.

 --
 Felipe Monteiro de Carvalho
 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] FPC Zip library

2008-01-28 Thread Felipe Monteiro de Carvalho
Hello,

Does anyone know a zip library for fpc that can create a directory
structure inside the zip?

I am implementing a generic spreadsheet library, and I was considering
adding either OpenDocument or OOXML to it, so it really needs to be a
zip file with a directory structure inside.

thanks,
-- 
Felipe Monteiro de Carvalho
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC Zip library

2008-01-28 Thread Graeme Geldenhuys
On 28/01/2008, Felipe Monteiro de Carvalho
[EMAIL PROTECTED] wrote:
 Hello,

 Does anyone know a zip library for fpc that can create a directory
 structure inside the zip?

Yup. Darius Blaszijk and I worked on a TZipFile project (Darius did
most of it) where you can access the inside of a zipfile in the same
way as a normal directory. Create, Delete and View files and
directories etc... Compression is still not working 100% - I still
need to find some time to debug it. But if you have a zip file with no
compression, it works perfectly. We created the project for things
like a new help file format where all content is stored in a zip
archive and viewed directly from the zip file. Darius might have had
other plans to.

Have a look at:

https://modelbuilder.svn.sourceforge.net/svnroot/modelbuilder/src/trunk/mcl/zipfile/


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] problem with interface (OOP not widget)

2008-01-28 Thread Bee

So, may I made a conclusion that this is a bug?


http://bugs.freepascal.org/view.php?id=10684

Is there any feasible workaround for this before the bug is fixed? TIA.

-Bee-

has Bee.ography at:
http://beeography.wordpress.com

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] problem with interface (OOP not widget)

2008-01-28 Thread Bee
Hi Bee, perhaps you could try using {$MODE Delphi} instead of {$MODE 
OBJFPC} since you seem to want Delphi compatibility.


Problem still persists. :(

-Bee-

has Bee.ography at:
http://beeography.wordpress.com

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal