Re: [Lazarus] Does using GtkFrame in LCL make sense?

2011-07-01 Thread zeljko
On Friday 01 of July 2011 16:29:33 Max Vlasov wrote: On Fri, Jul 1, 2011 at 6:17 PM, Henry Vermaak henry.verm...@gmail.com wrote: On 01/07/11 15:09, Henry Vermaak wrote: On 01/07/11 14:44, Henry Vermaak wrote: On 01/07/11 13:17, Max Vlasov wrote: Trying to solve the problem, I ended up

Re: [Lazarus] Error while compiling latest SVN version

2011-06-30 Thread zeljko
On Thursday 30 of June 2011 15:10:08 Dirk wrote: Submitted bug report + patch for Anchordocking: http://bugs.freepascal.org/view.php?id=19660 I've applied your patch. thanks zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Can't build lazarus for QT

2011-06-28 Thread zeljko
menus have no icons and trayicon have no transparency. Is this known behavior or this is because I have LCL GTK yet? Theme settings disables icons in menus. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] ComboBox Bug

2011-06-24 Thread zeljko
in oxygen-gtk theme, open issue at their tracker. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] non-sensical window repositioning

2011-06-24 Thread zeljko
know for others. I guess that it's not hard task to implement it for other X11 widgetsets ... but don't know for win32 and carbon. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

[Lazarus] TCustomListView new features

2011-06-24 Thread zeljko
free to test it. It's not implemented via Delete() and Insert(), but via reassigning ws items, so less overhead. Lazarus svn trunk r31367 and above is needed. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Compile and Build menu entries, Run- or Project-menu?

2011-06-22 Thread zeljko
as first entry) #!#!###%#$# ;) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] New features since 0.9.30?

2011-06-18 Thread zeljko
it is time to create Lazarus_0.9.32_release_notes? AFAIK 0.99 and 1.0 are real next targets. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] New features since 0.9.30?

2011-06-18 Thread zeljko
- History in debugging - New menu-structure Well... additions? I have to go now, but I suspect a list tomorrow to show. ;) I'll commit first MDI support code probably tomorrow. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-13 Thread zeljko
attach a screenshot but if you can't reproduce it a screenshot will not help too. Have you test it? It happens on Linux with QT. Same problem exist with trunk? I don't know. I'm on the stable branch. Just dropped an TDBGrid onto form and it looks ok (trunk lazarus). zeljko

Re: [Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-13 Thread zeljko
On Monday 13 of June 2011 10:02:52 Erwin van den Bosch wrote: Op 13-06-11 08:46, Erwin van den Bosch schreef: Op 13-6-2011 8:06, zeljko schreef: Same problem exist with trunk? I don't know. I'm on the stable branch. Just dropped an TDBGrid onto form and it looks ok (trunk lazarus

Re: [Lazarus] TDBGrid broken in svn fixes_0_9_30

2011-06-13 Thread zeljko
On Monday 13 of June 2011 13:47:14 Erwin van den Bosch wrote: Op 13-06-11 12:40, zeljko schreef: Don't know, no time to test fixes_0_9_30 atm ... z. I compared the file lcl/interfaces/qt/qtwinapi.inc in fixes_0_9_30 with the one in trunk. Find a few lines of code that wasn't

Re: [Lazarus] Dynamic loading of a custom sqlite library

2011-06-11 Thread zeljko
can use that flag under linux if have similar problem. I had same problem with sqlite3 and double installation of it under fedora 1.system one 2.xulrunner one, always had crashes if firefox is started before I use my app. With that flag it's fixed. zeljko

[Lazarus] TGraphicControl changes

2011-06-08 Thread zeljko
parent handle , than such code should be changed. TGraphicControl.Update calls invalidateRect() only for TGraphicControl client rect. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Is Strip Symbols from Executable broken?

2011-05-24 Thread zeljko
options are on. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] StringGrid performance problems

2011-05-21 Thread zeljko
it becomes slow. Better use TVirtualStringTree , it's ultra fast even when you allocate 100 items. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Qt5 plans available

2011-05-12 Thread zeljko
. - When link is down, app hangs yes you must wait until kernel timeouts or kill your app. - Deployment. Web application: + It's web application :) So, I think that such concept of bussiness application on phone isn't good ... we are already moving to web concept. zeljko

Re: [Lazarus] LCL-Qt with horizontal tabs or left/right

2011-05-10 Thread zeljko
how it looks if we paint tabs by ourselves). If you create patch under this define, I can apply it - no problem. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Qt5 plans available

2011-05-10 Thread zeljko
for a job well done! I have recently compiled my Lazarus 0.9.30.x IDE with the LCL-Qt interface and it works and looks very good so far. Thanks. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] GetProcAddress weird problem

2011-04-21 Thread zeljko
,since other apps takes /usr/lib/libsqlite-3 and works ok (even have test C code which dynamically loads libsqlite-3 in same manner as fpc do, but that C example works and fpc one not ... don't ask me for this example project...I don't know where it is ). zeljko

Re: [Lazarus] recompile the LCL

2011-04-20 Thread zeljko
I mess up my config somehow or is there a different method now? There is now a dropdown with Profiles (whatever that may mean) and it contains LCL but when I hit the build button then nothing happens at all, not even an error message. Open LCL package and compile (or clean compile) ? zeljko

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
with this demo (edit.Text is updated frequently without any mouse/kbd interaction). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
, so once again: Lazarus 30393 gtk,gtk2 and qt works fine. Edit.Text is updated in Worker thread without any interaction of mouse or kbd. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] GetProcAddress weird problem

2011-04-20 Thread zeljko
atm, so please write at least piece of code so we can try to understand what could be your problem. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
statements? Have you tried to add WakeUpMainThread in QueueAsyncCall() and test it with all ws ? What happens ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] CodeTools facility for documenting source code?

2011-04-20 Thread zeljko
like? Then you can have TB's of such history files in few months ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
. Now rebuilding laz with that patch to see if something bad can happen with that patch. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
and issue is marked as resolved :) btw. Thanks for patch. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
On Wednesday 20 of April 2011 18:05:24 Luca Olivetti wrote: Al 20/04/2011 15:51, En/na Bernd ha escrit: What exactly does the TTimer do when it fires its event? The TTimer seems to have the power to wake up the GUI, maybe I can do the same manually? I don't know, but I've been using for

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
will svn up Lazarus after the latest patch and try my synchronize demo again. The patch doesn't touch synchronize. It worked o.k. for me before the patch. Maybe it's an fpc issue? I use 2.5.1 (about a month old). I'm using 2.4.3 and Synchronize() works ok. zeljko

Re: [Lazarus] Message Loop paused when no interaction with mouse?

2011-04-20 Thread zeljko
On Wednesday 20 of April 2011 19:52:00 Bernd wrote: USE_GTK_MAIN_OLD_ITERATION well, that's old way of using gtk main loop iterations. if you have old gtk2 installation probably you can test with that define (but in that case PostMessage() won't work in multithreaded app). zeljko

[Lazarus] To all users of TBarChart

2011-04-19 Thread zeljko
Hi all, 1. As of Lazarus svn r 30386 unit Chart is renamed to BarChart. 2. BarChart unit will be marked as deprecated soon and removed from lcl package. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Lazarus GTK project dependencies

2011-04-14 Thread zeljko
with compiz, but gtk2 also have big trouble with it). Here it works ok under KDE, Xfce, WindowMaker,IceWM. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus GTK project dependencies

2011-04-14 Thread zeljko
On Thursday 14 of April 2011 11:36:10 Mattias Gaertner wrote: The libqt-mt library is only one lib of a qt program. no, libqt-mt is complete qt-3.XXX library. in Qt 4 they splitted core,gui etc. zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] How to minimize/restore lazarus (Ubuntu)?

2011-04-12 Thread zeljko
On Sunday 10 of April 2011 21:08:30 Bo Berglund wrote: Maybe there is a setting somewhere to handle this? If so please tell me where it is. Tools-Options-Environment-Window- [x] Show single button in TaskBar zeljko -- ___ Lazarus mailing list

Re: [Lazarus] Component visibility at design time

2011-04-10 Thread zeljko
in design time? TControlStyle csNoDesignVisible zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] New behavior - RadioGroup

2011-04-06 Thread zeljko
that to be Delphi compat. Such behavior will be from now on ? Yes, see http://bugs.freepascal.org/view.php?id=15989 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] trouble with Radiogroup

2011-04-06 Thread zeljko
and lets the doctors to check or not when filling the form. if this is possible, i will appreciate any help to do it. How can anybody help you without code ? If you think it's lazarus problem then please open an issue about it and attach project example which triggers your problem. zeljko

Re: [Lazarus] MDI implementation

2011-04-03 Thread zeljko
There are also some mdi screenshoots. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] New color scheme: Solarized

2011-04-01 Thread zeljko
On Friday 01 of April 2011 10:52:39 Alexander Klenin wrote: Added to http://wiki.lazarus.freepascal.org/UserSuppliedSchemeSettings No screenshoot ? ;) BTW, I think a setting to control the colors of other windows based on SynEdit colors would be appropriate -- right now Lazarus looks weird

Re: [Lazarus] New color scheme: Solarized

2011-04-01 Thread zeljko
. :-) There is always some Darth Vader fun :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Detecting desktop area size

2011-03-31 Thread zeljko
On Thursday 31 of March 2011 01:06:48 Bart wrote: Hi, Is there any (more or less) reliable way to detect the size of the desktop (that is: on the active screen, the space a form can occupy so that it will take in account the presence of a taskbar etc.) I need something like this to keep a

Re: [Lazarus] Setting a cursor from resource

2011-03-24 Thread zeljko
version. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Setting a cursor from resource

2011-03-24 Thread zeljko
On Thursday 24 of March 2011 10:58:48 patspiper wrote: Furthermore, Lazarus is now able to load cursors. Are you sure that it was impossible before ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] the new menu source

2011-03-17 Thread zeljko
to complete my IDE add-on that allows you to print out your keyboard shortcuts as a reference card. Yes, that would be nice thing to have. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Unable to rewrite .ini file which exists... error unable to create .ini file. (need to rewrite it).

2011-03-15 Thread zeljko
with fpc-2.4.3 under win7 64bit only. My workaround is to use TMemIniFile instead of TIniFile. So try that first. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus on Suse 11.4

2011-03-14 Thread zeljko
can do that. 3) with GTK2 TThread.Synchronize and PostMessage now seem to work fine. Did anybody fix this bug recently ? Yes, I've fixed that few months ago. 4) QueAsyncCall still does not work. (A call is only issued when some GUI event happens.) Don't know anything about this. zeljko

Re: [Lazarus] Bug Handling Events on Form using Last Lazarus 0.9.31 + FPC 2.5.1 SVN Snapshot (Win32)

2011-03-11 Thread zeljko
. I just created a new application and did a double click to call FormCreate method. I´m using Windows 7 32 Bits. I've run into such errors today too (qt linux r 29795) zeljko Thanks, Fabio Souza -- ___ Lazarus mailing

Re: [Lazarus] MDI Child form goes behind MDI main form

2011-03-10 Thread zeljko
(like you have in Delphi). zeljko S, Paul Ishenin piše: 10.03.2011 19:04, Eduard Filipas wrote: hi enviroment: win7 64x, lazarus 32bit version 0.9.31; date: 2011-02-05; SVN:29379 problem arises when having form style MDIform and others mdiChild This is not implemented

Re: [Lazarus] Tagging 0.9.30

2011-02-22 Thread zeljko
? No. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread zeljko
On Monday 21 of February 2011 10:39:33 Juha Manninen wrote: Hi I start Lazarus devel version always from cmd line on Linux. When using GTK2 bindings, there is a huge amount of debug lines scrolling in the console window all the time. How to shut them down? Disable -dDebug ? Are they from

Re: [Lazarus] IDE Font issue

2011-02-21 Thread zeljko
...looks like mismatch between Font.Size and Font.Height zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Extensive Debug Info from GTK2 bindings

2011-02-21 Thread zeljko
On Monday 21 of February 2011 18:10:39 Juha Manninen wrote: zeljko kirjoitti maanantai 21 helmikuu 2011 10:14:40: Disable -dDebug ? Are they from lcl or from gtk2 libs ? Problem solved. I had assertion enabled (-Sa) and forgot it. IMO the assertions should be made usable in Lazarus code

Re: [Lazarus] GTK3 is out

2011-02-15 Thread zeljko
to NOT broken gtk support (it still works in 0.9.31) 3.When time for gtk3 in lcl comes, it will be written from stratch - pure ground zero implementation. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] GTK3 is out

2011-02-15 Thread zeljko
Quoting theo x...@theo.ch: I was trying to build this version from sources today, but gave up at the requirement of Xinput2. This would probably need a complete X11 and whatnot upgrade. or install fedora rawhide on some virtual machine :) zeljko

Re: [Lazarus] GTK3 is out

2011-02-15 Thread zeljko
Quoting theo x...@theo.ch: I was trying to build this version from sources today, but gave up at the requirement of Xinput2. This would probably need a complete X11 and whatnot upgrade. or install fedora rawhide on some virtual machine :) zeljko

Re: [Lazarus] Modal forms: block parent form or application

2011-01-29 Thread zeljko
implementation it's possible to make 1.Form modal for 1 form eg. parent form 2.Form modal for application (usual behaviour). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can I be sure that timer and synchronize never fire at once?

2011-01-26 Thread zeljko
an old version of lazarus (svn 22953 dated 2009-12-04) with fpc 2.2.4. widgetset ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Generalized DragDrop

2011-01-22 Thread zeljko
whenever an external DnD is found. Files dropping is already implemented, and I'm pretty sure that Qt supports DnD across different apps on all platforms. Haven't studied gtk2 in this case, but your suggestion looks good. zeljko -- ___ Lazarus mailing list

Re: [Lazarus] Generalized DragDrop

2011-01-22 Thread zeljko
On Saturday 22 of January 2011 17:27:43 Michael Van Canneyt wrote: On Sat, 22 Jan 2011, zeljko wrote: I'm all for it. Although I'm not sure that this can be implemented in a cross-platform way. On Windows, the intra-app drag/drop is handled using OLE/DDE. On Linux

Re: [Lazarus] anchors on centos

2011-01-21 Thread zeljko
On Friday 21 of January 2011 14:03:43 Andrea Mauri wrote: Il 21/01/2011 12:55, zeljko ha scritto: 3.@Andrea , I didn't say that minimum version is 2.12, I just said that nearest version I have is 2.12. yes I understood. I only point that because I saw 2.6 on the wiki. anyway thanks

Re: [Lazarus] Event handling example project

2011-01-19 Thread zeljko
in the svn, I'd be happy to send the code. And where is that example project ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] anchors on centos

2011-01-18 Thread zeljko
looks strange to me and there is no comment why this is needed. Zeljko? gtk2WSDelayedWindowStateChange is there to avoid recursions during hide/show and it works ok. (just re-tested with gtk2-2.12 (fedora 3) and Gtk2-2.22 Fedora 14). Let him open an issue WITH EXAMPLE and I'll take a look

Re: [Lazarus] What are widgets in lazarus?

2011-01-06 Thread zeljko
) , but gui library which provide native widgets, so correct answer to such question could be qt,gtk,win32,carbon,fpgui etc. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Lazarus IDE creates lots of empty config dirs

2011-01-05 Thread zeljko
On Wednesday 05 of January 2011 09:09:51 Vincent Snijders wrote: No idea, I don't have such files in C:\Documents and Settings\vincent\Local Settings\Application Data\lazarus I have same problem as Graeme under linux. zeljko -- ___ Lazarus

Re: [Lazarus] What are widgets in lazarus?

2011-01-05 Thread zeljko
of course). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Process waiting

2010-12-31 Thread zeljko
with -dUSE_GTK_MAIN_OLD_ITERATION and see if it works. In case it works please open an issue about it and attach example project. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Taskbar button for modal forms

2010-12-24 Thread zeljko
On Friday 24 December 2010 10:16, Graeme Geldenhuys wrote: On 24 December 2010 09:34, zeljko zel...@holobit.net wrote: That's not LCL-gtk2, but gtk2 bug. You are wrong. I'm running Pan naw (a NNTP news reader), I open up the No, I'm not. My devel machine have gtk2-2.12, and here it works ok

Re: [Lazarus] Taskbar button for modal forms

2010-12-23 Thread zeljko
will be brought to the front and have focus). So what you described above, means that LCL-GTK2 has a bug. That's not LCL-gtk2, but gtk2 bug. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] Message dialogs in Lazarus

2010-12-19 Thread zeljko
On Sunday 19 December 2010 14:12, Michael Van Canneyt wrote: On Sat, 18 Dec 2010, zeljko wrote: On Wednesday 15 December 2010 21:14, michael.vancann...@wisa.be wrote: I didn't pay attention on this the first time, but: the buttons no longer display the images associated with the modal

Re: [Lazarus] Message dialogs in Lazarus

2010-12-19 Thread zeljko
On Sunday 19 December 2010 22:07, Sven Barth wrote: programs for such things could be written... but here the same problem applies as in every open source project: someone has to do it... +1 -- ___ Lazarus mailing list

Re: [Lazarus] Message dialogs in Lazarus

2010-12-18 Thread zeljko
images on buttons under KDE and XFCE , but not under Gnome :) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message dialogs in Lazarus

2010-12-15 Thread zeljko
affected by this. Just one example, after execution: Execution stopped: Yes to all OK ?? Where are the 'old' captions ? 'Do not close the IDE' instead of 'Abort' and so on ? Should be fixed in r28722. Please test. zeljko -- ___ Lazarus mailing list

Re: [Lazarus] Message dialogs in Lazarus

2010-12-15 Thread zeljko
in AskUser(), not resource strings ... fixed in r 28723 :) Please retest. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Message dialogs in Lazarus

2010-12-15 Thread zeljko
On Wednesday 15 December 2010 21:14, michael.vancann...@wisa.be wrote: On Wed, 15 Dec 2010, Michael Van Canneyt wrote: On Wed, 15 Dec 2010, zeljko wrote: On Wednesday 15 December 2010 16:00, michael.vancann...@wisa.be wrote: When project information file changes: Project changed on disk

Re: [Lazarus] Lazarus trunk doesn't compile with FPC 2.4.0 since r28681

2010-12-12 Thread zeljko
compile trunk. Is this a bug or is lazarus changing to support 2.4.2 only? As of lazarus 28680 you must have = 2.4.2 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] GTK2 paint event

2010-12-08 Thread zeljko
-dUSE_GTK_MAIN_OLD_ITERATION so it looks like some kind of regression (I had not tested with 0.9.28). Please open an issue with this problem.It should work without -dUSE_GTK_MAIN_OLD_ITERATION. Also attach example which reproduces problem. zeljko -- ___ Lazarus

Re: [Lazarus] GTK2 font size smaller

2010-12-07 Thread zeljko
On Tuesday 07 December 2010 18:54, cobines wrote: After recent changes to LCLGTK2 font size calculations the font with the same size seems smaller. As zeljko has explained in another topic: Yes, I've changed gtk2 font calculation to be same as on other widgetsets (it was wrong). zeljko

Re: [Lazarus] OFFTOPIC: Money Model, for Lazarus

2010-12-06 Thread zeljko
On Monday 06 December 2010 14:02, Vincent Snijders wrote: 2010/12/6 Alexsander Rosa alexsander.r...@gmail.com Back to the topic: I think the Lazarus project could SELL products like this: http://shop.canonical.com/product_info.php?products_id=648 You mean like:

Re: [Lazarus] Editor font size changed?

2010-12-02 Thread zeljko
changed gtk2 font calculation to be same as on other widgetsets (it was wrong). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] What is a TSQLTransaction and why do I need one?

2010-12-01 Thread zeljko
On Wednesday 01 December 2010 14:23, Joost van der Sluis wrote: On Wed, 2010-12-01 at 14:17 +0100, zeljko wrote: On Wednesday 01 December 2010 13:48, Joost van der Sluis wrote: On Tue, 2010-11-30 at 13:14 +0100, zeljko wrote: I think we should not change a thing, until the problem

Re: [Lazarus] What is a TSQLTransaction and why do I need one?

2010-11-30 Thread zeljko
transaction-isolation levels should be implemented definitelly. http://en.wikipedia.org/wiki/Isolation_%28database_systems%29 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Loading old project into Lazarus_fixes causes lock-up...

2010-11-29 Thread zeljko
) zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] What is a TSQLTransaction and why do I need one?

2010-11-26 Thread zeljko
must think about it when setting up postgresql.conf (client connections param). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] GUI development for web UI

2010-11-24 Thread zeljko
On Wednesday 24 November 2010 12:11, michael.vancann...@wisa.be wrote: MySQL I simply don't use because it is a bad database engine :-) +1 zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] Problem with revision 28344

2010-11-23 Thread zeljko
to latest svn, rebuild laz , if you get any error please provide your widgetset, OS etc.. also some stack trace. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] false disk is full messages

2010-11-23 Thread zeljko
(but it was really long time ago so cannot remember all details). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Problem with revision 28344

2010-11-23 Thread zeljko
On Tuesday 23 November 2010 09:33, zeljko wrote: On Tuesday 23 November 2010 08:27, tim launchbury wrote: Hello all When updating from svn, applying revision 28344 causes my app to fail with runtime error 202. Is there a problem with this patch or do I need a workround or code change

Re: [Lazarus] false disk is full messages

2010-11-23 Thread zeljko
On Tuesday 23 November 2010 10:17, Mattias Gaertner wrote: On Tue, 23 Nov 2010 09:50:48 +0100 zeljko zel...@holobit.net wrote: On Tuesday 23 November 2010 09:35, Graeme Geldenhuys wrote: Hi, Has anybody else received false Disk is full error messages from Lazarus IDE? Yes, I

Re: [Lazarus] Debugging Lazarus IDE (Package access violation)

2010-11-22 Thread zeljko
it, so the report could contain more information saving the developers' time? Or at least recompile it with an option allowing to show additional information about the error , not only simple access violation message? What widgetset ? zeljko

Re: [Lazarus] Turn a TGroupBox into a TPanel

2010-11-21 Thread zeljko
(wrong gtk design IMO).There should be pure GtkFrame (like it is eg under qt) and GtkGroupBox (which is current GtkFrame). Only way to fix this is to write an gtk2lcl class which should be like qt's QFrame , and of course use that class instead of scolling controls. zeljko

Re: [Lazarus] StringGrid performance problems

2010-11-18 Thread zeljko
take into account headers and Cells[0,1] := 'MyText' doesn't change header cell text but real cell ? zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Windows Metafile *.wmf *.emf control

2010-11-18 Thread zeljko
* and LoadFrom* functions that I am looking for. There's an semi solution (multiplatform), I'm using it with qtlcl on linux,win and mac. Goto http://bugs.freepascal.org/view.php?id=14333 and download lfm.pas zeljko -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] AV on Lazarus startup

2010-10-26 Thread zeljko
On Tuesday 26 October 2010 11:20, Darius Blaszyk wrote: I get the following AV introduced by rev 27870. Are you sure that 27870 introduced such bug ? As I can see your version is 27869 ?!? Lazarus 0.9.29 r27869M FPC 2.4.0 i386-linux-gtk 2 (beta) zeljko

Re: [Lazarus] AV on Lazarus startup

2010-10-26 Thread zeljko
... so I don't understand what's problem. Imagine this: ADest := Rect(0, 0, 24, 24); Src1 := Rect(0, 0, 24, 24); Src2 := Rect(0, 0, 22, 22); 1.IntersectRect Dest = 0, 0, 24, 24 2.Old (from GraphType) returns Dest = 0,0,22,22 So , now I'm wondering what's up here ... zeljko

Re: [Lazarus] AV on Lazarus startup

2010-10-26 Thread zeljko
On Tuesday 26 October 2010 13:35, Darius Blaszyk wrote: I'm sure. I'm now at rev 27869, because that didn't give me the AV. Updating to 27870 gave me the AV which I mentioned. Fixed in r 27879 -- ___ Lazarus mailing list

[Lazarus] Need testers (gtk2)

2010-10-24 Thread zeljko
reproduce your problem. thanks. thanks zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Need testers (gtk2)

2010-10-24 Thread zeljko
On Sunday 24 October 2010 15:32, Juha Manninen wrote: On Sunday 24 October 2010 15:24:04 zeljko wrote: Hi, I've commited an important patch today (r 27829) , about gtk2 main loop iterations. Now it uses g_main_context instead of g_main which is deprecated from gtk2-2.2. This patch

Re: [Lazarus] Need testers (gtk2)

2010-10-24 Thread zeljko
On Sunday 24 October 2010 17:56, waldo kitty wrote: On 10/24/2010 11:53, zeljko wrote: On Sunday 24 October 2010 15:32, Juha Manninen wrote: I can give the parameter in Lazarus Run Parameters... but then the whole Lazarus freezes. It doesn't take mouse clicks and must be killed. Isn't

Re: [Lazarus] Verdict of Lazarus 0.9.29

2010-10-20 Thread zeljko
options checkboxes, tedits etc..should have hint + showHint filled up. zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

<    2   3   4   5   6   7   8   9   >