Hi,
I am trying to add a new target (eg: abc) for the project
options/additions and overrides. Once OK is pressed, re-entering the
additions and overrides shows * instead of the specified target!
Lazarus 1.3 r42824 FPC 2.6.3 i386-linux-gtk 2
Is it my installation, or shall I open a bug repor
On Sun, 15 Sep 2013 14:15:04 -0300
Junior wrote:
> I was compiling Lazarus and show the message:
>
> Warning: incorrect version in ide / version.inc: 1.3
>
> Was going compile, I better expect more updates.
Trunk version was increased to 1.3.
You get the warning when you update your svn and th
On 15/09/2013 18:15, Junior wrote:
I was compiling Lazarus and show the message:
Warning: incorrect version in ide / version.inc: 1.3
Was going compile, I better expect more updates.
This is only an internal version number
http://wiki.lazarus.freepascal.org/Version_Numbering
So there is no
I was compiling Lazarus and show the message:
Warning: incorrect version in ide / version.inc: 1.3
Was going compile, I better expect more updates.
thanks
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepasca
On So, 2013-09-15 at 15:57 +0100, Martin wrote:
> On 15/09/2013 15:20, Marc Santhoff wrote:
> > It's not in question how to implement global objects. Some are
> > singletons by design and others are not in code but work like they were,
> > because the only place the constructor is (allowed to be) c
On 15/09/2013 16:24, Martin wrote:
On 15/09/2013 16:12, Martin wrote:
On
15/09/2013 15:17, Mattias Gaertner wrote:
I can add an overlay icon to all the
units and uses in cycles if you provide an icon.
On 15/09/2013 16:12, Martin wrote:
On
15/09/2013 15:17, Mattias Gaertner wrote:
I can add an overlay icon to all the units
and uses in cycles if you provide an icon.
from famfam, recolored, and resized
redon
On 15/09/2013 15:17, Mattias Gaertner wrote:
I can add an overlay icon to all the units and uses in cycles if you
provide an icon.
from famfam, recolored, and resized
<><><><><>--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://li
On So, 2013-09-15 at 15:54 +0100, Martin wrote:
> On 15/09/2013 15:24, Marc Santhoff wrote:
> > I can, but then I'd have to choose one of two solutions I don't like:
> > having to free the automatically created TApplication object or change
> > forms.pp.
>
> Create a descendant of TComponent, an
On 15/09/2013 15:20, Marc Santhoff wrote:
It's not in question how to implement global objects. Some are
singletons by design and others are not in code but work like they were,
because the only place the constructor is (allowed to be) called is the
inittialization section.
The qeustion is where
On 15/09/2013 15:24, Marc Santhoff wrote:
I can, but then I'd have to choose one of two solutions I don't like:
having to free the automatically created TApplication object or change
forms.pp.
Create a descendant of TComponent, and have it owned by the application,
that should take care of it
On 15/09/2013 15:17, Mattias Gaertner wrote:
On Sun, 15 Sep 2013 13:54:51 +0100
Martin wrote:
Not so much confused, as had my expectation to high.
That is finding circles, before compiling, therefore seeing all circles,
instead of resolving them one by one.
I can add an overlay icon to all th
On 15/09/2013 15:17, Mattias Gaertner wrote:
On Sun, 15 Sep 2013 13:54:51 +0100
Martin wrote:
On 15/09/2013 13:42, Mattias Gaertner wrote:
On Tue, 10 Sep 2013 22:05:02 +0100
Martin wrote:
On 10/09/2013 21:17, Mattias Gaertner wrote:
Hi all,
When you now right click on unit in a uses sect
On 14/09/2013 16:48, Maxim Ganetsky wrote:
> 14.09.2013 12:24, Reinier Olislagers пишет:
>> On 14/09/2013 00:19, Maxim Ganetsky wrote:
>>> 13.09.2013 11:31, Reinier Olislagers пишет:
>> after marking for uninstallation:
>> Current state: installed, RunAndDesignTime
>> expected:
>> Current state: ma
On Sa, 2013-09-14 at 21:24 -0700, leledumbo wrote:
> In short, you can't put it in the .dpr if you want it to be accessible from
> all units. Actually, there's not really any magic behind TApplication, you
> can still create your own TApplication descendant (preferably in its own
> unit) and assign
On So, 2013-09-15 at 10:36 +0100, Graeme Geldenhuys wrote:
> On 2013-09-15 04:22, Marc Santhoff wrote:
> > How do you handle this?
> > How can I meet the spec and put all global into the .dpr-file?
>
>
> I use the Singleton design pattern for the solution. I often create a
> Application Class (no
On Sun, 15 Sep 2013 13:17:42 +
Mark Morgan Lloyd wrote:
> It appears that a bsDialog form has its actual width and height locked
> once it has been displayed by ShowModal. Components inside the form,
> e.g. a PageControl with client alignment, see the dimensions that have
> been set under
On Sun, 15 Sep 2013 13:54:51 +0100
Martin wrote:
> On 15/09/2013 13:42, Mattias Gaertner wrote:
> > On Tue, 10 Sep 2013 22:05:02 +0100
> > Martin wrote:
> >
> >> On 10/09/2013 21:17, Mattias Gaertner wrote:
> >>> Hi all,
> >>>
> >>> When you now right click on unit in a uses section to get the p
It appears that a bsDialog form has its actual width and height locked
once it has been displayed by ShowModal. Components inside the form,
e.g. a PageControl with client alignment, see the dimensions that have
been set under program control but the actual form size can be
significantly differe
On 15/09/2013 13:42, Mattias Gaertner wrote:
On Tue, 10 Sep 2013 22:05:02 +0100
Martin wrote:
On 10/09/2013 21:17, Mattias Gaertner wrote:
Hi all,
When you now right click on unit in a uses section to get the popup
menu, click on "Find / Find references of used unit" to find all
references i
On Tue, 10 Sep 2013 22:05:02 +0100
Martin wrote:
> On 10/09/2013 21:17, Mattias Gaertner wrote:
> > Hi all,
> >
> > When you now right click on unit in a uses section to get the popup
> > menu, click on "Find / Find references of used unit" to find all
> > references in the current unit to the us
On Wed, 11 Sep 2013 06:58:16 +0100
Richard Mace wrote:
> If you put a TPairSplitter on a form, then in the right sire add a
> TNotebook, then add a page, then add a memo that is anchored Top,Left and
> Right. When you resize the main form in design, the memo correctly wraps,
> but at runtime it d
Mark Morgan Lloyd wrote:
This was useful information, thanks.
Now only m68k and powerpc are missing.
I'll see if I can fill in any gaps.
My Mac's not booting (capacitor plague?) and while somebody's given me a
couple more as developer machines they've got some proprietary operating
system
On 2013-09-15 10:36, Graeme Geldenhuys wrote:
> class (and related unit) directly. This is called Dependency Injection -
> yet another software design pattern that removes hard-coded dependencies.
I forgot to mention, using Interfaces are also immensely useful in this
situation. Also makes it ver
On 2013-09-15 04:22, Marc Santhoff wrote:
> How do you handle this?
> How can I meet the spec and put all global into the .dpr-file?
I use the Singleton design pattern for the solution. I often create a
Application Class (nothing to do with TApplication) that keeps track of
such things like globa
On 2013-09-14 15:08, Jürgen Hestermann wrote:
> Too bad that programmers have less and less
> of their programs under their control.
Hence the reason I have always been pro about fully custom implemented
toolkits. The developer then has FULL control over the look, feel and
behaviour of the toolkit
26 matches
Mail list logo