Re: [lazarus] Gtk or Gtk2

2005-09-08 Thread Vincent Snijders
Edwin Quijada wrote: What is much better to work ? Gtk or Gtk2 I like much more Gtk2 is so pretty but I 'd like to know about performance and something else. What is yours recommendation ? Gtk is more stable then gtk2. I would develop the app using gtk, but from time to time recompile it

Re: Help - TMemo shows only english text

2005-09-08 Thread Luca Olivetti
En/na Marc Weustink ha escrit: And maybe as a hack around your problems, can't you translate your text to UTB8 ? iconv is the tool to do it (if you know the source encoding). Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007

Re: [lazarus] captions in runtime and designtime

2005-09-08 Thread Razvan Adrian Bogdan
On 9/7/05, barko [EMAIL PROTECTED] wrote: Have look: http://www.opinfos.com/tempo/laz/design_time.png http://www.opinfos.com/tempo/laz/run_time.png Latest SVN lazarus and latest SVN fpc 2.1.1... something is wrong. -- bye, ...s]-[it happens... What controls seem to be affected ?

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread Razvan Adrian Bogdan
On 9/7/05, L505 [EMAIL PROTECTED] wrote: I myself dont use desktop icons but I can relate why they might me nice... (like immediately being visible after logging in, freely positionable) if I had a larger screen, they might be actually useful, but as-is, they are _always_ covered by

Re: Help - TMemo shows only english text

2005-09-08 Thread Mattias Gaertner
On Thu, 8 Sep 2005 09:22:18 +0200 A.J. Venter [EMAIL PROTECTED] wrote: On Thursday 08 September 2005 08:40, Luca Olivetti wrote: En/na Marc Weustink ha escrit: And maybe as a hack around your problems, can't you translate your text to UTB8 ? iconv is the tool to do it (if you know

Re: [lazarus] exception when using [].ShowModal

2005-09-08 Thread Bartek
Mattias Gaertner wrote: On Sun, 07 Aug 2005 18:40:05 +0200 Bartek [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: what I'm doing wrong? Try setting the visible property of the form to false. done so: |

Re: [lazarus] exception when using [].ShowModal

2005-09-08 Thread dhkblaszyk
I close some of the unneeded forms manually. Why do you do that? Just tell lazarus to not create the forms. Project | Project Options | Forms Move the forms you don't want to create to Available. I'm not shure, but perhaps you destroy a form that is not created yet. Try it and report back ;-)

Re: [lazarus] captions in runtime and designtime

2005-09-08 Thread barko
labels are affected put on form label1, then resize it, change in object inspector label1.autosize:=false, change label1.alignment:=taCenter; put on form button and in code: label1.caption:='bla'; run project label.caption is in center, but when you push button, label is changed to left up

Re: [lazarus] Att: Admin of the forums

2005-09-08 Thread Bjørn T. Jønsson
Michael A. Hess wrote: Bjørn T. Jønsson wrote: It would be nice if the forum admin could help with this: http://tinyurl.com/aq4t5 [...] If you do have problems getting and account setup in the forum send me an email directly and I can attempt to manually setup your account or

Re: [lazarus} Application crash

2005-09-08 Thread Vincent Snijders
Bjørn T. Jønsson wrote: Vincent Snijders wrote: Mattias Gaertner wrote: I guess, it's the spaces in the path. ...delfi\top down city\code\... I don't think so: [...] fpc 2.0.0 can compile the test app too. For some reason the test app doesn't compile here... I get a lot of

Re: [lazarus] Used mac laptop

2005-09-08 Thread Roberto Antonio Berrospe Machin
Yeah... it is how all need to be.. i mean, to have something stable and not to have headatches, you need the needed things, a monitor, mouse, keyboard, and of course the mainframe... That's why i think the best apple have actually is the iBook series. And, one good thing you need to know is

Re: [lazarus] exception when using [].ShowModal

2005-09-08 Thread Darius Blaszijk
On Thu, 2005-09-08 at 12:45, Bartek wrote: I do not see the difference in creating the forms by myself than letting Lazarus create them. :/ What does your lpr file show in that case?? Darius _ To unsubscribe: mail [EMAIL

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread Tony Maro
dannym wrote: I myself dont use desktop icons but I can relate why they might me nice... (like immediately being visible after logging in, freely positionable) if I had a larger screen, they might be actually useful, but as-is, they are _always_ covered by about = 5 full screen windows, so I

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread barko
Look here, installbase create kde/gnome icons... look in source. http://installbase.sourceforge.net/main.shtml Dne četrtek 8. septembra 2005 18:38 je Tony Maro napisal(a): dannym wrote: I myself dont use desktop icons but I can relate why they might me nice... (like immediately being visible

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread Tony Pelton
On 9/8/05, Tony Maro [EMAIL PROTECTED] wrote: So I'm still no closer to writing an install utility that will install menu icons. -Tony and as per my earlier post ... you've seen this ? http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec ... and this ?

Re: [lazarus] exception when using [].ShowModal

2005-09-08 Thread Mattias Gaertner
On Thu, 08 Sep 2005 11:08:54 +0200 Bartek [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Sun, 07 Aug 2005 18:40:05 +0200 Bartek [EMAIL PROTECTED] wrote: [...] TCustomForm.ShowModal Visible=False Enabled=True fsModal=True You are showing the form twice. Skip the second. Mattias

Re: [lazarus] exception when using [].ShowModal

2005-09-08 Thread Mattias Gaertner
On Thu, 08 Sep 2005 19:37:35 +0200 Bartek [EMAIL PROTECTED] wrote: [...] Is there a difference between Application.Create(TForm,Form); and From:=TFrom.Create(main_form); ? Yes. 1. Application.CreateForm uses itself as owner instead of main_form. 2. It sets the variable 'Form' and then calls

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread Tony Maro
Tony Pelton wrote: On 9/8/05, Tony Maro [EMAIL PROTECTED] wrote: So I'm still no closer to writing an install utility that will install menu icons. -Tony and as per my earlier post ... you've seen this ? http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec Yes,

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread Tony Maro
Tony Pelton wrote: http://standards.freedesktop.org/menu-spec/latest/apc.html those specs look like they cover at least the KDE and Gnome case fairly well. Oh, I did miss this little documentation tidbit: If $XDG_CONFIG_DIRS is either not set or empty, a value equal to /etc/xdg should

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread Andrew Haines
Andrew Haines wrote: Tony Maro wrote: I'm still not finding a way to edit the individual user menu - every method I've seen requires being root. For gnome it shold be possible to edit the xml file: ~/.gnome2/vfolders/applications.vfolder-info and then create

Re: [lazarus] Gtk or Gtk2

2005-09-08 Thread Juan Martinez
--- Vincent Snijders [EMAIL PROTECTED] escribió: Edwin Quijada wrote: What is much better to work ? Gtk or Gtk2 I like much more Gtk2 is so pretty but I 'd like to know about performance and something else. What is yours recommendation ? Gtk is more stable then gtk2. I would

Re: [lazarus] Re: Menu icons in KDE / Gnome

2005-09-08 Thread Juan Martinez
--- Andrew Haines [EMAIL PROTECTED] escribió: Andrew Haines wrote: Tony Maro wrote: I'm still not finding a way to edit the individual user menu - every method I've seen requires being root. For gnome it shold be possible to edit the xml file: