Re: [lazarus] Another library (DLL) problem

2007-06-27 Thread Felipe Monteiro de Carvalho
unlikely since there is no initialization code in this library! Just updating yesterday to 2.1.5 solved the problem. And it also made my DLL much smaller =) thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL

Re: [lazarus] LCL in DLL

2007-06-27 Thread Felipe Monteiro de Carvalho
g more reliable dlls is very important. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Libraries (DLLs) with debug information

2007-06-26 Thread Felipe Monteiro de Carvalho
On 6/27/07, Hess, Philip J <[EMAIL PROTECTED]> wrote: I haven't noticed these kinds of problems on OS X with 2.0.4. Did you ever test 2.1.5 on OS X? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAI

Re: [lazarus] OnIdle on Carbon

2007-06-22 Thread Felipe Monteiro de Carvalho
changing this to use a timer. thanks a lot, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] OnIdle on Carbon

2007-06-21 Thread Felipe Monteiro de Carvalho
wonder if the application is relying in a widgetset dependent behavior, or if the carbon interface should be fixed to have this behavior on OnIdle. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread Felipe Monteiro de Carvalho
On 6/20/07, Allies Xposs <[EMAIL PROTECTED]> wrote: What a QT interface? http://wiki.lazarus.freepascal.org/Qt_Interface what can i do ? Use the Qt interface and set the necessary properties to get mdi at run-time, like on the OnCreate event of the form. -- Felipe Monteiro de Ca

Re: [lazarus] Error MDIForm ->Lazarus 9.0.22

2007-06-20 Thread Felipe Monteiro de Carvalho
On 6/20/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: MDI forms are not yet supported. Except for the Qt Interface. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Graphics32 Carbon beta-testing

2007-06-19 Thread Felipe Monteiro de Carvalho
32 version isn't ready for beta testing ... I was expecting someone with a Mac to test .... -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

Re: [lazarus] Graphics32 Carbon beta-testing

2007-06-19 Thread Felipe Monteiro de Carvalho
ws-specific control. But that's not a problem. All graphics32 developers agree that those examples should be redesigned so they don't use windows specific features. bye, -- Felipe Monteiro de Carvalho _ To unsubscribe:

Re: [lazarus] Graphics32 Carbon beta-testing

2007-06-19 Thread Felipe Monteiro de Carvalho
ing on the port of a large project to Mac. bye, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Graphics32 Carbon beta-testing

2007-06-19 Thread Felipe Monteiro de Carvalho
ctions and will also detect and try to use MMX and other special x86 features. For other architectures we fall back into pure pascal versions of the functions. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PRO

[lazarus] Graphics32 Carbon beta-testing

2007-06-19 Thread Felipe Monteiro de Carvalho
ke to see running on Mac OS X. In case anyone is interrested I will publish the current source code on a suitable download location. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Combo.OnClick

2007-06-18 Thread Felipe Monteiro de Carvalho
tk, because if a impossibility of implementing it is found with gtk you won't have wasted time making the windows version. It's better to have consistent events then partially compatible, but inconsistent ones. -- Felipe Monteiro de Carvalho __

Re: [lazarus] Lazarus failing under DEP

2007-06-18 Thread Felipe Monteiro de Carvalho
ion on the edit box and click "Build" -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Combo.OnClick

2007-06-18 Thread Felipe Monteiro de Carvalho
oks logical. When the user click the control it get's a OnClick. In this cases of doubt we usually follow what Delphi does, unless it's impossible to implement the behavior on Gtk. As soon as I have time I will test to see how Delphi handles this. -- Felipe

Re: [lazarus] Lazarus failing under DEP

2007-06-18 Thread Felipe Monteiro de Carvalho
What is DEP? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Combo.OnClick

2007-06-18 Thread Felipe Monteiro de Carvalho
On which platform are you and what is the expected behavior? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] form embedded in another form

2007-06-14 Thread Felipe Monteiro de Carvalho
great information for the bug report. Of course this is much easier if you have a powerful computer, so rebuilding LCL will be quick. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] WidgetSet define

2007-06-14 Thread Felipe Monteiro de Carvalho
On 6/14/07, Marc Weustink <[EMAIL PROTECTED]> wrote: However keep in mind that putting defines in the LCL (independent) code isn't encouraged. From what I understood, he wants to use those defines in his own code, not to modify the LCL. -- Felipe Monteiro

Re: [lazarus] Unable to compile using GTK2

2007-06-12 Thread Felipe Monteiro de Carvalho
messages that come from this command. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Unable to compile using GTK2

2007-06-12 Thread Felipe Monteiro de Carvalho
On 6/12/07, Jeff Steinkamp <[EMAIL PROTECTED]> wrote: That is exactly what I am using. Select GTK2 as the target then click build. Try setting all targets to clean+build instead of only build -- Felipe Monteiro de Ca

Re: [lazarus] Unable to compile using GTK2

2007-06-12 Thread Felipe Monteiro de Carvalho
On 6/12/07, Jeff Steinkamp <[EMAIL PROTECTED]> wrote: I am having some difficulty trying to get Lazarus to compile using GTK2 or QT. Exactly how are you trying to compile lazarus? There is a tools --> configure build lazarus for that -- Felipe Monteiro de

Re: [lazarus] dirsel.pas not compiled with LCL

2007-06-12 Thread Felipe Monteiro de Carvalho
On 6/12/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: I'm using Lazarus 0.9.23 (r11312). Any ideas? Maybe it's not used by any units and not included on the makefile. Take a look at the Makefile.fpc on his directory -- Felipe Mont

Re: [lazarus] Graphics32 and Lazarus

2007-06-06 Thread Felipe Monteiro de Carvalho
pgui backend for graphics32 =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Graphics32 and Lazarus

2007-06-06 Thread Felipe Monteiro de Carvalho
er the video card wants) =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Ending a Lazarus Application with Firebird

2007-06-05 Thread Felipe Monteiro de Carvalho
I think it would help if you post the source code of the application. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

[lazarus] Graphics32 and Lazarus

2007-06-05 Thread Felipe Monteiro de Carvalho
Hello, I just thougth that the nice gentlement (and madams) that visit this mailling list would like to know that there is a project to port Graphics32 to Lazarus. For those that don't know graphics32, it's a graphics library. Here is the website: http://www.graphics32.org/wiki/ This isn't read

Re: [lazarus] viewsvn to see changes

2007-06-05 Thread Felipe Monteiro de Carvalho
the link is found by going to fpc's website, and then click Development -> scroll downwards -> viewcvs -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe

Re: Cannot compile GTK2 lcl anymore

2007-06-02 Thread Felipe Monteiro de Carvalho
and it fails to link. I will test latter with gtk2 from gimp. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: Cannot compile GTK2 lcl anymore

2007-06-02 Thread Felipe Monteiro de Carvalho
On 6/2/07, A.J. Venter <[EMAIL PROTECTED]> wrote: Can we post a work-around on the wiki ? Yes, sure, just mention that this work-around will not be necessary once 2.2 is released and we remove that file from lazarus. -- Felipe Monteiro de Ca

Re: Cannot compile GTK2 lcl anymore

2007-06-02 Thread Felipe Monteiro de Carvalho
until 2.2 is released. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Screenshots on mac

2007-06-01 Thread Felipe Monteiro de Carvalho
On 6/2/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Not click. Drag to define the rectangle. ah .. that explainst it =)) On KDE there is a screenshot option where you click the target window to capture, so I just thougth it would be like that =) thanks, -- Felipe Monte

Re: [lazarus] Screenshots on mac

2007-06-01 Thread Felipe Monteiro de Carvalho
On 6/1/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: command+shift+4 Yes, but I press it, a aim appears, so I click on the screen ... and nothing happens (that I can notice at least) -- Felipe Monteiro de Carvalho _

[lazarus] Screenshots on mac

2007-06-01 Thread Felipe Monteiro de Carvalho
links tell me to click control+shift+3 or +4 ... so I click ... and nothing happens where is the verflixte paint brush??? =))) thanks, -- Felipe Monteiro de Carvalho ps1: sorry if this is loosely related to lazarus ps2: verplixte is a german word which means something like cursed or "

[lazarus] Using gtk2 interface on Macs

2007-06-01 Thread Felipe Monteiro de Carvalho
are not removed, so all gtk2 apps automatically require all functions from gtk2.pas Worse, the default binary version of gtk2 on Fink is 2.4 I am building at this moment version 2.6, the latest source on fink, but I'm afraid it wont work, as fpc defines 2.8 for gtk2.pas -- Felipe Montei

[lazarus] App bundle and icons for x11 apps on macintosh

2007-05-31 Thread Felipe Monteiro de Carvalho
ld do the same for Lazarus =) Yes, of course we still need fink and gtk, but with each improvement things can easier =) I will try to look at this when I have free time ... bye, -- Felipe Monteiro de Carvalho _ To unsubscribe:

Re: [lazarus] Debugger on Mac OS X

2007-05-31 Thread Felipe Monteiro de Carvalho
Of course those other things I mentioned are secondary. The most important think is having debugging on the IDE. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe&qu

Re: [lazarus] Debugger on Mac OS X

2007-05-31 Thread Felipe Monteiro de Carvalho
On 5/31/07, Hess, Philip J <[EMAIL PROTECTED]> wrote: -framework carbon -framework Qt4Intf -lobjc What does -lobjc do? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "

Re: [lazarus] Debugger on Mac OS X

2007-05-31 Thread Felipe Monteiro de Carvalho
default on graphical application. Lazarus would ignore it when not in mac os x. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subje

Re: [lazarus] Debugger on Mac OS X

2007-05-31 Thread Felipe Monteiro de Carvalho
pp already exist? If yes, do nothing. If no, create a app bundle and also add the symbolic link for the executable -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

Re: [lazarus] Debugger on Mac OS X

2007-05-30 Thread Felipe Monteiro de Carvalho
d at a more noble position, just as the base lazarus dir -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Debugger on Mac OS X

2007-05-30 Thread Felipe Monteiro de Carvalho
tested one menu command and it crashed. (Show forms). Obviously quite a lot of others will probably crash too. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscrib

Re: [lazarus] Event Click on Form

2007-05-30 Thread Felipe Monteiro de Carvalho
nts, but I never got time to study them. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Debugger on Mac OS X

2007-05-30 Thread Felipe Monteiro de Carvalho
rk around doesn't seam to work. When pressing F9 (actually control+F9 on mac), Lazarus will complain that myboundle.app isn't an executable -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EM

Re: [lazarus] Debugger on Mac OS X

2007-05-30 Thread Felipe Monteiro de Carvalho
n. There is nothing remotely related to exception handling on GR32_MicroTiles Has anyone seen this kind of problem before? thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "

Re: Compiling software on Mac OS X

2007-05-29 Thread Felipe Monteiro de Carvalho
ut recompiling my lcl =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: Compiling software on Mac OS X

2007-05-29 Thread Felipe Monteiro de Carvalho
On 5/29/07, Hess, Philip J <[EMAIL PROTECTED]> wrote: Don't the Intel snapshots include compiled units for gtk and carbon? don't know, but what I really needed was the subversion version, because I will be making comits and compiling the carbon intf myself =) thanks, -- Fe

Re: [lazarus] Reducing Flickeron a TImage component

2007-05-29 Thread Felipe Monteiro de Carvalho
o this. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Reducing Flickeron a TImage component

2007-05-28 Thread Felipe Monteiro de Carvalho
On 5/28/07, Gustavo Enrique Jimenez <[EMAIL PROTECTED]> wrote: ps: for the record, Felipe Monteiro help me A LOT in private mails. Thanks Felipe, and excuse me for bother you in private. No problem =) -- Felipe Monteiro de Ca

[lazarus] Find Identifier error with FPCMacOSAll unit

2007-05-26 Thread Felipe Monteiro de Carvalho
Hi, Find identifier util from lazarus ide seams to fail when FPCMacOSAll is on the uses clause (gtk ide running on OS X). I already posted a bug report here: http://www.freepascal.org/mantis/view.php?id=8954 Just wanted to know if others also experience this problem. thanks, -- Felipe Monteiro

[lazarus] Debugger on Mac OS X

2007-05-26 Thread Felipe Monteiro de Carvalho
activated, but lazarus shows as if it was being run. At this point I must exit the IDE. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subjec

Re: [lazarus] Problem with carbon apps

2007-05-25 Thread Felipe Monteiro de Carvalho
asn' t that important. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Problem with carbon apps

2007-05-25 Thread Felipe Monteiro de Carvalho
tton works, but if I click on the main bar and drag it, it won' t move. Any ideas? thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the S

Re: Compiling software on Mac OS X

2007-05-25 Thread Felipe Monteiro de Carvalho
I think the most common way to execute apps as root on mac os x is calling "sudo", like it' s done in ubuntu -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "

Re: Compiling software on Mac OS X

2007-05-25 Thread Felipe Monteiro de Carvalho
On 5/25/07, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: By the way, I can' t actually beliave it really recompiled LCL. It was instantaneous!!! o.O I've never seen lcl recompile so fast Found the problem myself! It wasn' t really recompiling LCL. Apparently wit

Re: Compiling software on Mac OS X

2007-05-25 Thread Felipe Monteiro de Carvalho
cl recompile so fast -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Compiling software on Mac OS X

2007-05-25 Thread Felipe Monteiro de Carvalho
Version 78 testapp.lpr(11,36) Fatal: Can't find unit Interfaces ERROR: failed compiling of project /Users/felipemonteirodecarvalho/Programas/Teste/testapp.lpi I tryed to rebuild LCL, but it rebuilds ok, without errors, and this compilation problem continues. I' m using Gtk widgetset thanks, -

[lazarus] TUTF8Char declaration

2007-05-24 Thread Felipe Monteiro de Carvalho
Hi, TUTF8Char is declared as: TUTF8Char = string[8]; Why not string[4]? Shouldn't all utf8 chars fit in 4 bytes? Just curious, I saw this while implementing fpgui utf-8 char reception system and thougth if I need this or not... thanks, -- Felipe Monteiro de Car

Re: [lazarus] Setting my own handle for a TCanvas

2007-05-23 Thread Felipe Monteiro de Carvalho
almost perfect, but the graphics32 code expects a TCanvas. The best I could do is change that to TCustomCanvas, because graphics32 also runs on Delphi, where TFPCustomCanvas doesn't exist ... This looks like a big problem for this solution. thanks, -- Felipe Monteiro

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread Felipe Monteiro de Carvalho
Something wierd is that I just noticed that after using ncrt my Konsole window will loose the hability to scroll (scrollbar stops working), after the program finished executing, so I can't see the full output of ls -l for example. Doesn't happen with crt or vincent's app -- Fel

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread Felipe Monteiro de Carvalho
On 5/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: (Tested on windows). cool!! Works on linux too =) At least with Konsole -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Linux WriteLn - Staionary Output - how is done?

2007-05-22 Thread Felipe Monteiro de Carvalho
On 5/22/07, A.J. Venter <[EMAIL PROTECTED]> wrote: CRT is one way but rather relies on using the whole console. Anyway ncrt is safer. Sounds like you need something like this: uses ncrt; I got interrested on this, so I wrote a test program. I tested with both ncrt and crt, and actually I found

Re: [lazarus] SetWindowFullScreen broken

2007-05-21 Thread Felipe Monteiro de Carvalho
at you test with fpc 2.1.x (the Beta) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Setting my own handle for a TCanvas

2007-05-18 Thread Felipe Monteiro de Carvalho
On 5/18/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: There is: TFPBitmapCanvas will allow to draw on any kind of bitmap. A full text search on my local fpc 2.0.4 sources doesn't show any occurences of the TFPBitmapCanvas string. Where is this located? thanks, -- Felipe

Re: [lazarus] Setting my own handle for a TCanvas

2007-05-18 Thread Felipe Monteiro de Carvalho
e mainly with Carbon. Just hope that carbon offers this functionality in a easier way. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject

[lazarus] Setting my own handle for a TCanvas

2007-05-18 Thread Felipe Monteiro de Carvalho
sValid set // control SelectedColors: TDevContextSelectedColorsType; SavedContext: TDeviceContext; // linked list of saved DCs DCFlags: TDeviceContextsFlags; procedure Clear; end; I know it's a little confusing, but any help is appreciated =)

Re: [lazarus] x86_64 vs. i586: longint and int64 probs

2007-05-16 Thread Felipe Monteiro de Carvalho
full list here: http://www.freepascal.org/docs-html/prog/progap7.html#x310-311000G -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] Image from SQL

2007-05-15 Thread Felipe Monteiro de Carvalho
=) thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] WinCE misterious crashes

2007-05-15 Thread Felipe Monteiro de Carvalho
Didn't yet have time to test your project, thougth, I still need to install wince tools in this computer -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

Re: [lazarus] WinCE misterious crashes

2007-05-15 Thread Felipe Monteiro de Carvalho
or. You can find a link to it on the wiki. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] rotated text

2007-05-14 Thread Felipe Monteiro de Carvalho
don't know anyone with plans to add rotated text support for the Gtk interface. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the

Re: [lazarus] Big Problems with TPageControl in GTK

2007-05-14 Thread Felipe Monteiro de Carvalho
should be able to manually edit it to remove the problematic properties, suposing this is the problem at all. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

Re: [lazarus] rotated text

2007-05-13 Thread Felipe Monteiro de Carvalho
; procedure TForm2.FormPaint(Sender: TObject); begin SelectObject(Canvas.Handle, MyFont); Canvas.TextOut(200, 200, 'Texto para ser escrito'); end; -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTE

Re: [lazarus] Lazarus Character map and UTF

2007-05-13 Thread Felipe Monteiro de Carvalho
r carbon, or iso in case of windows If someone could complete the windows unicode support it would, of course, be wonderful =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubs

Re: [lazarus] Xlib: unexpected async reply (sequence 0x23e5)

2007-05-09 Thread Felipe Monteiro de Carvalho
. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: Gtk 2 IDE looking good

2007-05-09 Thread Felipe Monteiro de Carvalho
Here the Gtk 2 IDE crashes when I delete components from a Form. Can anyone confirm before I post a bug report? (this would be the biggest show stopper so far) thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail

Re: [lazarus] XPM conversion utility

2007-05-08 Thread Felipe Monteiro de Carvalho
o some additional wizadry on images, if desired). And don't forget the pascal bindings for the imagemagick dlls =) http://wiki.lazarus.freepascal.org/PascalMagick -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROT

Re: [lazarus] [patch] - Contributors tab is blank in About dialog

2007-05-08 Thread Felipe Monteiro de Carvalho
I commited a change that removes the accent from his name. I think the problem is fixed. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject a

Re: [lazarus] [patch] - Contributors tab is blank in About dialog

2007-05-08 Thread Felipe Monteiro de Carvalho
de_Support -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: Gtk 2 IDE looking good

2007-05-08 Thread Felipe Monteiro de Carvalho
Ok, the shortcuts are important, I just noticed that SHIFT+F12 doesn't work =) Strangely, F7, F8 and F9 for software run and debugging work. It seams the shortcuts only don't work if you have SHIFT or CTRL -- Felipe Monteiro d

Re: Gtk 2 IDE looking good

2007-05-08 Thread Felipe Monteiro de Carvalho
m now thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Contributors box disappeared

2007-05-08 Thread Felipe Monteiro de Carvalho
Hello, Since some days, when I click on the about box, and then on Contributors I don't see any text, just an empty box. The other 2 boxes show their text correctly. Do you guys also see this? thanks, -- Felipe Monteiro de Car

[lazarus] Gtk 2 IDE looking good

2007-05-08 Thread Felipe Monteiro de Carvalho
ugs that really stoped me from using the Gtk 2 IDE =) Or that made it's use annoying And it does looks much better. Actually, so far synedit seams to behave a little better with gtk 2 (in some subtle details). thanks, -- Felipe

Re: [lazarus] File Monitoring application

2007-04-28 Thread Felipe Monteiro de Carvalho
. that would take quite some time. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] images used in Lazarus IDE

2007-04-28 Thread Felipe Monteiro de Carvalho
Corel, Illustrator or Fireworks Anyway, this should be no problem as soon as the Lazarus Image Editor is ready =) http://wiki.lazarus.freepascal.org/Icon_Editor_Roadmap -- Felipe Monteiro de Carvalho _ To unsubscribe: mail

[lazarus] File Monitoring application

2007-04-28 Thread Felipe Monteiro de Carvalho
register files on the emulator. I´ve already studied it a lot, but it doesn´t fully work ... something is still missing. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscrib

Re: [lazarus] Mac OSX and iPhones/Palms

2007-04-23 Thread Felipe Monteiro de Carvalho
lazarus in that task? Without more information about what exactly iPhone is, it´s hard to tell. But everything is possible, of course. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with &

Re: [lazarus] [patch] - proposed patch for TDirectoryEdit (please comment)

2007-04-23 Thread Felipe Monteiro de Carvalho
fpgui would have it´s own dialog. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Tprinterdialog dont work

2007-04-20 Thread Felipe Monteiro de Carvalho
oke it =) Then it should be trivial to fix. Of course with only 50 revisions to check one could also look for all of these on viewcvs and check which ones change printing files. -- Felipe Monteiro de Carvalho _ To unsubscribe

Re: [lazarus] SysInfo for Linux "first light"

2007-04-20 Thread Felipe Monteiro de Carvalho
forums, website area, etc -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Mac OSX and iPhones/Palms

2007-04-19 Thread Felipe Monteiro de Carvalho
uiq3, etc, s60, s80, etc). At the moment I am working on the SymbianOS port of fpc, and hope to some day write a symbian uiq port for fpgui. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] New name for the win32 widget set?

2007-04-18 Thread Felipe Monteiro de Carvalho
On 4/18/07, Marc Weustink <[EMAIL PROTECTED]> wrote: In the line of WinCE it would then be Win or Win3264 or win32_64 Yes, but we could also think that wince is actually called winceapi, only shortened =) -- Felipe Monteiro de Ca

Re: [lazarus] New name for the win32 widget set?

2007-04-18 Thread Felipe Monteiro de Carvalho
If the name is winapi, it will be a little strange to have the files: winapiwinapi.inc and winapiwinapih.inc -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe&qu

Re: [lazarus] New name for the win32 widget set?

2007-04-18 Thread Felipe Monteiro de Carvalho
I would vote for gdi or winapi -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Plug-in functionality

2007-04-17 Thread Felipe Monteiro de Carvalho
he full fpc runtime library into a DLL. Exporting normal functions works ok. For a common software it´s almost always enouth to write a procedural interface, so that is what I recomend. I read something about this being solved or partially solved on 2.2 -- Felipe Monteiro

Re: [lazarus] Maskedit and copyrighted material

2007-04-17 Thread Felipe Monteiro de Carvalho
s. His implementation was in fact a copy from Delphi with some things comented out. But subsequently the unit was completely rewriten, and isn´t a delphi copy since 2004. Details here: http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/lcl/printers.pas?root=lazarus&rev=9948&view=log -- F

Re: [lazarus] Maskedit and copyrighted material

2007-04-17 Thread Felipe Monteiro de Carvalho
. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Maskedit and copyrighted material

2007-04-17 Thread Felipe Monteiro de Carvalho
On 4/17/07, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: For future implementations, I think it´s ok to copy the class declaration on the interface section (or am I wrong?), Of course I meant only the public parts, and not the private section. I just did a diff between menus.p

Re: [lazarus] Maskedit and copyrighted material

2007-04-16 Thread Felipe Monteiro de Carvalho
it´s ok to copy the class declaration on the interface section (or am I wrong?), because you are using it to provide a compatible interface, and then one should not look at Delphi´s implementation and implement it´s own version as he imagines things should work. -- Felipe Monteiro d

Re: [lazarus] Delphi incompatibilities in TForm

2007-04-16 Thread Felipe Monteiro de Carvalho
another thing... thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

<    1   2   3   4   5   6   7   8   9   10   >