Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 17:52, Mattias Gaertner wrote: On Mon, 20 Apr 2015 16:16:51 +0100 Martin Frb laza...@mfriebe.de wrote: Can you point me to were they are set? (reachable from the options code) I might find some time. Asternatively we can try and find more people ;) ide/etmessageframe.pas

Re: [Lazarus] GUI front-end for Firebird Trace Manager

2015-04-20 Thread FreeMan
http://www.flamerobin.org/ Did you check this ? On 20.04.2015 12:08, Graeme Geldenhuys wrote: Hi, Has anybody built (or know about) a cross-platform GUI front-end for Firebird 2.5's Trace Manager? I know there are commercial products that seem very good, but they are all Windows platform only.

[Lazarus] Moving items between actionlist

2015-04-20 Thread Torsten Bonde Christiansen
I am in for some tidious work, copying a large amount of actions between two actionlist. So I started wondering - is there not a simple cutpaste functionality to cut/move an action from one list to another? Both actionlists are on the same form, so all associated OnExecute methods are

Re: [Lazarus] Moving items between actionlist

2015-04-20 Thread Vojtěch Čihák
Wouldn't be enough to close project, manually edit *.lfm file(s) and reopen project? I guess *.lfm is the only place which states that Action A belongs to ActionList B.   V.   __ Od: Torsten Bonde Christiansen t...@epidata.info Komu:

Re: [Lazarus] Modem config

2015-04-20 Thread Lukasz Sokol
On 20/04/15 09:01, aradeonas wrote: Thank you Lukasz,Telnet ways is interesting. If you / someone wrote something directed at TR-069, directly speaking to a modem I'd be even more interested ;) and willing to cooperate in r d t of such a program. (we were looking for ways to pre-load

Re: [Lazarus] Modem config

2015-04-20 Thread aradeonas
I think so,for that I want to find a better way with minimum changes in various modems. Regards, Ara -- http://www.fastmail.com - Same, same, but different... -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 14:19, Bart wrote: Now messages are shown in groups e.g. compileng lazutils and this turns into a single green line if it went OK. Yeah, the new groups idea in the Messages window drives me nuts. I don't like it at all, and to me personally makes the Messages window a lot less

Re: [Lazarus] GUI front-end for Firebird Trace Manager

2015-04-20 Thread Michael Van Canneyt
On Mon, 20 Apr 2015, FreeMan wrote: http://www.flamerobin.org/ Did you check this ? I use it daily, and to my knowledge it does not have this functionality. Michael. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Bart
Now messages are shown in groups e.g. compileng lazutils and this turns into a single green line if it went OK. However, frequently I see messages I want to inspect (click on them to go to the source), but this seems impossible now? Bart -- ___ Lazarus

Re: [Lazarus] *ADSL* Modem config

2015-04-20 Thread aradeonas
Ok I will go for TP-Link to see what can I find.Its a beginning and I should support many models so if you know any other brands models please let me know. Ara -- http://www.fastmail.com - Same, same, but different... -- ___ Lazarus mailing list

Re: [Lazarus] Modem config

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 07:56, aradeonas wrote: Many of modems as I check have a config page in 192.168.1.1 and a web interface that you can change for example WIFI name,Now I want to do that in my application. Some DSL modems also have an open Telnet port for making config changes, but I think these

[Lazarus] GUI front-end for Firebird Trace Manager

2015-04-20 Thread Graeme Geldenhuys
Hi, Has anybody built (or know about) a cross-platform GUI front-end for Firebird 2.5's Trace Manager? I know there are commercial products that seem very good, but they are all Windows platform only. :-/ At the moment I'm using Firebird's included fbtracemgr from the command line, but it is

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 11:40:16 +0100 Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: Hi, In the Messages window there is a popup menu Copy selected messages to clipboard. Well, I can't multi-select anything in the Messages window. I can only ever select one line, so what is the point

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
I added my test project, but you made, I saw your screenshots.yes view in are normal. If I'm not wrong that screen in linux, I'm on osx and x64 qt. Maybe problem on osx qt My lazarus svn r48779. Sorry Juha, while testing zeljko's suggestion, you wrote. In LazUTF8 UTF8Case work good for me.

Re: [Lazarus] Modem config

2015-04-20 Thread Michael Schnell
I once used Synapse to do a program that via HTTP logs in to web interface of the controller of my central heating and check several status values and modifies several configuration parameters. Doing this was not exactly easy :-) . -Michael -- ___

Re: [Lazarus] GUI front-end for Firebird Trace Manager

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 13:12, FreeMan wrote: http://www.flamerobin.org/ Yes I use it, but as Michael mentioned, it doesn't have Trace Manager support. I guess it will have to be another self written project then. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
I did all of them but result not change. You saw code label's caption, 1-) lower upper case not change chars. 2-)Upper case hide dots. This is much important, example: ÇOCUK ÖLDÜ -- showing in label ÇOCUK OLDU if translate: ÇOCUK ÖLDÜ meanCHILD DIED -- ÇOCUK OLDU meanCHILD BORN so, this is

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
No, I should have tested properly before replying. It works perfectly well here. I created a project and Set UTF-8 in RTL. A screenshot is attached and it looks very different from yours. You are doing something wrong. Juha -- ___ Lazarus mailing list

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
On Sun, Apr 19, 2015 at 7:59 PM, FreeMan freema...@delphiturkiye.com wrote: fpc r30616 lazarus r48768 yosemite x64qt One more thing: update your Lazarus trunk. Just recently r48776 improved things in Unix systems. You don't need to use cwstring explicitly any more, it is done automatically

[Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Graeme Geldenhuys
Hi, In the Messages window there is a popup menu Copy selected messages to clipboard. Well, I can't multi-select anything in the Messages window. I can only ever select one line, so what is the point of that popup menu item? I tried Ctrl+Click, I tried Shift+Click - nothing. I remember using

Re: [Lazarus] *ADSL* Modem config

2015-04-20 Thread Mark Morgan Lloyd
aradeonas wrote: So what can I do? Determine whether the routers you're interested in support SNMP, and whether their security is adequate. Research the standard ADSL-related MIBs, and talk to the relevant manufacturers/distributors to see what extra facilities they offer. Assuming that

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
On 20.04.2015 00:17, Vojtěch Čihák wrote: I just tested on Qt (Lazarus 1.5 r48755M FPC 3.1.1 x86_64-linux-qt) and works well. Isn't it wrong autosizing of TLabel on GTk2 rather than some encoding problem? There is no resize problem, I wrote, encoding problem. I wrote answer to Juha's mail,

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
On Mon, Apr 20, 2015 at 11:48 AM, zeljko zel...@holobit.net wrote: On 04/20/2015 10:40 AM, FreeMan wrote: There is no resize problem, I wrote, encoding problem. I wrote answer to Juha's mail, why important. TLabel ÖLDÜ painting OLDU translate to english TLabel DIED painting BORN codepage

Re: [Lazarus] Modem config

2015-04-20 Thread aradeonas
Thanks Michael. So there is not an API for these modems? If you still have that code can you share it with me so I get a start point?or another source maybe you know.I searched for an API or way but couldn't find anything useful. Regards, Ara -- http://www.fastmail.com - A fast, anti-spam

Re: [Lazarus] Modem config

2015-04-20 Thread aradeonas
Thank you and I tried this way but as I see its just post forms in my TP-Link modem. So in this way I should browse it and fill the fields and save them. If any one know a better way or know a way for other brands please let me know because I need to work with other brands too. Regards, Ara --

Re: [Lazarus] Modem config

2015-04-20 Thread Michael Van Canneyt
On Mon, 20 Apr 2015, aradeonas wrote: Thanks Michael. So there is not an API for these modems? Not that I know of. I suspect each manufacturer uses his own way. If you still have that code can you share it with me so I get a start point?or another source maybe you know.I searched for an

Re: [Lazarus] *ADSL* Modem config

2015-04-20 Thread Mark Morgan Lloyd
Lukasz Sokol wrote: On 20/04/15 08:37, Michael Van Canneyt wrote: On Mon, 20 Apr 2015, aradeonas wrote: Thanks Michael. So there is not an API for these modems? Not that I know of. I suspect each manufacturer uses his own way. Unfortunately that is true - even if they had a CLI over

Re: [Lazarus] *ADSL* Modem config

2015-04-20 Thread aradeonas
So what can I do? Regards, Ara -- http://www.fastmail.com - A fast, anti-spam email service. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Modem config

2015-04-20 Thread aradeonas
Thank you Lukasz,Telnet ways is interesting. Regards, Ara -- http://www.fastmail.com - Send your email first class -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Modem config

2015-04-20 Thread Lukasz Sokol
On 20/04/15 08:37, Michael Van Canneyt wrote: On Mon, 20 Apr 2015, aradeonas wrote: Thanks Michael. So there is not an API for these modems? Not that I know of. I suspect each manufacturer uses his own way. Unfortunately that is true - even if they had a CLI over telnet or ssh,

Re: [Lazarus] upper lower case problem

2015-04-20 Thread zeljko
On 04/20/2015 10:40 AM, FreeMan wrote: On 20.04.2015 00:17, Vojtěch Čihák wrote: I just tested on Qt (Lazarus 1.5 r48755M FPC 3.1.1 x86_64-linux-qt) and works well. Isn't it wrong autosizing of TLabel on GTk2 rather than some encoding problem? There is no resize problem, I wrote, encoding

Re: [Lazarus] upper lower case problem

2015-04-20 Thread FreeMan
Thank you, LazUTF8 is solution for me. But not perfect, Upper I lower ı Upper İ lower i not correctly convert this two spells Why translation ? 'cos why much important for me, for telling good way On 20.04.2015 11:48, zeljko wrote: Why translation ? AFAIR, you used (I've deleted original post),

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 15:06:35 +0100 Martin Frb laza...@mfriebe.de wrote: On 20/04/2015 15:02, Mattias Gaertner wrote: On Mon, 20 Apr 2015 15:19:55 +0200 Bart bartjun...@gmail.com wrote: [...] However, frequently I see messages I want to inspect (click on them to go to the source), but

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 15:30:17 +0100 Martin Frb laza...@mfriebe.de wrote: On 20/04/2015 15:26, Mattias Gaertner wrote: Maybe showing the progress line can be made optional. +1 I'd like that too. I dont mind the scrolling, but I always fail to spot the header change, and don't know

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:34, Mattias Gaertner wrote: On Mon, 20 Apr 2015 15:30:17 +0100 Martin Frb laza...@mfriebe.de wrote: On 20/04/2015 15:26, Mattias Gaertner wrote: Maybe showing the progress line can be made optional. +1 I'd like that too. I dont mind the scrolling, but I always fail to spot

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:02, Mattias Gaertner wrote: On Mon, 20 Apr 2015 15:19:55 +0200 Bart bartjun...@gmail.com wrote: [...] However, frequently I see messages I want to inspect (click on them to go to the source), but this seems impossible now? That would be a bug. How to reproduce? I had the

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 15:19:55 +0200 Bart bartjun...@gmail.com wrote: [...] However, frequently I see messages I want to inspect (click on them to go to the source), but this seems impossible now? That would be a bug. How to reproduce? Mattias -- ___

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 14:34:06 +0100 Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: [...] Mattias, is there a way to switch back to the old Messages window? Even if I have to do it as a local mod in my own copy of Lazarus? I already have so many local mods anyway. Any pointers to which

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 15:34, Mattias Gaertner wrote: When the progress line is not showing, then *only* the header is left to show the finish. Maybe you mean +1 to show a finish line? Just my 2c... Now this is where I see a huge problem. I thought I was alone in finding the new Messages window

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 15:48:43 +0100 Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: [...] I also can't see $NOTE or $WARNING etc code comments in the messages output. I use these user-defined compiler messages a lot during my coding sessions. For the IDE there is no difference between

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 15:40, Martin Frb wrote: Yes +1 to a finish line. For me there are also the 2 Hint lines, so the header is not at the bottom, and the top part of the window often is overlapped by other windows. +1 I also can't see $NOTE or $WARNING etc code comments in the messages output. Yes

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:26, Mattias Gaertner wrote: Formerly lines were only appended at the bottom. Since the IDE now runs multiple compilers in parallel, lines are inserted at various places. When a compiler has finished the Messages scrolls to the next still running compiler. This can lead to

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:59, Martin Frb wrote: On 20/04/2015 15:26, Mattias Gaertner wrote: Formerly lines were only appended at the bottom. Since the IDE now runs multiple compilers in parallel, lines are inserted at various places. When a compiler has finished the Messages scrolls to the next still

Re: [Lazarus] Modem config

2015-04-20 Thread Paul Breneman
On 04/20/2015 08:39 AM, Lukasz Sokol wrote: On 20/04/15 09:01, aradeonas wrote: Thank you Lukasz,Telnet ways is interesting. If you / someone wrote something directed at TR-069, directly speaking to a modem I'd be even more interested ;) and willing to cooperate in r d t of such a

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:26, Mattias Gaertner wrote: Maybe showing the progress line can be made optional. +1 I'd like that too. I dont mind the scrolling, but I always fail to spot the header change, and don't know compile has finished. -- ___ Lazarus

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:45, Graeme Geldenhuys wrote: On 2015-04-20 15:34, Mattias Gaertner wrote: When the progress line is not showing, then *only* the header is left to show the finish. Maybe you mean +1 to show a finish line? Just my 2c... Now this is where I see a huge problem. I thought I was

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 16:14, Mattias Gaertner wrote: It was a FAQ how to turn this off. The Hint/Note/Warn is just a general probability that it creates a bug. You have to check all messages anyway. Internally each type has its own text color, but all 13 are set to default. I don't want to add a GUI for

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:29, Mattias Gaertner wrote: On Mon, 20 Apr 2015 15:06:35 +0100 Martin Frb laza...@mfriebe.de wrote: I had the same or very similar once. But wasnt able to reproduce. I believe it depends on the msg win height. But just a guess. What I know is, that the icons in the editor

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 15:48, Graeme Geldenhuys wrote: On 2015-04-20 15:40, Martin Frb wrote: Yes +1 to a finish line. For me there are also the 2 Hint lines, so the header is not at the bottom, and the top part of the window often is overlapped by other windows. +1 I also can't see $NOTE or $WARNING

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 15:45:02 +0100 Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: On 2015-04-20 15:34, Mattias Gaertner wrote: When the progress line is not showing, then *only* the header is left to show the finish. Maybe you mean +1 to show a finish line? Just my 2c... Now

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 16:44, Mattias Gaertner wrote: The way you described the problem sounded like a potential bug. That's why I described how it is supposed to work. I appreciate the explanation of how it works. I've also added it to the wiki. I didn't appreciate the sarcasm though. Regards, -

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Bart
On 4/20/15, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Mon, 20 Apr 2015 15:19:55 +0200 Bart bartjun...@gmail.com wrote: [...] However, frequently I see messages I want to inspect (click on them to go to the source), but this seems impossible now? That would be a bug. How to

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 16:45:42 +0100 Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: On 2015-04-20 16:14, Mattias Gaertner wrote: For the IDE there is no difference between a user $Note and a standard note. Both are shown the same. I know that, but for the developer it is useful to

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 16:22, Mattias Gaertner wrote: On Mon, 20 Apr 2015 15:54:55 +0100 Martin Frb laza...@mfriebe.de wrote: [...] +1 to configurable font (foreground) color for messages. (and font style (bold)) Maybe predefined - {$NOTE -note -{$warning -warning -hint -error (I really like them to

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 16:16:51 +0100 Martin Frb laza...@mfriebe.de wrote: On 20/04/2015 16:14, Mattias Gaertner wrote: It was a FAQ how to turn this off. The Hint/Note/Warn is just a general probability that it creates a bug. You have to check all messages anyway. Internally each type has

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 12:32:27 +0300 Juha Manninen juha.mannine...@gmail.com wrote: On Mon, Apr 20, 2015 at 11:48 AM, zeljko zel...@holobit.net wrote: On 04/20/2015 10:40 AM, FreeMan wrote: There is no resize problem, I wrote, encoding problem. I wrote answer to Juha's mail, why important.

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Martin Frb
On 20/04/2015 16:48, Mattias Gaertner wrote: On Mon, 20 Apr 2015 15:59:11 +0100 Martin Frb laza...@mfriebe.de wrote: [...] Maybe to avoid jumpnig, the section for each thread (while active) can be fixed height? That is with 2 threads the window is split into 2 equal height sections (adjusted

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 15:59:11 +0100 Martin Frb laza...@mfriebe.de wrote: [...] Maybe to avoid jumpnig, the section for each thread (while active) can be fixed height? That is with 2 threads the window is split into 2 equal height sections (adjusted on resize), showing the progress for each

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 16:14, Mattias Gaertner wrote: For the IDE there is no difference between a user $Note and a standard note. Both are shown the same. I know that, but for the developer it is useful to see the user defined ones. At least for me it is, because there is a reason I created those user

Re: [Lazarus] upper lower case problem

2015-04-20 Thread Juha Manninen
On Mon, Apr 20, 2015 at 2:06 PM, FreeMan freema...@delphiturkiye.com wrote: in Object inspector: caption property is selected(focused) if text is selected, dot not painting if text is not selected dot painting caption property is NOT selected(not focused) dots not painting. I don't

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Mattias Gaertner
On Mon, 20 Apr 2015 15:54:55 +0100 Martin Frb laza...@mfriebe.de wrote: [...] +1 to configurable font (foreground) color for messages. (and font style (bold)) Maybe predefined - {$NOTE -note -{$warning -warning -hint -error (I really like them to stand out) - Is this list in any

Re: [Lazarus] Copy selected messages to clipboard bug

2015-04-20 Thread Graeme Geldenhuys
On 2015-04-20 18:22, Martin Frb wrote: With 8 threads, not all will be visible anyway. (you could mak it a grid, with columns too. I'm researching a few prototypes here to see what could work. I'm also looking at tabs, an actual treeview etc. I'll also try and take a look at other IDE's and

[Lazarus] Modem config

2015-04-20 Thread aradeonas
Hi, Is there any one have a clue or experience that how can I change modems config like a simple dsl internet modem ? Many of modems as I check have a config page in 192.168.1.1 and a web interface that you can change for example WIFI name,Now I want to do that in my application. Regards, Ara