[lazarus] Delphi wiki

2007-03-25 Thread George Birbilis
.) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.spaces.live.com

RE: [lazarus] import ActiveX under lazarus

2007-03-14 Thread George Birbilis
mean, not in other projects) is you have no late-binding support (for scripting), no location transparency, no versioning (can't load the same DLL many times) etc. George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit

RE: [lazarus] import ActiveX under lazarus

2007-03-14 Thread George Birbilis
useful for projects running from CD that don't want or can't put stuff on the user's system George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics

RE: [lazarus] Search at Properties/Events pane

2007-03-02 Thread George Birbilis
for stuff fast. BTW, in VS.net most properties apart from a property editor have an editable textual description (in the form 10; 20 for a Point for example), which is useful in searching On 2/26/07, George Birbilis [EMAIL PROTECTED] wrote: I'm going to suggest to MS to add to VS.net a search text box

RE: [lazarus] Search at Properties/Events pane

2007-03-02 Thread George Birbilis
A good place for this is here: http://wiki.lazarus.freepascal.org/Feature_Ideas Thanks for pointing to this, just edited the wiki there George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime

[lazarus] Search at Properties/Events pane

2007-02-26 Thread George Birbilis
this useful for Lazarus too George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.spaces.live.com

RE: [lazarus] Delphi for PHP

2007-02-23 Thread George Birbilis
think) will be / is opensource (haven't checked the sf site if the stuff is online yet) I consider it a very nice move to have the lib opensourced George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D

[lazarus] Suse linux with mono tools vmware image

2007-02-22 Thread George Birbilis
At mono website they have for download a Suse linux with mono tools vmware image and a link to the free VMWare player. Is there a similar thing for Lazarus? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi

[lazarus] Delphi for PHP

2007-02-21 Thread George Birbilis
??? see http://www.codegear.com/AboutUs/News/DelphiForPHP/tabid/239/Default.aspx and follow the link to the opensource VCL for PHP library (at sourceforge) that is near the end of the text may interest you -o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o- George Birbilis ([EMAIL PROTECTED

RE: [lazarus] import ActiveX under lazarus

2007-02-21 Thread George Birbilis
, because it will be cross-platform. -- Felipe Monteiro de Carvalho THANKS i've found it on svn://opensoft.homeip.net I try it! Mr Tack. Does it need one to have FF installed though? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J

[lazarus] my .net, 3D, Robotics and pascal bookmarks/favorites

2007-02-06 Thread George Birbilis
, Robotics and Pascal bookmarks George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.spaces.live.com

RE: [lazarus] lazarus saves every time I compile

2007-02-06 Thread George Birbilis
the project etc. Maybe lazarus always saves those modifications? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis

[lazarus] Delphi / C++Builder / FreePascal versions of Microsoft DirectX 9.0 SDK October 2006 Update

2007-01-22 Thread George Birbilis
http://www.clootie.ru/ George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.spaces.live.com

RE: [lazarus] Lazarus for Python (L4P)

2007-01-17 Thread George Birbilis
types, just consume them from the Delphi host) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http

RE: [lazarus] Lazarus for Python (L4P)

2007-01-17 Thread George Birbilis
and even provide intellisense for many of them George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http

RE: [lazarus] Lazarus for Python (L4P)

2007-01-17 Thread George Birbilis
the reference for starters) and adding it on a form? (you can talk to it via late binding [scripting say via PascalScript or Python or whatever] if you don't have autoimported types from the IDE or write the code for early binding yourself then) George Birbilis ([EMAIL PROTECTED

RE: [lazarus] Lazarus for Python (L4P)

2007-01-17 Thread George Birbilis
IMHO a OOo interface should use OLE/COM on windows, and any other means (for example python) on other platforms. Although I think that if python can call openoffice, FPC should be able to do the same. I'd expect OO to use XPCOM like Moz, but not sure what they used George

RE: [lazarus] Lazarus File bigger then Delphi File?

2007-01-17 Thread George Birbilis
was using it made the size much smaller for the .exe George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http

[lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread George Birbilis
Have asked before why this one shows conflicts etc. from the SVN, but not sure what is the reason. I have to delect all IDE\revision*.* files everytime and update again to fix the issue George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004

RE: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread George Birbilis
it conflicted George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.spaces.live.com _ avast

RE: Lazarus for Python (L4P)

2007-01-15 Thread George Birbilis
to run on the GPU processor of the graphics card(s). Very cool stuff for image analysis and computer vision... George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX

RE: [lazarus] IDE\revision.inc conflicting state?

2007-01-15 Thread George Birbilis
the installer of it and now I can't uninstall cause it searches the installer at its original location - have to kill it using the registry) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2007 Borland Spirit of Delphi 3D, QuickTime, QTVR

RE: [lazarus] Ide\Svnrevision.inc

2006-12-29 Thread George Birbilis
applies to makefile btw as it can be recreated using fpcmake -r) From where does it generate it? From a project group file or something? (thought lazarus didn't have project groups like in Delphi) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J

[lazarus] Interesting links

2006-12-27 Thread George Birbilis
for Apache only) Clearsilver libs might be interesting to port (if not too big) or to add to them freepascal support (write templates in freepascal or design templated pages with Lazarus) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006

[lazarus] Ide\Svnrevision.inc

2006-12-27 Thread George Birbilis
What's the file svnrevision.inc in ide folder (of source svn distro)? It always shows a question mark after SVN update with tortoiseSVN George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi 3D, QuickTime, QTVR

[lazarus] FPC bug: not showing cursor in windowed mode (at WinXP 32-bit)

2006-12-21 Thread George Birbilis
to FPC bugtracker or FPC dev list TIA, George George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http

RE: Re[2]: [lazarus] Project WiX opensource - make MSI from XML

2006-12-19 Thread George Birbilis
are the most percent arround I suppose]). Tried it with Vista beta2 though, maybe in final version of the OS they put it in by default George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java

RE: [lazarus] Project WiX opensource - make MSI from XML

2006-12-19 Thread George Birbilis
(relational database) for the installer and what the guy thinks about that decision now looking back. See a link I also have there to some example on querying an .MSI file via SQL commands, interesting but maybe too much? George Birbilis ([EMAIL PROTECTED]) Computer Informatics

[lazarus] Project WiX opensource - make MSI from XML

2006-12-16 Thread George Birbilis
George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi 3D, QuickTime, QTVR, Java, Delphi, ActiveX, .NET components, Robotics http://www.kagi.com/birbilis http://birbilis.spaces.live.com _ avast! Antivirus

RE: [lazarus] Font names shown in the respective font

2006-12-14 Thread George Birbilis
item if I see it's easier (if one reuses the same Tlabel instance it should be quick and clean in resources) P.S.: Can you tell your virus scanner to write less spam? Unfortunately I've forgotten its pwd, will try to uninstall/reinstall it :o( George Birbilis ([EMAIL PROTECTED

RE: [lazarus] Font names shown in the respective font

2006-12-14 Thread George Birbilis
hashtable class available at Laz now? Cheers, George George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http

RE: [lazarus] Font names shown in the respective font

2006-12-13 Thread George Birbilis
option on the form designer, maybe similar to IBM's VisualAge or even simpler Cheers, George George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http

RE: [lazarus] repository

2006-12-13 Thread George Birbilis
a must I believe George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http

RE: [lazarus] repository

2006-12-13 Thread George Birbilis
Thanks, I'll make a .bat to set the FPC_PATH and FPC_BIN_PATH env vars and several .bat for each of that stuff that call the first .bat that sets the FPC path - so that you edit the paths only in one place (although I'd like it better if FPC installer was setting these env vars globally - a

RE: [lazarus] repository

2006-12-12 Thread George Birbilis
release) and puts at the .svn folder and at the main folder and then copies the rest from the main folder to the .svn folder (maybe one can tweek to see tortoiseSVN code to behave like that and make it an option [unless it can do that already?] or a fork) George Birbilis ([EMAIL

RE: [lazarus] repository

2006-12-12 Thread George Birbilis
Once a file exists, SVN only get the difference on each update, to minimize network traffic. Only the first checkout is a complete copy of each file. I suppose it downloads the real file, then copies to the .svn folder, not get it twice _ avast! Antivirus http://www.avast.com :

RE: [lazarus] How to integrate an Application into the Lazarus-IDE (forlocalization Lazarus Applications)

2006-12-12 Thread George Birbilis
the gettext unit in the procedure TranslateResourceStrings. german: lazaruside.de.po russian (KOI8-R): lazaruside.ru.po spanish: lazaruside.es.po french: lazaruside.fr.po italian: lazaruside.it.po George Birbilis ([EMAIL PROTECTED]) Computer

RE: [lazarus] Gambas

2006-12-12 Thread George Birbilis
to be market leader in their field in the mediterranean and middle east region (they already did work with major players back then [it was arround 2000-2001 if I remember well]) cheers, George George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006

RE: [lazarus] repository

2006-12-11 Thread George Birbilis
All this is possible, but IMHO it is nonsense to put effort into creating such a snapshot. I think there is some intelligence test, test if people persevere enough. If a person cannot find the link to getting the sources from the home page and follow those instructions to get a svn

RE: [lazarus] repository

2006-12-11 Thread George Birbilis
Somebody not patient enough to walk through the setup won't fix anything anyways. Well, I've fixed the unihighlighter (had posted the fix to the list, but never found the time to setup and then diff etc. [was too busy - now trying to make some time to send the diff, have installed laz, fpc, the

RE: [lazarus] repository

2006-12-11 Thread George Birbilis
or is there someother better / more stable / supported lib for Lazarus? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http

RE: [lazarus] Gambas

2006-12-11 Thread George Birbilis
logistics, not some thing necesserily related with software and informatics). However I may have understood wrong all this discussion here and it might be related more or less to XBRL too George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004

RE: [lazarus] repository

2006-12-11 Thread George Birbilis
?) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http://www.mech.upatras.gr/~robgroup

RE: [lazarus] repository

2006-12-11 Thread George Birbilis
In fact it should be Set path=%fpcmakepath%;%path% So that the %fpcmakepath% takes precedence (the leftmost ones are checked first), in case other MAKE are in the path from MS or Borland or other tools 1) Can you please add the following batch file to the Laz source distro? Please name it

RE: [lazarus] repository

2006-12-11 Thread George Birbilis
[and efficient, that runs early before all resources load] for Laz already to make singleton apps that the IDE app itself could use) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX

[lazarus] Interesting: Mylar

2006-12-11 Thread George Birbilis
to the hierarchy. Therefore, developers can quickly switch between tasks, bug fixes and refactoring duties without having to search for the files they need to modify. The tool can be downloaded at www.eclipse.org/mylar George Birbilis ([EMAIL PROTECTED]) Computer Informatics

RE: [lazarus] repository

2006-12-11 Thread George Birbilis
, what happens now when you run lazarus and open lazarus to debug it and in that 2nd lazarus you open lazarus again to debug it? (and so on?). Does it fail? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi

RE: [lazarus] Article on Pixel.

2006-12-09 Thread George Birbilis
For the Lazarus users: Pixel is written using a widget-set developed by Pavel. Greetings, Is it online? The article ? Not that I know of. The program is: http://www.kanzelsberger.com/ I don't see Lazarus mentioned at the splash screen of the windows version (some of you guys

RE: [lazarus] repository

2006-12-09 Thread George Birbilis
and doing SVN checkout... (won't need to set the SVN URL the first time since the .svn folder from the snapshot will contain it). That is assuming as I say before the .svn subfolder is something standard for storing client-side info by SVN clients George Birbilis ([EMAIL PROTECTED

RE: [lazarus] Gambas

2006-12-08 Thread George Birbilis
I'm afraid I can't do it. I send e-mails from another server and want to receive them from another one (it's an issue with my connection) Well, fix it then. There's no workarround I'm afraid other than to pay for some other mail provider which I don't want to do at the moment And don't

RE: [lazarus] repository

2006-12-08 Thread George Birbilis
) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http://www.mech.upatras.gr/~robgroup

RE: [lazarus] Font names shown in the respective font

2006-12-08 Thread George Birbilis
) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http://www.mech.upatras.gr/~robgroup

RE: [lazarus] Gambas

2006-12-08 Thread George Birbilis
veryy high. Mostly you are not there after purchasing a accounting package. You still need someone to tell you how to use it. Met vriendelijke groet, Pieter Valentijn Delphidreams http://www.delphidreams.nl -Oorspronkelijk bericht- Van: George Birbilis [mailto:[EMAIL PROTECTED

RE: [lazarus] Article on Pixel.

2006-12-08 Thread George Birbilis
The latest issue of Linux Journal features an article about Pixel (By Pavel Kanzelsberger). It gives it a very good comment. Pity it's not mentioned that it's written using FPC. (the article is written by a writer/publisher, not a programmer). For the Lazarus users: Pixel is written using a

[lazarus] Intallation path with space in it

2006-12-07 Thread George Birbilis
Why doesn't laz installer allow space in the path? Is it FreePascal limitation or Laz one? Don't see why it should require that - even if it's totally necessery it could ask windows for the short filename and use that internally _ avast! Antivirus http://www.avast.com : Outbound

RE: Add Recent tab apart from Favorites to Object Inspector

2006-12-07 Thread George Birbilis
. Is Favorites per component now or global (that is a list favorite property/event names and showing only those that exist in the current component)? Those should behave the same, either both tabs global or both tabs per component (class) George Birbilis ([EMAIL PROTECTED]) Computer

[lazarus] Font names shown in the respective font

2006-12-07 Thread George Birbilis
in a rich text box [or SynEdit] or something, maybe with a gap line in between (or less gap if some panel+scrollpane is used instead of a textbox). The default phrase could be ABC...Z0...9 and also maybe contain other standard characters. George Birbilis ([EMAIL PROTECTED

RE: [lazarus] Gambas

2006-12-07 Thread George Birbilis
I mean do I have a market for an accounting package. Accounting is a very cutthroat market. You could have for a certain country if you specialize or make your s/w very adaptable so that you can provide various versions for the different logistics standards / laws out there (for example MS is

RE: [lazarus] Gambas

2006-12-07 Thread George Birbilis
that MS have), would be nice to have such a thing in the IDE (if it's easily configurable [or at least programmable] to add more checks for best practices) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi

RE: [lazarus] Gambas

2006-12-01 Thread George Birbilis
Maybe Lazarus can copy some stuff from that project? There are hundreds of other open source IDEs, we are all already aware of that. If you have some specific need Lazarus does not attend, or something that it could attend better, and Ganbas does it, then we can talk about this specific

RE: [lazarus] Gambas

2006-12-01 Thread George Birbilis
(for example when you launch Lazarus [if you don't tell it to open something], is there option to autostart with the File/New dialog? [that should be the default option and have checkbox to not show that at start again]). I donĀ“t particularly consider this an advantage. Do you really

[lazarus] repository

2006-12-01 Thread George Birbilis
impression that this is the current way it's done?) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http

[lazarus] Gambas

2006-11-30 Thread George Birbilis
http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com

RE: Gambas

2006-11-30 Thread George Birbilis
Btw, got the url from http://openubuntu.blogspot.com/2006/11/visual-development-of-linux.html http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? _ avast! Antivirus http://www.avast.com : Outbound message clean. Virus Database (VPS): 0651-0,

RE: [lazarus] Gambas

2006-11-30 Thread George Birbilis
http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? Why would we want to do that ? It'd have to be rewritten from scratch anyway. When I say copy, I also mean ideas, GUI design, etc. whatever people see useful in that one George Birbilis

Re: [lazarus] Win32 Version Information - .res file format

2006-11-29 Thread George Birbilis
the net on it George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# 2004-2006 Borland Spirit of Delphi http://www.kagi.com/birbilis _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

RE: [lazarus] Attaching TControl.Parent to an out of process window

2006-11-29 Thread George Birbilis
etc. and act upon your child too either posting messages to it, or calling OS API on it or talk via RPC to a window controller class at the other proc that minimizes/closes/etc. a given window of that proc in a Laz RTL way George Birbilis ([EMAIL PROTECTED]) Computer Informatics

RE: [lazarus] Cross platform IPC

2006-11-22 Thread George Birbilis
listen for]) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http

RE: [lazarus] Python interpreter linked with a Lazarus application

2006-11-22 Thread George Birbilis
application, but i am receiving some runtime error when executing the python code. Why not have the Python one as separate process and communicate using IPC? (for example via shared files) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006

RE: [lazarus] From commercial to open-source (Delphi to Lazarus)

2006-11-22 Thread George Birbilis
more permanent, and also findable by Google (in theory ;) ) etc.. We might also link to it from the wiki or somewhere. Isn't this mailing list archived publicly so that discussions are indexed by Google etc.? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer

RE: [lazarus] [patch] - Publish Project Dialog

2006-11-17 Thread George Birbilis
]) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http://www.mech.upatras.gr/~robgroup

[lazarus] From SD times: Borland Spins Off IDEs

2006-11-17 Thread George Birbilis
the CodeGear decision is in the best interests of our customers, shareholders and employees. George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com

RE: [lazarus] Threading: Running different Forms in different Threads

2006-11-16 Thread George Birbilis
. In Delphi VCL, there's a way to use multiple threads and when you want to do drawing etc. serialize calls on the main GUI thread See Synchronize call in VCL docs George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi

RE: [lazarus] Java AWT Native Interface (JAWT)

2006-11-14 Thread George Birbilis
there to Object Pascal (similar to how the GNU Classpath project implements parts of the Java classlibrary in C++) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http

RE: [lazarus] JEDI QuickTime

2006-11-14 Thread George Birbilis
in the project) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http

RE: [lazarus] Changing the IDE

2006-11-14 Thread George Birbilis
that scroll in-out at the sides of the display]) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http

RE: ClickOnce (was: Re: [lazarus] Lazarus and DOT Net)

2006-11-14 Thread George Birbilis
link to big FAQ on ClickOnce Found the above link from Atozed website (hadn't realized that the Indy guys were the makers of IntraWeb too), at the ClickOnce page that installs IntraWeb Studio Personal (free version) George Birbilis ([EMAIL PROTECTED]) Computer Informatics

RE: Order of proc executed with Application.QueueAsyncCall

2006-11-14 Thread George Birbilis
Is there a way to make sure it is call in the order it has been put Async? Well, we could change the calling logic... but is there a will for such a thing? Isn't it against the rule of least surprise (not to mention consistency) as it is? George Birbilis ([EMAIL PROTECTED

RE: Order of proc executed with Application.QueueAsyncCall

2006-11-14 Thread George Birbilis
expect they want the first one queued to be the first one called, etc. If it's doing that already then where do they see a problem? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi

RE: Java AWT Native Interface (JAWT)

2006-11-13 Thread George Birbilis
the JVMs for Linux/Unix/OS-X). JAWT is for having Java code draw into native peers from other applications (calling the Java code via JNI) -Original Message- From: George Birbilis [mailto:[EMAIL PROTECTED]] Sent: Monday, November 13, 2006 5:25 AM To: 'lazarus@miraclec.com' Subject: Java

[lazarus] JEDI QuickTime

2006-11-13 Thread George Birbilis
) that should work on Linux etc. too (in case the port isn't included with Lazarus too, would be easy to port their port) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET

[lazarus] icoutils

2006-11-13 Thread George Birbilis
http://www.nongnu.org/icoutils/ in case you haven't heard of it

[lazarus] Java AWT Native Interface (JAWT)

2006-11-12 Thread George Birbilis
at their start]) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http

IronPython (was: RE: [lazarus] Lazarus and DOT Net)

2006-11-04 Thread George Birbilis
. George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http://www.mech.upatras.gr

RE: [lazarus] Lazarus and DOT Net

2006-11-04 Thread George Birbilis
in all situations George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http

RE: [lazarus] Lazarus and DOT Net

2006-11-04 Thread George Birbilis
that feature (possible as method attributes so that backwards compatibility is kept and the language syntax isn't changed) Sincerely, George George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi

RE: [lazarus] Lazarus and DOT Net

2006-11-02 Thread George Birbilis
, the more options a menu offers to choose from, the better ;o) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http

RE: [lazarus] Lazarus and DOT Net

2006-11-02 Thread George Birbilis
George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http://www.mech.upatras.gr/~robgroup

RE: [lazarus] Lazarus and DOT Net

2006-11-02 Thread George Birbilis
. George Birbilis Agrinio Club - http://agrinioclub.onestop.net _ avast! Antivirus http://www.avast.com : Outbound message clean. Virus Database (VPS): 0644-4, 31/10/2006 Tested on: 2/11/2006 9:38:54 ?? avast! - copyright (c) 1988-2006 ALWIL Software

Re: [lazarus] Lazarus and DOT Net

2006-11-01 Thread George Birbilis
Can we stop this stupid thread now. Talking about .NET for 14 days now! What does this have to do with lazarus? do you think talking about a popular platform and whether Lazarus and FPC should consider targetting it in the future is crap? As you wish... anyway, we can rename any future

RE: [lazarus] Lazarus and DOT Net

2006-11-01 Thread George Birbilis
up a poll if you wish e.g. at the Lazarus site Cheers, George George Birbilis ([EMAIL PROTECTED]) http://www.kagi.com/birbilis http://www.mech.upatras.gr/~Robotics http://www.mech.upatras.gr/~robgroup _ avast! Antivirus http://www.avast.com : Outbound message clean

Re: [lazarus] Lazarus and DOT Net

2006-10-31 Thread George Birbilis
://tranXform.onestop.net cheers, George George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# 2004-2006 Borland Spirit of Delphi http://www.kagi.com/birbilis _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Lazarus and DOT Net

2006-10-31 Thread George Birbilis
to them]) greetings, George George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# 2004-2006 Borland Spirit of Delphi http://www.kagi.com/birbilis _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Button order in Lazarus dialogs

2006-10-31 Thread George Birbilis
(destructive [esp. non-undoable ones] actions should have cancel as default button) George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# 2004-2006 Borland Spirit of Delphi http://www.kagi.com/birbilis

Re: [lazarus] Lazarus and DOT Net

2006-10-31 Thread George Birbilis
on to not tire people with this long discussion keep on the good work, George George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# 2004-2006 Borland Spirit of Delphi http://www.kagi.com/birbilis _ To unsubscribe

Re: [lazarus] Lazarus and DOT Net

2006-10-31 Thread George Birbilis
Object Pascal) George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# 2004-2006 Borland Spirit of Delphi http://www.kagi.com/birbilis _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

RE: [lazarus] Lazarus and DOT Net

2006-10-31 Thread George Birbilis
sample uses JavaCOMM API and the others use the MS Comm ActiveX control) George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis

RE: [lazarus] Lazarus and DOT Net

2006-10-31 Thread George Birbilis
it to be self-maintained. George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http

Re: [lazarus] Lazarus and DOT Net

2006-10-31 Thread George Birbilis
with that one George Birbilis ([EMAIL PROTECTED])Microsoft MVP J# 2004-2006Borland "Spirit of Delphi"http://www.kagi.com/birbilis

RE: [lazarus] Lazarus and DOT Net

2006-10-30 Thread George Birbilis
skill rot George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++ http://www.kagi.com/birbilis ++ Robotics ++ http://www.mech.upatras.gr/~Robotics http

  1   2   >