Re: [Lazarus] PascalScript

2011-03-29 Thread Eugen Bolz
Hey, you could try ScriptEngineII, it is far more powerful than PascalScript. ;) http://sourceforge.net/projects/scriptengine2/ http://www.delphipraxis.net/140590-scriptengine-ii-v-0-6-a.html (german delphi-forum) Best Regards Eugen -- ___ Lazarus

Re: [Lazarus] Synedit and SynWeb port

2011-03-18 Thread Eugen Bolz
Am 17.03.11 21:12, schrieb Reinier Napoles Martinez: Best Regards I'm amateur of programming, I started a port the version 2.0.5 of Synedit and the TSynWeb v1.5 for lazarus. Works quite well on Windows, In Linux has some problems with the repainting fundamentally. With some help ,I think I can

[Lazarus] Synedit Makefile broken on other OS than Win32

2010-12-18 Thread Eugen Bolz
Hey, latest SynEdit Update removed all other Targets. /usr/bin/make -C synedit clean Makefile:198: *** The Makefile doesn't support target i386-darwin, please run fpcmake first. Stop. -- ___ Lazarus mailing list

Re: [Lazarus] VirtualTreeView on Mac

2010-11-12 Thread Eugen Bolz
Am 11.11.10 01:18, schrieb dmitry boyarintsev: On Wed, Nov 10, 2010 at 12:40 AM, Eugen Bolzi...@eugen-bolz.de wrote: It seems that everything is painted in Paint; , it didn't helped to Invalidate it from Outside nor to Invalidate on LMPAINT - Message Any other Suggestions? :( Could you check

[Lazarus] VirtualTreeView on Mac

2010-11-09 Thread Eugen Bolz
Hey :), is it possible to get VirtualTreeView-New running on Mac? I tried it myself, but the TreeView is just empty, even if I add some Nodes, nothing is gonna painted on it Best Regards Eugen -- ___ Lazarus mailing list

Re: [Lazarus] VirtualTreeView on Mac

2010-11-09 Thread Eugen Bolz
Am 10.11.10 03:37, schrieb dmitry boyarintsev: On Tue, Nov 9, 2010 at 4:25 PM, Eugen Bolzi...@eugen-bolz.de wrote: I tried it myself, but the TreeView is just empty, even if I add some Nodes, nothing is gonna painted on it Try invalidate the tree. I'm not sure about the TreeView

Re: [Lazarus] HotKey with Carbon

2010-11-06 Thread Eugen Bolz
IT WORKS! :) Thank You Very Much! Using -Sa and deleted the Assert-function and this UPP_Handler it finally works :D -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] HotKey with Carbon

2010-11-04 Thread Eugen Bolz
Hey, i tried to port this http://dbachrach.com/blog/2005/11/program-global-hotkeys-in-cocoa-easily/ . Nothing Happens If I press Option + 1. Here's my code, I hope anybody can help me with this :) : { Based on http://dbachrach.com/blog/2005/11/program-global-hotkeys-in-cocoa-easily/ }

Re: [Lazarus] HotKey with Carbon

2010-11-04 Thread Eugen Bolz
Am 05.11.10 01:36, schrieb dmitry boyarintsev: I think you need to create UPP handler first, instead of passing the function pointer to the InstallApplicationEventHandler() thanks, dmitry Isn't this function the handler? function MAC_OS_Handler(ANextHandler: EventHandlerCallRef; AEvent:

Re: [Lazarus] Anchor-Docking Bugs

2010-06-25 Thread Eugen Bolz
Am 23.06.2010 20:37, schrieb Eugen Bolz: Done. http://bugs.freepascal.org/view.php?id=16782 I have created a Patch for AnchorDock: http://bugs.freepascal.org/view.php?id=16789 please Apply :) And also a working solution attached to the Bug-Report

Re: [Lazarus] Anchor-Docking Bugs

2010-06-23 Thread Eugen Bolz
Am 23.06.2010 01:00, schrieb Mattias Gaertner: 2. This Rect is smooth in all Windows Versions until Vista/7, in Vista/7 it is very slow :( Please report this bug. Done. http://bugs.freepascal.org/view.php?id=16782 -- ___ Lazarus mailing

Re: [Lazarus] Anchor-Docking Bugs

2010-06-23 Thread Eugen Bolz
Am 23.06.2010 17:16, schrieb Mattias Gaertner: 3) ADockObjectCopy.HideDockImage; calls WidgetSet.DrawDefaultDockImage(EraseDockRect, DockRect, disHide); and on windows disHide probaply doesn't do much = th pattern is always drawn with invert. But since there is no old pattern to delete,

[Lazarus] Anchor-Docking Bugs

2010-06-22 Thread Eugen Bolz
Hey, it is awesome to see that Docking is already working :) But I have some Bugs: Under Windows 7 (also months ago on Vista) the Docking had, and still has, these two Bugs: 1. Just Click, without moving your mouse, on a Docking-Header, after that the Desktop gets a 3px height and full

Re: [Lazarus] Webcam

2010-03-27 Thread Eugen Bolz
Am 27.03.2010 00:40, schrieb Silvio Clecio: On Linux I use https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/mplayer. On Win I use http://www.silvioprog.com.br/downloads/LazWebCam.zip Thanks for the Links :) But the Windows Version don't works here on Windows 7 :(

Re: [Lazarus] [OT] Mantis, just send emails for my opened tickets

2010-01-15 Thread Eugen Bolz
Am 15.01.2010 12:34, schrieb Marc Weustink: Original Message Am 15.01.2010 00:24, schrieb Marc Weustink: Eugen Bolz wrote: Hey, is there an option that will only send me emails to my updated / changed tickets, which I have created? By default you get an email

[Lazarus] [OT] Mantis, just send emails for my opened tickets

2010-01-14 Thread Eugen Bolz
Hey, is there an option that will only send me emails to my updated / changed tickets, which I have created? Cause I get emails for tickets that really dont interests me :) Best Regards, Eugen -- ___ Lazarus mailing list

Re: [Lazarus] [OT] Mantis, just send emails for my opened tickets

2010-01-14 Thread Eugen Bolz
Am 15.01.2010 00:24, schrieb Marc Weustink: Eugen Bolz wrote: Hey, is there an option that will only send me emails to my updated / changed tickets, which I have created? By default you get an email on tickets you entered. So Uncheck all Email on XXX in your preferences. Marc If I

Re: [Lazarus] Python4Delphi/Lazarus: VarPyth: VarDataClear.. not yet supported?

2009-05-31 Thread Eugen Bolz
I'm happy that also others try to work with p4d, not only me. With this i can add a Delphi-Variable/Class to Python: MyPyForm := PyFormType.CreateInstance; (PythonToDelphi(MyPyForm) as TPyForm).Control:= Self; PyClassMod.SetVar('MainForm', MyPyForm); But when I wanted to change the Caption I