Re: [Lazarus] Delphi post-XE3 roadmap

2012-08-23 Thread Sven Barth
Am 22.08.2012 19:09, schrieb Graeme Geldenhuys: On 21 August 2012 12:01, Howard Page-Clark wrote: If you have not seen it, users of Delphi XE2 may be interested to read And the big news is that the soon to be launched XE3 will not ship with FireMonkey or FPC or any iOS development tools for t

Re: [Lazarus] Delphi post-XE3 roadmap

2012-08-23 Thread Anders E. Andersen
Den 22-08-2012 19:09, Graeme Geldenhuys skrev: On 21 August 2012 12:01, Howard Page-Clark wrote: If you have not seen it, users of Delphi XE2 may be interested to read And the big news is that the soon to be launched XE3 will not ship with FireMonkey or FPC or any iOS development tools for tha

Re: [Lazarus] My Lazarus Dream: Cross Compile Linux64 -> Linux32 on Ubuntu 12.04

2012-08-23 Thread leledumbo
In short, it's the same as X11 one. You must have 32-bit versions of those (development) libraries. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-My-Lazarus-Dream-Cross-Compile-Linux64-Linux32-on-Ubuntu-12-04-tp4025869p4025883.html Sent from the Free P

Re: [Lazarus] Question about fcl-web Request's Handled variable

2012-08-23 Thread michael . vancanneyt
On Wed, 22 Aug 2012, Leonardo M. Ramé wrote: As I'm looking for a way to handle Cookies in an automatic/global way, instead of checking for cookie existence in every action request, I was looking into TFPWebModule.onRequest method. If I don't set Handled := True in that method, will the reque

Re: [Lazarus] Delphi post-XE3 roadmap

2012-08-23 Thread Sven Barth
Am 23.08.2012 09:50, schrieb Anders E. Andersen: Den 22-08-2012 19:09, Graeme Geldenhuys skrev: On 21 August 2012 12:01, Howard Page-Clark wrote: If you have not seen it, users of Delphi XE2 may be interested to read And the big news is that the soon to be launched XE3 will not ship with Fire

Re: [Lazarus] My Lazarus Dream: Cross Compile Linux64 -> Linux32 on Ubuntu 12.04

2012-08-23 Thread Patrick Chevalley
I also have this problem since I upgrade Ubuntu to 12.04, it used to work fine with all the previous version. The problem is because of the new multiarch system used by Ubuntu 12.04 you cannot install an i386-dev package on a x86_64 system. This is why in the solution given by Dibo you need this t

Re: [Lazarus] Delphi post-XE3 roadmap

2012-08-23 Thread Anders E. Andersen
Den 23-08-2012 10:37, Sven Barth skrev: Where is your source for this? The blogs on the Embarcadero website puts a lot of emphasis on the firemonkey components and as far as I have read the framework will ship for both Windows and OSX from the get go. The mobile platforms will be added at a later

Re: [Lazarus] Question about fcl-web Request's Handled variable

2012-08-23 Thread Leonardo M . Ramé
On 2012-08-23 10:17:57 +0200, michael.vancann...@wisa.be wrote: > > > On Wed, 22 Aug 2012, Leonardo M. Ramé wrote: > > >As I'm looking for a way to handle Cookies in an automatic/global way, > >instead of checking for cookie existence in every action request, I was > >looking into TFPWebModule.o

Re: [Lazarus] Delphi post-XE3 roadmap

2012-08-23 Thread William Oliveira Ferreira
Many big companies do things like that! E.g: Enter on Microsoft Website, they will promote Windows 7 until Windows 8 be finally released... 2012/8/23 Anders E. Andersen > Den 22-08-2012 19:09, Graeme Geldenhuys skrev: > > On 21 August 2012 12:01, Howard Page-Clark wrote: >> >>> If you have not

Re: [Lazarus] Question about fcl-web Request's Handled variable

2012-08-23 Thread michael . vancanneyt
On Thu, 23 Aug 2012, Leonardo M. Ramé wrote: On 2012-08-23 10:17:57 +0200, michael.vancann...@wisa.be wrote: On Wed, 22 Aug 2012, Leonardo M. Ramé wrote: As I'm looking for a way to handle Cookies in an automatic/global way, instead of checking for cookie existence in every action request

Re: [Lazarus] GTK2: Drag files to other applications (to the file manager, Thunar, Nautilus, etc)

2012-08-23 Thread Bernd
Fixed some bugs and made it a Lazarus Package, the component can now be added to a form from the components palette in the form designer. It works with Gtk2 and Win32 add component to the form, connect it to one of the controls and use the OnGetData event to supply the list of file names (add the

Re: [Lazarus] GTK2: Drag files to other applications (to the file manager, Thunar, Nautilus, etc)

2012-08-23 Thread Graeme Geldenhuys
Hi, On 22 August 2012 14:20, Hans-Peter Diettrich wrote: > > > How do you intend to communicate your type to the world outside? > > Mime types are nice, but useful only when the receiver understands them - > not very likely on Windows :-( fpGUI and Qt code are open source, you are welcome to bro

Re: [Lazarus] GTK2: Drag files to other applications (to the file manager, Thunar, Nautilus, etc)

2012-08-23 Thread Graeme Geldenhuys
On 22 August 2012 14:49, Hans-Peter Diettrich wrote: > The protocol for all these operations is platform specific, and not based on > window handles on platforms which don't have such handles. > > The RTL can ask the Application object to handle DND related events, e.g. by > generating the accordi

[Lazarus] CurrencyString='' , Lazarus svn and WinXP

2012-08-23 Thread John Landmesser
CurrencyString should be auto initialized according to the locales of Windows XP, but it is empty !! Delphi shows the EURO Symbol. My Lazarus: Lazarus 1.1 r38276 FPC 2.6.1 i386-win32-win32/win64 For a Debian Linux i get $ and thats the default ?!! -- _

Re: [Lazarus] GTK2: Drag files to other applications (to the file manager, Thunar, Nautilus, etc)

2012-08-23 Thread Hans-Peter Diettrich
Graeme Geldenhuys schrieb: Then it's just amazing how toolkits like fpGUI and Qt managed to implement cross-platform drag-n-drop by giving the toolkit users a single DND API to work with - completely hiding the complexities of each platform. Wow, we must be good at what we do. ;-) This demonst

Re: [Lazarus] GTK2: Drag files to other applications (to the file manager, Thunar, Nautilus, etc)

2012-08-23 Thread Graeme Geldenhuys
Hi, On 23 August 2012 20:56, Hans-Peter Diettrich wrote: > > Every window already has a Handle, no trickery is required here. What > remains is processing the messages sent to this HWND, what can be called > "black magic" only by marketing experts, not by coders which understand the > GUI princip

[Lazarus] html control from turbopower_ipro that comes with lazarus

2012-08-23 Thread Ajeandro Gonzalo
There is no Lines or Items property and the example programs only show how to load a html file. I can't find any documentation. But how can this control be used like Delphi's RichEdit control to just add color and bold (for example) to simple text? Anyone have code or documentation for this u

Re: [Lazarus] html control from turbopower_ipro that comes with lazarus

2012-08-23 Thread Howard Page-Clark
On 23/8/12 8:17, Ajeandro Gonzalo wrote: But how can this control be used like Delphi's RichEdit control to just add color and bold (for example) to simple text? AFAIK the control itself has no colouring or emboldening capabilities beyond its ability to render valid html text correctly. You h

Re: [Lazarus] [lazarus-br] Re: Compilar para Win32

2012-08-23 Thread Alexsander Rosa
Just managed to make it work: Ubuntu 12.04 64-bit, cross compile to BOTH win32 and linux32. But I gave up and installed the latest CodeTyphon (version 2.80). It's FPC 2.7.1 and Lazarus 1.1. 2012/8/22 Mattias Gaertner > On Wed, 22 Aug 2012 11:40:30 -0300 > Alexsander Rosa wrote: > > > Still tryi

Re: [Lazarus] html control from turbopower_ipro that comes with lazarus

2012-08-23 Thread Mattias Gaertner
On Thu, 23 Aug 2012 20:46:21 +0100 Howard Page-Clark wrote: > On 23/8/12 8:17, Ajeandro Gonzalo wrote: > > > But how can this control be used like Delphi's RichEdit control to just > > add color and bold (for example) to simple text? > > AFAIK the control itself has no colouring or emboldening

Re: [Lazarus] CurrencyString='' , Lazarus svn and WinXP

2012-08-23 Thread Mattias Gaertner
On Thu, 23 Aug 2012 18:55:10 +0200 John Landmesser wrote: > CurrencyString should be auto initialized according to the locales of > Windows XP, but it is empty !! > > Delphi shows the EURO Symbol. > > My Lazarus: > Lazarus 1.1 r38276 FPC 2.6.1 i386-win32-win32/win64 > > For a Debian Linux i g

Re: [Lazarus] CurrencyString='' , Lazarus svn and WinXP

2012-08-23 Thread Bart
On 8/23/12, John Landmesser wrote: > CurrencyString should be auto initialized according to the locales of > Windows XP, but it is empty !! It is not empty (at least on my locale [nl]). It is #128, which does not display when shown in an TEdit for example. Use SysToUtf8(CurrencyString) to displa

Re: [Lazarus] Question about fcl-web Request's Handled variable

2012-08-23 Thread leledumbo
I don't know about the Handled parameter, but I handle cookies exactly like what you did through a common ancestor. But the cookies handling is done at OnBeforeRequest, with descendants link their OnBeforeRequest to it. So descendants code are still clean from this. -- View this message in conte

Re: [Lazarus] GTK2: Drag files to other applications (to the file manager, Thunar, Nautilus, etc)

2012-08-23 Thread Hans-Peter Diettrich
Graeme Geldenhuys schrieb: processing of mouse moves etc. in the window manager. You should understand that this handle is related to a window - a region on the screen - not to a widget. Yes, and in fpGUI and Windows (native widgets) they (the widgets) are just that - embedded windows (with wi

[Lazarus] Replicating Microsoft's AlphaBlend function with Cairo

2012-08-23 Thread Anthony Walter
How can I stretch draw an area of a gdk pixbuf to a cairo surface with a user defined opacity? I am trying to write a cross platform interface for working with bitmaps and want to add alpha blending to my cairo stretch draw method. What I have right now works just fine, but I am unable to think up

Re: [Lazarus] Replicating Microsoft's AlphaBlend function with Cairo

2012-08-23 Thread Anthony Walter
Here is an updated url to a properly encoded video (it's not my fault, youtube can't handle ogv file) http://www.youtube.com/watch?v=iuorYlmbmvI -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/