Re: [lazarus] win32extra merged into FPC

2008-02-11 Thread Felipe Monteiro de Carvalho
On Feb 11, 2008 9:36 AM, Vincent Snijders [EMAIL PROTECTED] wrote: I think we should add IFDEF's for fpc 2.2.0 to keep the current code. That's even better =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL

Re: [lazarus] TTrayIcon problem

2008-02-11 Thread Felipe Monteiro de Carvalho
you can also check the example at your local lazarus dir. I think it's something like lazarus/examples/trayicon -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] TTrayIcon problem

2008-02-11 Thread Felipe Monteiro de Carvalho
, if the example works, how is your program different? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] TTrayIcon problem

2008-02-11 Thread Felipe Monteiro de Carvalho
with windres, you can't use another tool AFAIK. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] TTrayIcon problem

2008-02-11 Thread Felipe Monteiro de Carvalho
to use. You can read the msdn docs to see what functions return a HICON: http://www.google.com/search?hl=ensafe=activeq=site%3Amsdn2.microsoft.com+HICONbtnG=Search -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL

Re: [lazarus] TTrayIcon problem

2008-02-11 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] cross-platform balloon tip/help window

2008-02-11 Thread Felipe Monteiro de Carvalho
where the whole taskbar is) and try to put the window in a suitable position. It works nicely here for taskbar on the bottom. Taskbar on the right it doesn't work. I think taskbar on the left should work. Anyway, the code is still very young and needs time to mature. -- Felipe Monteiro de

Re: [lazarus] win32extra merged into FPC

2008-02-11 Thread Felipe Monteiro de Carvalho
for win32 now. The time to download subversion fpc and build it is considerable, not to mention many people won't know how to do that (lazarus svn is popular). I'd rather wait for 2.2.2 before changing that. -- Felipe Monteiro de Carvalho

Re: [lazarus] ColorToRGB in console app

2008-02-10 Thread Felipe Monteiro de Carvalho
servers with GUI (KDE) running 24/7. I personally think the technicians were lazy, but it seamed to work well. bye, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] cross-platform balloon tip/help window

2008-02-10 Thread Felipe Monteiro de Carvalho
the basics are there. I also added the possibility that the widgetset may override this and implement it's own, but no widgetset currently does that. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] FPC compiler for virtual machines?

2008-02-07 Thread Felipe Monteiro de Carvalho
. 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

Re: [lazarus] FPC compiler for virtual machines?

2008-02-07 Thread Felipe Monteiro de Carvalho
need to be a clone, but something with which I could write Pascal programas for J2ME, even if the language needs to be modified. Unfortunately I don't have time to build that, but I would try to help if someone starts such a project. -- Felipe Monteiro de Carvalho

Re: [lazarus] Linux Journal Poll: Pascal does not exist

2008-02-06 Thread Felipe Monteiro de Carvalho
Complain with whoever made the pool. Althougth that doesn't mean anything anyway. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] FPC compiler for virtual machines?

2008-02-06 Thread Felipe Monteiro de Carvalho
that it can't be abstracted just like if it was just another platform. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Distro Wiki

2008-02-05 Thread Felipe Monteiro de Carvalho
You mean like that: http://wiki.lazarus.freepascal.org/Installing_Lazarus#Installing_Lazarus_under_Linux And that (the linux part): http://wiki.lazarus.freepascal.org/Lazarus_Faq ? Obviously both pages can be improved. -- Felipe Monteiro de Carvalho

Re: [lazarus] RecreateWnd

2008-02-03 Thread Felipe Monteiro de Carvalho
On Feb 3, 2008 4:09 PM, [EMAIL PROTECTED] wrote: Is there a substitute in Win32/gtk-LCL? I think you should start by re-thinking why you need RecreateWnd in the first place. -- Felipe Monteiro de Carvalho _ To unsubscribe

Re: [lazarus] Lazaus and inc files

2008-02-01 Thread Felipe Monteiro de Carvalho
It will probably start working if you add {%mainunit unitname.pas} to the beginning of your inc file. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] DropFiles Implementation

2008-01-29 Thread Felipe Monteiro de Carvalho
drag and drop between App and OS in future. One idea: Maybe OnDropFiles could represent drag-drop between app and system and OnDragDrop simply inside the app? thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL

Re: [lazarus] Incompatibility file created by fpc / lazarus

2008-01-28 Thread Felipe Monteiro de Carvalho
alignment. Using packed as stated by Giuliano should allow the data to be read, but you should consider updating your format. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] How many lazarus / FPC exists?

2008-01-28 Thread Felipe Monteiro de Carvalho
that means. FPC has a sourceforge page too, but they also offer downloads from their own servers, so that statistic will probably downplay how many people download fpc alone. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail

Re: [lazarus] DropFiles Implementation

2008-01-28 Thread Felipe Monteiro de Carvalho
bump. I think this is a relevant discussion which needs an answer from Tom to progress. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Incompatibility file created by fpc / lazarus

2008-01-28 Thread Felipe Monteiro de Carvalho
://www.freepascal.org/docs-html/ref/refsu5.html http://www.freepascal.org/docs-html/ref/refsu6.html#x26-290003.1.2 T: extended; It's not on the docs, but extended has different size on different platforms, I would use double. Ic: Integer; I would use Longint -- Felipe Monteiro de Carvalho

Re: [lazarus] How many lazarus / FPC exists?

2008-01-28 Thread Felipe Monteiro de Carvalho
brazilian forums. I also know a lot of people that use it and don't participate on any forum. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives

Re: synedit patch from ales

2008-01-27 Thread Felipe Monteiro de Carvalho
I just tested the patch and it doesn't fixes selecting utf-8 words on synedit. This doesn't mean it isn't on the right direction. I don't know what is missing, as from the description I would think this should start working. -- Felipe Monteiro de Carvalho

Re: synedit patch from ales

2008-01-27 Thread Felipe Monteiro de Carvalho
Another test line: Caption := 'éé'; Behaves like before patching. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: synedit patch from ales

2008-01-27 Thread Felipe Monteiro de Carvalho
Oh, and another detail. I am not 100% sure, but I think that changes should be around ifdef SYN_LAZARUS thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: synedit patch from ales

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

Re: [lazarus] New synedit patch

2008-01-27 Thread Felipe Monteiro de Carvalho
Thanks, applied as it's much better then the current behavior. However, it still isn't perfect. On: Caption := 'éé'; Edit1.Text := 'éé'; If you double click Caption the cursor ends up 1 char before C If you double click Text it goes between t and 1 thanks, -- Felipe Monteiro de

Re: [lazarus] New synedit patch

2008-01-27 Thread Felipe Monteiro de Carvalho
On Jan 27, 2008 3:48 PM, Paul Ishenin [EMAIL PROTECTED] wrote: Felipe Monteiro de Carvalho wrote: If you double click Text it goes between t and 1 Sorry, where is 1 in word Text :) ? It's on the word on the left of it: Edit1.Text The idea is that you click one word and the caret goes

Re: [lazarus] New synedit patch

2008-01-27 Thread Felipe Monteiro de Carvalho
Thanks applied. I did some testing and it looks perfect now =) thanks again, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] New synedit patch

2008-01-27 Thread Felipe Monteiro de Carvalho
Ok, so we are now reduced to zero known regressions introduced by unicode win32 Lazarus. Just thougth I could use this opportunity to encourage people to test it =) thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe

Re: [lazarus] New synedit patch

2008-01-27 Thread Felipe Monteiro de Carvalho
Then you can write unicode text to the code editor and the object inspector. Legacy code needs to be converted to utf-8 Is we can use it also for WinCE? Not yet. I hope to implement it in the next month(s). -- Felipe Monteiro de Carvalho

Re: synedit patch from ales

2008-01-25 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: synedit patch from ales

2008-01-25 Thread Felipe Monteiro de Carvalho
solution. My first idea was to generate the position of characters on the fly. Then it was so slow one could notice synedit calculating it. I even tryed to buffer to generate positions, which was also too slow. -- Felipe Monteiro de Carvalho

Re: synedit patch from ales

2008-01-25 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] C++ libraries

2008-01-24 Thread Felipe Monteiro de Carvalho
You have to build a C wrapper around C++. Look at the Qt 4 Pascal bindings. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Introduction

2008-01-23 Thread Felipe Monteiro de Carvalho
times, so I won't repeat myself. regards, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Introduction

2008-01-22 Thread Felipe Monteiro de Carvalho
, gtk1 has catastrophical failures for me: * Horrible look * Bad/inconsistent internationalization support * Not developed anymore, long time ago obsoleted thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL

Re: [lazarus] What is wrong with the Toolbar?

2008-01-22 Thread Felipe Monteiro de Carvalho
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] Introduction

2008-01-22 Thread Felipe Monteiro de Carvalho
not that annoying for you, because it's not annoying enougth to make you do something about it =) regards, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Introduction

2008-01-19 Thread Felipe Monteiro de Carvalho
be a daunting task. You mean like a new widgetset? I took a quick look some time ago, I think that the greatest problems are: * Having a stable API, otherwise the work is almost useless * Having examples which don't use the form designer thanks, -- Felipe Monteiro de Carvalho

Re: [lazarus] Introduction

2008-01-19 Thread Felipe Monteiro de Carvalho
disappear. I think it's great to have many development possibilities with Object Pascal =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Delphi/Lazarus comparison by Codegear

2008-01-18 Thread Felipe Monteiro de Carvalho
redistribute apps??? -- 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 processing WM_COPYDATA in Win32 / BugID 9210

2008-01-16 Thread Felipe Monteiro de Carvalho
#Win32_defines ? In recent subversion Lazarus user messages are activated by default (the define I mentioned above no longer exists), could you test if this solves your problem without the patch? -- Felipe Monteiro de Carvalho

Re: [lazarus] My Own Conditional Defines

2008-01-13 Thread Felipe Monteiro de Carvalho
On Jan 11, 2008 10:47 AM, Roland Turcan [EMAIL PROTECTED] wrote: Where is the common place for all conditionals? Menu Project -- Compiler Options Tab Others -- Custom options Write -dMYDEFINE there -- Felipe Monteiro de Carvalho

Re: Re: [lazarus]

2008-01-12 Thread Felipe Monteiro de Carvalho
be prior to %encoding. That's not good enougth a reason for a wrong behavior. You can use an editor which can remove the BOM for this case. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] MouseMove problem in WinCE

2008-01-06 Thread Felipe Monteiro de Carvalho
am under time-constraints at the moment. I am working on my first commercial FPC/Lazarus project Cool, is that a wince project or a desktop project which you are testing to see if it can also work on wince? -- Felipe Monteiro de Carvalho

Re: [lazarus] Weird context-menu popup in WinCE

2008-01-06 Thread Felipe Monteiro de Carvalho
On Jan 4, 2008 4:09 PM, John vd Waeter [EMAIL PROTECTED] wrote: Could not find anything in the bugtracker about it, but I'm too new on WinCE to be sure it's a bug. Is it? I would say it's probably a bug, but I have no idea of the cause. -- Felipe Monteiro de Carvalho

Re: [lazarus] accessing internal widgetset handle

2008-01-06 Thread Felipe Monteiro de Carvalho
Some documentation to access the interfaces directly is in the wiki: http://wiki.lazarus.freepascal.org/Accessing_the_Interfaces_directly But, as said, some recent changes were made. -- Felipe Monteiro de Carvalho

Re: [lazarus] [MS Windows] Standalone app with GTK widgetset

2008-01-04 Thread Felipe Monteiro de Carvalho
/GTK2_Interface If it's too big, create a new one and link it from the gtk2 article instead of from the main documentation page to keep it clean. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] MouseMove problem in WinCE

2008-01-04 Thread Felipe Monteiro de Carvalho
already report it, please do so. If you reported, please post the result of those tests on the report. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] MouseMove problem in WinCE

2008-01-04 Thread Felipe Monteiro de Carvalho
a wince cross-compiler from code. http://wiki.lazarus.freepascal.org/WinCE_port -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] libview enhancement

2007-12-16 Thread Felipe Monteiro de Carvalho
Hi Roberto Padovani, I will do a new libview release (0.2) with some of your code. I also added your name to the authors list. thank you very much, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] libview enhancement

2007-12-16 Thread Felipe Monteiro de Carvalho
On Dec 16, 2007 11:14 AM, Roberto Padovani [EMAIL PROTECTED] wrote: thanks to you! let me know when the new release is ready. Done. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] QT interface and commercial license

2007-12-14 Thread Felipe Monteiro de Carvalho
and Visual Studio integration would be the only things to take away, but are minor parts. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Need way to substitute images on LCL's buttons

2007-12-14 Thread Felipe Monteiro de Carvalho
-friendly due to it's simplicly. I would really only use it to very quickly get something done (in which case I wouldn't care about the glyphs anyway). -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] QT interface and commercial license

2007-12-14 Thread Felipe Monteiro de Carvalho
Ah I thougth that Trolltech had finally added a FAQ about Lazarus on their site like they promissed... -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] [OSX][GTK2] Symbols not found (iconv)

2007-11-30 Thread Felipe Monteiro de Carvalho
I think you can just write on the wiki that Mac OS X 10.5+ requires this newer link, while maintaining the old link. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus]

2007-11-25 Thread Felipe Monteiro de Carvalho
-16. I'm not sure of what requires 3 bytes on utf-8 but 2 on utf-16, maybe Japanese? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Non UTF-8 Encodings

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

Re: Re: [lazarus]

2007-11-25 Thread Felipe Monteiro de Carvalho
is the format on the string. There is just no automatic translation that auto detects the format 2 - Most of the code I saw out there assume that utf16 has 2 bytes too, which is false. In any case they will need to fix their code. -- Felipe Monteiro de Carvalho

Re: Re[2]: [lazarus]

2007-11-24 Thread Felipe Monteiro de Carvalho
, AnsiToUtf8, etc. There are also some winapi routines for windows only applications: MultiByteToWideChar and WideCharToMultiByte -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: Re[4]: [lazarus]

2007-11-24 Thread Felipe Monteiro de Carvalho
on all systems we support to start with. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Ideas about Delphi's Roadmap

2007-11-24 Thread Felipe Monteiro de Carvalho
to depend on string = widestring won't work on fpc, and the same for char=widechar -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Ideas about Delphi's Roadmap

2007-11-24 Thread Felipe Monteiro de Carvalho
solution to ours. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: Re: [lazarus]: utf8 or not necessury?

2007-11-24 Thread Felipe Monteiro de Carvalho
://en.wikipedia.org/wiki/Byte_Order_Mark -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Ideas about Delphi's Roadmap

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

Re: Re: Re: [lazarus]: utf8 or not necessury?

2007-11-24 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: Re[6]: [lazarus]

2007-11-24 Thread Felipe Monteiro de Carvalho
://wiki.lazarus.freepascal.org/How_To_Help_Developing_Lazarus If you have more specific questions about implementing this, just ask. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] VCL for C++ based on FreePascal RTL

2007-11-22 Thread Felipe Monteiro de Carvalho
they are made to Free Pascal. This same thing is done to access C++ libraries in Free Pascal, so the other way around is certainly also possible. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] VCL for C++ based on FreePascal RTL

2007-11-22 Thread Felipe Monteiro de Carvalho
file format. FPC produces object code compatible with GCC. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org

Re: Re: [lazarus]

2007-11-22 Thread Felipe Monteiro de Carvalho
/LCL_Unicode_Support#Compiling_LCL-Win32_with_Unicode -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org

Re: [lazarus] VCL for C++ based on FreePascal RTL

2007-11-22 Thread Felipe Monteiro de Carvalho
implementation will have new bugs, and will have the disadvantage that it's code is not as extensively tested as the free pascal libraries. That's fixable if there are lot's of contributors, but it is more logical to wrap the already tested libraries. -- Felipe Monteiro de Carvalho

Re: [lazarus] Lazarus IDE revamp

2007-11-18 Thread Felipe Monteiro de Carvalho
is, but Lazarus IDE presents autocompletion in a number o ways. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] IDE Crashes on Mac OS (gtk)

2007-11-18 Thread Felipe Monteiro de Carvalho
improvement. One can build the IDE with Qt, but the code editor still has some problems. Under Carbon we still lack a Caret, but aside from this very important detail it works very well. -- Felipe Monteiro de Carvalho

Re: [lazarus] GTK2 Under Windows

2007-11-15 Thread Felipe Monteiro de Carvalho
regarding win32/unicode. I tryed to fix it last week, but this one is hard... -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Lazarus (gtk) in taskbar

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

Re: [lazarus] [fpc] Request about winCE compatibility

2007-11-13 Thread Felipe Monteiro de Carvalho
with arm. Given some work of someone interrested it should work with other architectures too. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Bad news

2007-11-12 Thread Felipe Monteiro de Carvalho
. We are just trying to build the best Object Pascal tools we can, a market big enougth for many tools. About the forum stuff, that's normal internet non-sense. Nothing that deserves paying attention. -- Felipe Monteiro de Carvalho

Re: [lazarus] Really bad bug in IDE.

2007-11-11 Thread Felipe Monteiro de Carvalho
Is that a regression? Did it work with 0.9.22? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org

Re: [lazarus] ParentWindow

2007-11-10 Thread Felipe Monteiro de Carvalho
I would try using the Parent property. What's the difference between Parent and ParentWindow? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives

Re: [lazarus] ParentWindow

2007-11-10 Thread Felipe Monteiro de Carvalho
? TCustomForm? I already tried it once, but I had to recompile the LCL quite often and I probably lost patience You will have to rebuild lcl sometimes to do this, and also to test and fix if it's wrong. -- Felipe Monteiro de Carvalho

Re: XML and UTF-8

2007-11-10 Thread Felipe Monteiro de Carvalho
add a BOM marker to the source code. More information here: http://www.freepascal.org/mantis/view.php?id=9305 -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: XML and UTF-8

2007-11-10 Thread Felipe Monteiro de Carvalho
On Nov 10, 2007 5:49 PM, Michael Van Canneyt [EMAIL PROTECTED] wrote: As far as I know, FPC has no support for a BOM marker at all ? That would be inconsistent with my tests until now. http://www.freepascal.org/mantis/view.php?id=9058 -- Felipe Monteiro de Carvalho

Re: [lazarus] Using SDL.framework within Lazarus project on Mac OS X

2007-11-09 Thread Felipe Monteiro de Carvalho
Another hint: You can group the -k statements with quotes: -k-framework carbon -framework sdl -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-04 Thread Felipe Monteiro de Carvalho
The topic seams to need more discussion before being implemented, so I think it should not be implemented before 0.9.24 thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Adding AllowFractionalPositioning to TCarbonDeviceContext

2007-11-04 Thread Felipe Monteiro de Carvalho
the character should be, is that it? I also don't understand what would be the problem for SynEdit in having fractional positions turned on? If the carbon interface receives a non-integer position, just round it. thanks, -- Felipe Monteiro de Carvalho

Re: [lazarus] Why TSemaphore not implemented for Win32?

2007-11-02 Thread Felipe Monteiro de Carvalho
. Ah, by the way, I am moving this discussion to fpc-devel, since it's more appropriate here. thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Multiple targets

2007-11-02 Thread Felipe Monteiro de Carvalho
On 11/2/07, Milipili Houbi [EMAIL PROTECTED] wrote: There are obviously more important things to do right now but I would like to know if there is something like that planned, discussed, rejected for some reaons... We are discussing how to implement it currently. -- Felipe Monteiro de

Re: [lazarus] Usability issues

2007-11-02 Thread Felipe Monteiro de Carvalho
. Is this really necessary? Isn't stripping symbols from the end executable enougth? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Usability issues

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

Re: [lazarus] Building SQLite dll for WinCE (Problem)

2007-10-28 Thread Felipe Monteiro de Carvalho
I would recomend asking on a sqlite dedicated forum or mailling list. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http

Re: [lazarus] Usability issues

2007-10-27 Thread Felipe Monteiro de Carvalho
If the compiler options dialog is to be redesigned I think it would be an oportunity to get customized build modes, like: Release, Debug, AnythingElse -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED

Re: [lazarus] Usability issues - search

2007-10-27 Thread Felipe Monteiro de Carvalho
there by IDE idiosincrasy I gave some thougth to it, but I am not really sure how the layout of such dialog would be... thanks, -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

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

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Felipe Monteiro de Carvalho
intend to replicate the Windows API. -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] AllocateHWnd on Linux

2007-10-26 Thread Felipe Monteiro de Carvalho
to implement it, but we should accept patches for it. The function already exists, is used on ported delphi libraries, we already have a windows implementation and I don't see why not implement it for other targets if possible. thanks, -- Felipe Monteiro de Carvalho

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 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 the Subject

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 _ To unsubscribe

  1   2   3   4   5   6   7   8   9   10   >