Re: [lazarus] Another icons for Lazarus

2007-10-26 Thread Felipe Monteiro de Carvalho
I was taking a look at the TTrayIcon icon, and its barely visible under Windows Vista. Maybe a new TTrayIcon icon could be made =P please thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Lazarus and Gtk2 under Mac OS X

2007-10-12 Thread Felipe Monteiro de Carvalho
On 10/12/07, VĂ­ctor R. Ruiz <[EMAIL PROTECTED]> wrote: > I installed Gtk using MacPorts and I didn't have those problems. Gtk 1 or Gtk2? The problems are only related to Gtk 2 -- Felipe Monteiro de Carvalho ___

Re: Lazarus and Gtk2 under Mac OS X

2007-10-12 Thread Felipe Monteiro de Carvalho
: lazarus requires version 6.0.0 or later, but libiconv.2.dylib provides version 5.0.0 Trace/BPT trap -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as t

[lazarus] Lazarus and Gtk2 under Mac OS X

2007-10-12 Thread Felipe Monteiro de Carvalho
e' -k'/usr/local/lib/libgtk-x11-2.0.0.dylib:/Applications/Gimp.app/Contents/Resources/lib/libgtk-x11-2.0.0.600.10.dylib' I also tryed similar lines adding the .600.10 to the first part, but it doesn't seam to help. Any ideas? thanks, -- Fe

Re: [lazarus] Drawing Strategy in Carbon Lazarus

2007-10-12 Thread Felipe Monteiro de Carvalho
Creating a custom control is generally the best option to avoid flickering. It's all documented here: http://wiki.lazarus.freepascal.org/Developing_with_Graphics#Motion_Graphics_-_How_to_Avoid_flickering -- Felipe Monteiro de Car

Re: [lazarus] TRegistry crash on Mac OS X

2007-10-07 Thread Felipe Monteiro de Carvalho
then do a svn diff > mypatch.patch Also check the .patch file to see if there aren't any sincronization issues (changes that conflict with yours). And then submit it to fpc guys. I'm not sure exactly where, maybe on the bug tracker or on fpc-devel mailling list. -- Felipe Monteir

Re: [lazarus] UTF-8 vs UTF-16 support

2007-10-07 Thread Felipe Monteiro de Carvalho
, but a general purpose library needs to take this into account. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://w

Re: [lazarus] Mac FPC/Lazarus project, SpeedButtons with Transparency

2007-10-06 Thread Felipe Monteiro de Carvalho
There is also TurboPower iPro html component that comes with lazarus on lazarus/component/turbopower_ipro/ I don't know where the docs for it are, however -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROT

Re: [lazarus] Mac FPC/Lazarus project, SpeedButtons with Transparency

2007-10-06 Thread Felipe Monteiro de Carvalho
om the console is trivial: make clean all -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Debugging SetCursor in Carbon Lazarus

2007-10-06 Thread Felipe Monteiro de Carvalho
could help you -- 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 FPC/Lazarus project, SpeedButtons with Transparency

2007-10-06 Thread Felipe Monteiro de Carvalho
full RichEdit with editing capabilities. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Debugging SetCursor in Carbon Lazarus

2007-10-06 Thread Felipe Monteiro de Carvalho
How does LCL set the cursor set for controls without a handle? I would guess that the parent component analyses mouse move events and then searchs it's child controls to see when the mouse is in an area which should have a different cursor, is that it? -- Felipe Monteiro de Car

Re: [lazarus] UTF-8 vs UTF-16 support

2007-10-05 Thread Felipe Monteiro de Carvalho
lion people speak it =) And you can't represent all chinese characters with ucs-2 -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

Re: [lazarus] utf-8/unicode and keyboard input

2007-10-04 Thread Felipe Monteiro de Carvalho
ting the events (thougth whatever mechanism the toolkit provides) and send those events to LCL. LCL will not try to bypass the toolkit and use its own ways to get keyboard or any other kind of event. -- Felipe Monteiro de Carvalho __

Re: [lazarus] MacOSX Appbundles

2007-09-29 Thread Felipe Monteiro de Carvalho
o. I already used both methods and I don't remember any problems with gdb -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject

Re: [lazarus] Mac OS X: FPC and Lazarus are great!

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

[lazarus] TTrayIcon was moved to lcl

2007-09-21 Thread Felipe Monteiro de Carvalho
compatible with the Delphi implementation. The Delphi implementation has some features TTrayIcon hasn't and vice-versa. It's possible to use a subset of features suported by both. thanks, -- Felipe Monteiro de Carvalho __

Re: [lazarus] IDE SaveAll button part2

2007-09-20 Thread Felipe Monteiro de Carvalho
On 9/20/07, Stephano <[EMAIL PROTECTED]> wrote: > The implication is that if you save all, > then modify a project option Do you mean the other way around? -- Felipe Monteiro de Carvalho _ To unsubscribe:

Re: [lazarus] UTF-8 input handling

2007-09-17 Thread Felipe Monteiro de Carvalho
nts are in a right-to-left language, they would create a mixture of rtl and ltr in the same line. How is this problem solved? thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Howto draw vertically oriented text in Canvas?

2007-09-13 Thread Felipe Monteiro de Carvalho
name. However, this only works currently with win32 (and possibly wince) and qt widgetsets. Someone sent a patch to implement it for gtk2 a few days ago if I am not mistaken. -- Felipe Monteiro de Carvalho _ To unsubscribe

Re: [lazarus] GTK Rotated text

2007-09-11 Thread Felipe Monteiro de Carvalho
ed updated. I know that fpc gtk bindings cover at least up to 2.8 -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://ww

Re: [lazarus] UTF-8 input handling

2007-09-05 Thread Felipe Monteiro de Carvalho
is > that correct ? http://wiki.lazarus.freepascal.org/LCL_Unicode_Support#Compiling_LCL-Win32_with_Unicode I would really appreciated beta-testing for this feature =) The only thing slowing the change to unicode on win32 is the lack of testing. bye, --

Re: [lazarus] UTF-8 input handling

2007-09-05 Thread Felipe Monteiro de Carvalho
rk for it. > Right-To-Left handling and selection of Right-To-Left text? Someone was working on this for the native widgets. I don't know the current state. SynEdit doesn't support this currently. -- Felipe Monteiro de Carvalho _

[lazarus] Caret implementation

2007-09-02 Thread Felipe Monteiro de Carvalho
the Caret working? =) 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] Latest Lazarus revisions not compileable

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

Re: [lazarus] Gtk 2 and Image Masks problems

2007-09-01 Thread Felipe Monteiro de Carvalho
On 9/1/07, Marc Weustink <[EMAIL PROTECTED]> wrote: > ah great :) will you close the mantis issue ? I had already resolved it. Now I closed. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTEC

Re: [lazarus] Creating a window in a console app

2007-09-01 Thread Felipe Monteiro de Carvalho
upport using it's libraries without a widgetset object. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Gtk 2 and Image Masks problems

2007-09-01 Thread Felipe Monteiro de Carvalho
Thanks, Based on the information you provided I was able to fix TrayIcon. The fix is already commited. I just tested with gtk2 and gtk1, and both seam to work fine. thanks again, -- Felipe Monteiro de Carvalho _ To

Re: [lazarus] Gtk 2 and Image Masks problems

2007-09-01 Thread Felipe Monteiro de Carvalho
On 9/1/07, Marc Weustink <[EMAIL PROTECTED]> wrote: > Please bugrep. This is a risk of using widgetset internals in lcl code. Done. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTEC

[lazarus] Gtk 2 and Image Masks problems

2007-08-31 Thread Felipe Monteiro de Carvalho
pixels. 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] User friendly Build Lazarus pragmatic dialog

2007-08-29 Thread Felipe Monteiro de Carvalho
ced configure build lazarus? Maybe put a notebook only on the build options area. It's the only thing that changes anyway. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with &q

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-29 Thread Felipe Monteiro de Carvalho
use there are too many options and we use the notebook to sort them. On this dialog, I consider that using a notebook is completely avoidable (it doesn't use it currently). -- Felipe Monteiro de Carvalho _ To unsubscrib

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-28 Thread Felipe Monteiro de Carvalho
. You also need to choose the processor architecture when building for windows CE -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archi

Re: [lazarus] User friendly Build Lazarus pragmatic dialog

2007-08-27 Thread Felipe Monteiro de Carvalho
, etc Having a notebook on the dialog makes it more work for people doing common tasks, like: building lcl for windows ce, or rebuilding lcl with a different defines, and also complicates the instructions to do this tasks, while it doesn't save much work for others. -- Felipe Monteiro de Car

Re: [lazarus] Mailing List

2007-08-23 Thread Felipe Monteiro de Carvalho
s mailling list, and the search result is correct. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Lazarus Bugs

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

Re: [lazarus] Systems 2007 Hotel

2007-08-21 Thread Felipe Monteiro de Carvalho
n? I'm also looking for a as cheap as possible option, and knowing the experience of others is always good =) bye, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubsc

Re: [lazarus] Please help me with DLL's!

2007-08-21 Thread Felipe Monteiro de Carvalho
LoadLibrary function there There is a theoretical possibility of putting the resource into the executable on linux using a cross-compiled windres. But I don't know how well this works. And I also don't know if this works on other Unixes

Re: Testers for the unicode support on windows

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

Re: [lazarus] TCanvas.Rectangle(0, 0, 1, 1) issues

2007-08-06 Thread Felipe Monteiro de Carvalho
odd. Delphi compatibility It's certainly not intuitive, but not odd. And that should be the task of the documentation. To clarify unclear points. Unfortunately I'm travelling tomorrow morning, so no time to update the docs now. -- Felipe Monteiro de Carvalho

Re: Testers for the unicode support on windows

2007-08-06 Thread Felipe Monteiro de Carvalho
On 8/6/07, Luis R. Hilario B. <[EMAIL PROTECTED]> wrote: > The problem of the license (commercial) discourages me Which license are you talking about? My message is a specific call for testers on the unicode support for the win32/64 interface. -- Felipe Monteiro de

Re: Testers for the unicode support on windows

2007-08-05 Thread Felipe Monteiro de Carvalho
testing. Since 30 minutes or so, the IDE can input utf-8 correctly (when WindowsUnicodeSupport is activated), so it's easier to test unicode applications. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [

Re: [lazarus] libgdk_pixbuf.so.2 for slackware 12.0

2007-08-05 Thread Felipe Monteiro de Carvalho
ually I base all my linux apps on the gtk2 interface for some time now. There are still some minor problems, but using gtk1 also has problems inherent to gtk1, like worse internationalization support. -- Felipe Monteiro de Carvalho _

Re: [lazarus] libgdk_pixbuf.so.2 for slackware 12.0

2007-08-04 Thread Felipe Monteiro de Carvalho
Maybe it would be easier if you use the Lazarus IDE with Gtk 2. download the source code from lazarus and build it with make clean all LCL_PLATFORM=gtk2 Because of many recent improvements on the gtk2 interface I recomend downloading the source with subversion. -- Felipe Monteiro de Carvalho

Re: [lazarus] What about a Lazarus church to raise money?

2007-07-30 Thread Felipe Monteiro de Carvalho
I guess that the hard part will be finding a volunteer to make the legal paper work required by a foundation, not to mention reading the legislation about that and finding the best approach. I, for example, am absolutely not in great mood for doing legal peper work. -- Felipe Monteiro de

Re: [lazarus] The Gtk2 IDE and the november bounty

2007-07-29 Thread Felipe Monteiro de Carvalho
isfyed. 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] How to compile LCL with fpgui?

2007-07-26 Thread Felipe Monteiro de Carvalho
interface may have the same fade as the old one. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Qt Interface and proprietary software development

2007-07-26 Thread Felipe Monteiro de Carvalho
ch in the end aren't really issues, as claimed by Trolltech): ------ Hello, I am Felipe Monteiro de Carvalho, a free source developer. In one of my projects we are implementing a Qt backend for our cross-platform software development library, called Lazarus

Re: [lazarus] Qt Interface and proprietary software development

2007-07-25 Thread Felipe Monteiro de Carvalho
Qt 4.2 should also work. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Qt Interface and proprietary software development

2007-07-25 Thread Felipe Monteiro de Carvalho
f the answer follows: -- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Jul 25, 2007 6:08 PM Subject: Re: [Issue N167532] Using Qt together with Lazarus To: Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Dear Felipe, Sorry

Re: [lazarus] New User Friendly BuildLazDialog patch

2007-07-25 Thread Felipe Monteiro de Carvalho
anced dialog I would consider just leaving it the way it is now. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject a

Re: [lazarus] New User Friendly BuildLazDialog patch

2007-07-25 Thread Felipe Monteiro de Carvalho
could you post a screenshot? 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] Lazarus on Windows + Qt or GTK

2007-07-23 Thread Felipe Monteiro de Carvalho
to just compile LCL. The Gtk 2 interface may require some work to compile under Windows. It should be mostly simple things, like ifdefing parts which require X11. We welcome patches =) thanks, -- Felipe Monteiro de Carvalho _

Re: [lazarus] Lazarus on Windows + Qt or GTK

2007-07-23 Thread Felipe Monteiro de Carvalho
t just lacks usefulness. Why would you want to do that? The only previous reason I can think of would be having Unicode support, but the windows interface is very near of achiaving full Unicode support now. -- Felipe Monteiro de Ca

[lazarus] Testers for the unicode support on windows

2007-07-21 Thread Felipe Monteiro de Carvalho
us source editor. If on the beginning of the file you see 3 strange characters, remove them. This is because of a FPC limitation (lacks the feature of setting the output of the widestring manager). thanks, -- Felipe Monteiro de Carvalho

Re: [lazarus] Roadmap "Status of features"

2007-07-21 Thread Felipe Monteiro de Carvalho
On 7/20/07, Hess, Philip J <[EMAIL PROTECTED]> wrote: I wonder if it would be useful to list a few other things here too: Sure, feel free to add to it =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PRO

Re: [lazarus] Unicode support and fonts

2007-07-20 Thread Felipe Monteiro de Carvalho
dialog, or an increased default size =) I just commited a patch which implements unicode support for menus, so now all gui parts required by the magnifier are supported by lcl windows interface in unicode mode. http://wiki.lazarus.freepascal.org/LCL_Unicode_Support#Roadmap_2 thanks, -- Felipe Monte

Re: [lazarus] The Gtk2 IDE and the november bounty

2007-07-20 Thread Felipe Monteiro de Carvalho
Please submit bug reports. None of those items is currently reported afaik. Even better if you could then add links to those reports on the bounty page: http://wiki.lazarus.freepascal.org/Bounties#Fix_bugs_on_Gtk_2_IDE_and_Interface_-_.24200 thanks, -- Felipe Monteiro de Carvalho

Re: [lazarus] Unicode support and fonts

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

Re: [lazarus] Unicode support and fonts

2007-07-20 Thread Felipe Monteiro de Carvalho
8, so I am extending the Lazarus unicode support, but I need a good unicode font to distribute together with the Virtual Magnifying Glass. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTE

Re: [lazarus] Unicode support and fonts

2007-07-20 Thread Felipe Monteiro de Carvalho
I found what was the problem. My source file had a UTF-8 BOM marked, and Free Pascal thougth he should convert my strings from utf-8 to ansi =( We really need widestring manager output format control. At least it works without the BOM marker. thanks, -- Felipe Monteiro de Carvalho

[lazarus] The Gtk2 IDE and the november bounty

2007-07-19 Thread Felipe Monteiro de Carvalho
all summer of code =) ) thank you for your attention, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] TSpeedButton bugs patch

2007-07-19 Thread Felipe Monteiro de Carvalho
Hi, I commited the patch to lcl/include/speedbutton.inc as this is an obvious improvement I didn't commit the patch to lcl/include/buttonglyph.inc because I didn't understand it and I am not sure about it ... so I am leaving it for someone else. thanks, -- Felipe Monteiro d

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Felipe Monteiro de Carvalho
On 7/19/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > In Unix we don't have an option, but on Windows we do. And why do you not have an option on Unix ?? an option to store the configuration file on the application directory. -- Felipe Montei

Re: [lazarus] *.xml config files under Windows

2007-07-19 Thread Felipe Monteiro de Carvalho
for example, one subversion lazarus working with the latest stable fpc for desktop developed, and a snapshot lazarus with 2.1 to easely install the WinCE add-on =) In Unix we don't have an option, but on Windows we do. -- Felipe Mont

Re: [lazarus] PATCH: definition of HKEY in regdef.inc

2007-07-18 Thread Felipe Monteiro de Carvalho
s list is about the lazarus ide and the lazarus component library, and some generic programming questions. But patches for fpc should definetively go to fpc lists, where fpc developers can review them. thanks, -- Felipe Monteiro de

Re: [lazarus] PATCH: definition of HKEY in regdef.inc

2007-07-18 Thread Felipe Monteiro de Carvalho
On 7/18/07, Tobias Giesen <[EMAIL PROTECTED]> wrote: in regdef.inc What is the location of this file? Cardinal on i386 Mac Are you using Windows througth Boot Camp or something similar? -- Felipe Monteiro de Ca

Re: [lazarus] TButton.Color

2007-07-18 Thread Felipe Monteiro de Carvalho
On 7/18/07, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: It works on WinCE Or maybe that is just a rectangle? the WinCE button is so simple that I always thougth that was a button, but looking again now I see it could be a rectangle with text inside =) -- Felipe Monteiro de Ca

Re: [lazarus] TButton.Color

2007-07-18 Thread Felipe Monteiro de Carvalho
E_Interface#Screenshots It works on WinCE So it's obviously possible. (sorry, I don't know how). -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

Re: [lazarus] Did lazarus need GNOME for install?

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

Re: [lazarus] Unicode support and fonts

2007-07-16 Thread Felipe Monteiro de Carvalho
ill display utf-8 characters I changed from utf8string to string on my code and it didn't change anything, so I guess we can rule this out. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Unicode support and fonts

2007-07-16 Thread Felipe Monteiro de Carvalho
Why would it have them stripped? The compiler executed conversion between UTF8String and ansistring? My last experience showed that the compiled treats utf8string and ansistring exactly equaly (never test conversion from one to the other, however) -- Felipe Monteiro de Ca

Re: [lazarus] Unicode support and fonts

2007-07-16 Thread Felipe Monteiro de Carvalho
On 7/16/07, ik <[EMAIL PROTECTED]> wrote: Have you set the font family to unicode ? Default font families are usually latin1 (or your system setting). And how can I set that? (never heard about this) thanks, -- Felipe Monteiro de Ca

[lazarus] Unicode support and fonts

2007-07-15 Thread Felipe Monteiro de Carvalho
andle, PChar(Utf8ToAnsi(AText))); {$else} Windows.SetWindowText(AWinControl.Handle, PChar(AText)); {$endif} End; Any ideas? thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with &q

Re: [lazarus] Lazarus + Fedora 7 x86_64

2007-07-13 Thread Felipe Monteiro de Carvalho
On 7/13/07, German C. Basisty <[EMAIL PROTECTED]> wrote: Any ideas?? Just a wild guess, but may you installed a lazarus rpm for x86 instead of for x86_64? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
n_Interface#Creating_the_Apple_resource_files Althougth today I would probably copy one of my createbundle.sh scripts, change the app name on it and execute it. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROT

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: But which will be the rectangle to be filled if there is no text? The one in Rect argument? Cool, I used the Rect argument and it works now =) I commited the change. If only I had a caret now =) Keyboard input also d

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Marc Weustink <[EMAIL PROTECTED]> wrote: the one in branches/marc-lcl What I mean it: What does it have of special? =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
o text? The one in Rect argument? 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] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
On 7/12/07, Marc Weustink <[EMAIL PROTECTED]> wrote: One more ide to check, before I commit my alpha patch :( (at this moment lazarus doesn't even start) which alpha patch is that? thanks, -- Felipe Monteiro de Carvalho _

[lazarus] Carbon native IDE

2007-07-12 Thread Felipe Monteiro de Carvalho
d text, no scrollbars, etc, etc). But, nevertheless, it's a great progress already =) thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the S

Re: [lazarus] Lazarus in EvansData survey

2007-07-10 Thread Felipe Monteiro de Carvalho
To comemorate this, I just tested the latest pre-compiled add-on installer for Windows CE. It works pretty well =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe&qu

Re: [lazarus] Lazarus in EvansData survey

2007-07-10 Thread Felipe Monteiro de Carvalho
On 7/10/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: Lazarus is listed as an IDE (the first, to be exact) for Windows CE development. Nice =) The survey is huge now they know every little detail of my use of small devices. -- Felipe Monteiro de Ca

Re: [fpc-devel] CHM compiler

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

Re: [lazarus] Databases on the Wiki

2007-07-06 Thread Felipe Monteiro de Carvalho
nd we can delete the old FAQ page. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: gtk2 combobox

2007-07-02 Thread Felipe Monteiro de Carvalho
ted, or was only partly updated. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Patch for Icon Editor Langauge End

2007-07-02 Thread Felipe Monteiro de Carvalho
On 7/2/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: Why is it not distributed with Lazarus by default and included in the tools menu ? Take a look at the roadmap in his page. There are still 3 things left before it reaches 0.1, which would be the first release. -- Felipe Monte

Re: [lazarus] Wince windows crosscompile installer

2007-07-02 Thread Felipe Monteiro de Carvalho
til someone else fixes it 2 - Fix it yourself 3 - Pay someone to do it http://wiki.lazarus.freepascal.org/Bounties -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe

Re: [lazarus] Lazarus on SPARC/Linux

2007-07-01 Thread Felipe Monteiro de Carvalho
sion anyway, and you won't be able to test them if you don't use it. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at ht

Re: [lazarus] How to hide the mouse cursor?

2007-06-30 Thread Felipe Monteiro de Carvalho
On 6/29/07, Marc Santhoff <[EMAIL PROTECTED]> wrote: is there moderation No or filtering involved? maybe, I don't know. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROT

Re: [lazarus] How to hide the mouse cursor?

2007-06-30 Thread Felipe Monteiro de Carvalho
On 6/29/07, Paul Ishenin <[EMAIL PROTECTED]> wrote: Implemented in revision 11400. Please test. Thank you very much, works perfectly on the magnifier with gtk 2 =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail

Re: [lazarus] How to hide the mouse cursor?

2007-06-29 Thread Felipe Monteiro de Carvalho
hrougth the gtk interface code, but I can't find anything that explains why it doesn't work. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

Re: [lazarus] How to hide the mouse cursor?

2007-06-29 Thread Felipe Monteiro de Carvalho
ursor := gdk_cursor_new_from_pixmap (source, mask, @fg, @bg, 8, 8); gdk_pixmap_unref (source); gdk_pixmap_unref (mask); gdk_window_set_cursor(PGtkWidget(Self.Handle)^.window, invcursor); end; -- Felipe Monteiro de Carvalho _

Re: [lazarus] How to hide the mouse cursor?

2007-06-29 Thread Felipe Monteiro de Carvalho
On 6/28/07, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> > source := gdk_bitmap_create_from_data (nil, cursorbits, 4, 4); mask := gdk_bitmap_create_from_data (nil, cursormask, 4, 4); cursor := gdk_cursor_new_from_pixmap (source, mask, @fg, @bg, 0, 0); This part of the code is

Re: [lazarus] How to hide the mouse cursor?

2007-06-28 Thread Felipe Monteiro de Carvalho
Ah finally!!! I finally made it work (more then 1 year after my first attempt). The widget needs to be first shown before I can access it's window property and finally hide it =/ I think I already mentioned that before, but I really dislike Gtk. A working version: program gtk_entry_test;

Re: [lazarus] How to hide the mouse cursor?

2007-06-28 Thread Felipe Monteiro de Carvalho
To be 100% sure that I am not having problems with lcl or with whatever, I created a pure gtk 1 software and tryed to hide it's cursor but it doesn't work. Any ideas? thanks program gtk_entry_test; {$mode objfpc} uses glib, gdk, gtk; function delete_event (widget : pGtkWidget ; event: pGd

Re: [lazarus] How to hide the mouse cursor?

2007-06-28 Thread Felipe Monteiro de Carvalho
getting the gtk window? I have a TCustomControl on top of the form, so I tryed instead to get the window from it, but that doesn't change anything. thanks, -- Felipe Monteiro de Carvalho _ To unsubscri

Re: Re-sampling filters for bitmap graphics

2007-06-28 Thread Felipe Monteiro de Carvalho
By the way, Graphics32 has also lot's of filters, and they work fine with fpc (at least on the under development version). But if you can use the filters from the fp units I would say it's better. Graphics32 uses MPL and that is incompatible with GPL. -- Felipe Monteiro d

Re: [lazarus] TSpinedit/TFloatSpinedit width issue

2007-06-28 Thread Felipe Monteiro de Carvalho
http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archiv

Re: [lazarus] How to hide the mouse cursor?

2007-06-27 Thread Felipe Monteiro de Carvalho
6, 16); cursor := gdk_cursor_new_from_pixmap (source, mask, @fg, @bg, 8, 8); gdk_pixmap_unref (source); gdk_pixmap_unref (mask); gdk_window_set_cursor(PGtkWidget(Self.Handle).window, cursor); {$ENDIF} {$ENDIF} end; -- Felipe Monteiro de Car

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