Re: [Lazarus] Selectable desktops in Lazarus IDE

2015-07-11 Thread Ondrej Pokorny

On 10.07.2015 11:05, FreeMan wrote:

fpc r31199 lazarus r49517 osx yosemite qt64
- > I desegined my layout, save it, then for test click to "Close and 
use selected desktop" button I get "access violation" message.

- > suggestion, can add rename button and rename layout name
thank you


I confirm this issue. I am working on that. Thanks.

Ondrej

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] how to use HASP HL

2015-07-11 Thread Bo Berglund
On Thu, 9 Jul 2015 20:32:43 +0300, FreeMan
 wrote:

>Hello,
>Any one use HASP HL (sentinel)  with lazarus?
Not Hasp but Sentinel SuperPro.
It was a hassle using the obj file from Rainbow/Safenet as discussed
in the thread "Newbie, porting class to FPC but get procedure
assignment error"

In the end I had to both convert the obj file and use a separate
linking step in Lazarus.

-- 
Bo Berglund
Developer in Sweden


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] how to use HASP HL

2015-07-11 Thread FreeMan

Hello,
Thank you for answer. Can you tell me what is file(s) names?
I was used in delphi, 7-8 years ago. I ported that files to lazarus, I
compiled and make demo for win32 & win64. My host os is OSX yosemite, I
crosscompiled to win and thats worked. No need obj file.
/HASP HL/API/Runtime/C/win32 and /HASP HL/API/Runtime/C/x64 folder has
dll files, but I couldn't find osx and linux, can you help about for this ?

regards.



On 11.07.2015 14:07, Bo Berglund wrote:

On Thu, 9 Jul 2015 20:32:43 +0300, FreeMan
 wrote:


Hello,
Any one use HASP HL (sentinel)  with lazarus?

Not Hasp but Sentinel SuperPro.
It was a hassle using the obj file from Rainbow/Safenet as discussed
in the thread "Newbie, porting class to FPC but get procedure
assignment error"

In the end I had to both convert the obj file and use a separate
linking step in Lazarus.




--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Release model for Lazarus

2015-07-11 Thread Péter Gábor
Today I noticed that a new release of Lazarus is prepared (time of last
update on sf.net 'Files' page is newer than the release time of listed
files).

I am updating the translations each time the source po files are
changing. But it's not a good idea to release them on the bug-tracker
every time when a single sentence or just a word was changed. So I am
asking you (the release manager) to send out a notification (on the
mailing list of course) when you know that no more source strings will
be changed before publishing the new version...
This way the translators and the manager of translations will have time
to upload their work.

Mantis' RoadMap is not (and never was) up to date. Today it shows the
followings
"Lazarus - 1.4.2 (Scheduled For Release 2015-06-20"
and
"0028167: [LCL] MaskUtils.FormatMaskText not implemented (Bart Broersma)
- assigned."

So where can we know that we can upload the translations without missing
future changes?

A true release model with strict phases (including "frozen source
strings" at last, maybe two weeks) would be very useful.

For example see: http://www.xfce.org/about/releasemodel

-- 
Péter Gábor
p...@freemail.hu


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] how to use HASP HL

2015-07-11 Thread Bo Berglund
On Sat, 11 Jul 2015 19:55:59 +0300, FreeMan
 wrote:

>On 11.07.2015 14:07, Bo Berglund wrote:
>> On Thu, 9 Jul 2015 20:32:43 +0300, FreeMan
>>  wrote:
>>
>>> Hello,
>>> Any one use HASP HL (sentinel)  with lazarus?
>> Not Hasp but Sentinel SuperPro.
>> It was a hassle using the obj file from Rainbow/Safenet as discussed
>> in the thread "Newbie, porting class to FPC but get procedure
>> assignment error"
>>
>> In the end I had to both convert the obj file and use a separate
>> linking step in Lazarus.
>>
>Hello,
>Thank you for answer. Can you tell me what is file(s) names?
>I was used in delphi, 7-8 years ago. I ported that files to lazarus, I
>compiled and make demo for win32 & win64. My host os is OSX yosemite, I
>crosscompiled to win and thats worked. No need obj file.
>/HASP HL/API/Runtime/C/win32 and /HASP HL/API/Runtime/C/x64 folder has
>dll files, but I couldn't find osx and linux, can you help about for this ?

Well, I did not do anything with Hasp even though I know that SafeNet
bought Hasp.
We were on the Sentinel SuperPro and used a Delphi interface (still
do) using an obj file (SPROMEPS.obj), which contains all the interface
functions into the SuperPro driver.

When I tried to port into Lazarus/FPC I got a linker error and the
thread I indicated before is all about that error and how to solve it.


-- 
Bo Berglund
Developer in Sweden


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Release model for Lazarus

2015-07-11 Thread Mattias Gaertner
On Sat, 11 Jul 2015 20:05:36 +0200
Péter Gábor  wrote:

> Today I noticed that a new release of Lazarus is prepared (time of last
> update on sf.net 'Files' page is newer than the release time of listed
> files).

Yes, 1.4.2. It is a bug fix release. No new features.

 
>[...]
> So where can we know that we can upload the translations without missing
> future changes?
> 
> A true release model with strict phases (including "frozen source
> strings" at last, maybe two weeks) would be very useful.

The 'fixes' branch only contains bug fixes. So almost all
changes to resourcestrings are either fixing typos of the English
version or add new error messages.

Waiting a week means translators and maintainers must work with an
additional branch.

I'm not sure if it is worth the hassle. Maybe Maxim who applies the
biggest part of the translations can tell.

Mattias

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Pop menu and disabled images

2015-07-11 Thread Richard Mace
Hi All,
I have polished my application a lot by adding a disabled images list to my
toolbar, so that the images are displayed properly when the action is
disabled.
However, when I try to do the same thing for a pop up menu, I notice that
there isn't a DisabledImages property like there is with a toolbar.
Am I missing something?

Thanks

Richard
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus