Re: [fpc-pascal] YAML support

2010-02-04 Thread ik
waaayp - We Are Anxiously Awaiting Your Patches Defined by oliebol http://ik.homelinux.org/ On Thu, Feb 4, 2010 at 08:09, Wimpie Nortje wrote: > > > JSON is not related to YAML at all except in that it is a simple data > format. > > That's true, but from the yaml v1.2 spec: > "YAML can th

Re: [fpc-pascal] YAML support

2010-02-04 Thread Michael Van Canneyt
On Thu, 4 Feb 2010, Wimpie Nortje wrote: JSON is not related to YAML at all except in that it is a simple data format. That's true, but from the yaml v1.2 spec: "YAML can therefore be viewed as a natural superset of JSON, offering improved human readability and a more complete infor

[fpc-pascal] Component Writing Question For Lazarus

2010-02-04 Thread Justin Smyth
I've got a simple question , i want to write a component that has two or more other components on it ( ie a text box or or a button and a image ) on it , should i be using a widget to do this ? or should i just write it directly ( i've written components for lazarus before but can only get one c

Re: [fpc-pascal] Component Writing Question For Lazarus

2010-02-04 Thread ik
On Thu, Feb 4, 2010 at 14:01, Justin Smyth wrote: > I've got a simple question , i want to write a component that has two or > more other components on it ( ie a text box or or a button and a image ) on > it , should i be using a widget to do this ? or should i just write it > directly ( i've wri

[fpc-pascal] Component Writing Question For Lazarus

2010-02-04 Thread Justin Smyth
- Original Message - From: Justin Smyth To: ik Sent: Thursday, February 04, 2010 11:35 PM Subject: Re: [fpc-pascal] Component Writing Question For Lazarus Yes thats what i'd figured i would do and have my different components as TControl ( as i found out when i looked at how TCustomU

Re: [fpc-pascal] daemon error, arm-linux

2010-02-04 Thread Евгений Семенов (Evgeniy Sem enov)
02.02.2010 23:36, "Евгений Семенов (Evgeniy Semenov)" пишет: Hello, can anybody tell me what's a problem. When I start my daemon on first machine that have 'arm' processor, it's successfully running, but on other machine that have same cpu it fail. On first machine 'uname -m' return: "armv5tejl

[fpc-pascal] How to init Array values in a record?

2010-02-04 Thread yu ping
_TBBUTTON= Record iBitmap : cint; idCommand: cint; fsState : BYTE; fsStyle : BYTE; bReserved

Re: [fpc-pascal] How to init Array values in a record?

2010-02-04 Thread Anthony Walter
Like so: (iBitmap:0; idCommand: 0; fsState:0; fsStyle:0; bReserved: (0,0); dwData: nil; iString: nil) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] How to init Array values in a record?

2010-02-04 Thread yu ping
I use : tbrbtns:array[0..5] of TBBUTTON =( (iBitmap:7;idCommand:1;fsState:TBSTATE_ENABLED;fsStyle:TBSTYLE_BUTTON;dwData:0;iString:0), (iBitmap:8;idCommand:10001;fsState:TBSTATE_ENABLED;fsStyle:TBSTYLE_BUTTON;dwData:0;iString:0), (iBitmap:0;idCommand:0;fsState:TBSTATE_ENABLED;fsStyle:TBSTY

Re: [fpc-pascal] How to init Array values in a record?

2010-02-04 Thread Jonas Maebe
On 04 Feb 2010, at 17:32, yu ping wrote: > I use : > tbrbtns:array[0..5] of TBBUTTON =( > > (iBitmap:7;idCommand:1;fsState:TBSTATE_ENABLED;fsStyle:TBSTYLE_BUTTON;dwData:0;iString:0), > > (iBitmap:8;idCommand:10001;fsState:TBSTATE_ENABLED;fsStyle:TBSTYLE_BUTTON;dwData:0;iString:0), > > (i

[fpc-pascal] Component Writing - Registering Components with the widget set

2010-02-04 Thread Justin Smyth
Can someone help here , if i have my own custom component thats got a container that has a base class of TCustomControl does one need to register it on the widget level ? do i just use WSRegisterCustomControl and write my own setters and getter like the ones in wscontrol ? Just not sure if i n

Re: [fpc-pascal] Component Writing Question For Lazarus

2010-02-04 Thread Paul Ishenin
04.02.2010 19:01, Justin Smyth wrote: I've got a simple question , i want to write a component that has two or more other components on it ( ie a text box or or a button and a image ) on it , should i be using a widget to do this ? or should i just write it directly ( i've written components fo

Re: [fpc-pascal] Unsolicited messages

2010-02-04 Thread David Emerson
Jonas Maebe wrote: > Of course, this remedy will only work for a short while, since nothing > prevents the spammers to set up similar new domains... I don't know a > real remedy against this sort of stuff, unless some people start > setting up blacklists for these things too and we get a way to > i

[fpc-pascal] MSEide+MSEgui SourceForge -> BerliOS

2010-02-04 Thread Martin Schreiber
Hi, Because of the access restrictions on SourceForge MSEide+MSEgui has been moved to BerliOS: http://developer.berlios.de/projects/mseide-msegui/ Download: http://developer.berlios.de/project/showfiles.php?group_id=11520 SVN: http://developer.berlios.de/svn/?group_id=11520 Martin _