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
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
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
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
- 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
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
_TBBUTTON= Record
iBitmap : cint;
idCommand: cint;
fsState : BYTE;
fsStyle : BYTE;
bReserved
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
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
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
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
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
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
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
_
14 matches
Mail list logo