Re: [fpc-pascal] gtk+ linux-windows

2009-06-23 Thread Graeme Geldenhuys
kota kota wrote: I will try it. The fpGui's link presents a *fpGUI Visual UI Designer*. Where can i find it? If you check out the source code from the git repository (recommended), then the UI Designer is in the 'uidesigner' directory, in the root of the project. Regards, - Graeme -

[fpc-pascal] GetPropValue and Unknown property

2009-06-23 Thread Antonio Sanguigni
Hi all, I'm trying to derive a new class TSortFtpSend from synapse TFtpSend class, which implements a quicksort algo based on published property passed to this method. I'm having some troubles with this code because GetPropValue seems does not find the published property I need: function

Re: [fpc-pascal] GetPropValue and Unknown property

2009-06-23 Thread Leonardo M . Ramé
How are you filling the ASortProps array? if it is by hand, you have to take care of Case Sensitivity of property names. You can use this function to know the published properties of any class. Try it inside your DoCompareProps, passing TFTPListRec(AItem1).ClassType as param, if AItem1 is

[fpc-pascal] MSEide+MSEgui rev 2.2beta1

2009-06-23 Thread Martin Schreiber
Hi, There is a first beta of MSEide+MSEgui rev. 2.2: https://sourceforge.net/project/showfiles.php?group_id=165409 Questions and bugreports please to NNTP: news://news.grid-sky.com/public.mseide-msegui.talk Martin ___ fpc-pascal maillist -

Re: [fpc-pascal] GetPropValue and Unknown property

2009-06-23 Thread Mattias Gärtner
Zitat von Leonardo M. Ramé martinr...@yahoo.com: How are you filling the ASortProps array? if it is by hand, you have to take care of Case Sensitivity of property names. You can use this function to know the published properties of any class. Try it inside your DoCompareProps, passing

Re: [fpc-pascal] MSEide+MSEgui rev 2.2beta1

2009-06-23 Thread Leonardo M . Ramé
Great!, please don't forget to add this announcement to http://www.msegui.org/news Leonardo M. Ramé http://leonardorame.blogspot.com - Original Message From: Martin Schreiber fp...@bluewin.ch To: FPC-Pascal discussions fpc-pascal@lists.freepascal.org Sent: Tuesday, June 23, 2009

Re: [fpc-pascal] GetPropValue and Unknown property

2009-06-23 Thread Leonardo M . Ramé
Yes, Mattias is right, I copied-pasted-removed some stuff from one of my programs and leaved out the FreeMem part. This is a modified version: procedure GetClassProperties(AClass: TClass); (* get published properties into a list *) var PropList: ppropList; ClassTypeInfo: PTypeInfo; I:

Re: [fpc-pascal] GetPropValue and Unknown property

2009-06-23 Thread Antonio Sanguigni
2009/6/23 Leonardo M. Ramé martinr...@yahoo.com: Yes, Mattias is right, I copied-pasted-removed some stuff from one of my programs and leaved out the FreeMem part. This is a modified version: Thanks both guys for your help. The problem was really simple, I mean, the library I'm using has a

Re: [fpc-pascal] gtk+ linux-windows

2009-06-23 Thread kota kota
Thank you very much. Now i need some more specific information: Is there any way to show the drawing's steps(created on a Canvas) before the final image is ready? 2009/6/23 Graeme Geldenhuys grae...@opensoft.homeip.net kota kota wrote: I will try it. The fpGui's link presents a *fpGUI

Re: [fpc-pascal] gtk+ linux-windows

2009-06-23 Thread Graeme Geldenhuys
kota kota wrote: Now i need some more specific information: Is there any way to show the drawing's steps(created on a Canvas) before the final image is ready? Sorry, I do not understand? What drawings? Regards, - Graeme - fpGUI - a