[MSEide-MSEgui-talk] msegui docs patch

2011-11-18 Thread Graeme Geldenhuys
Hi Martin, Attached is a patch to update Miha's MDI demo. It did not compile with the latest MSEgui. BTW: Is that the only way to implement MDI with MSEgui (using the docking trick), or does MSEgui have improved MDI support (since that demo)? Regards, - Graeme - -- fpGUI Toolkit - a

Re: [MSEide-MSEgui-talk] The IDE doesn't build (windows7 x86_64)

2011-11-18 Thread Graeme Geldenhuys
On 2011-11-18 14:58, IvankoB for-mse wrote: PS: Graeme, how does CORBA for FPC advance ? It is still on my todo list. I have some local changes I haven't submitted to mtdorb project yet. In the mean time I was destracted by other duties and more urgent needs like fixing the Remote Persistence

Re: [MSEide-MSEgui-talk] msegui docs patch

2011-11-18 Thread Graeme Geldenhuys
On 2011-11-18 15:13, Martin Schreiber wrote: Thanks, fixed. Are you registered on Gitorious? I can add you to the committers on MSEuniverse if you like. No, I'm not registered on Gitorious. It's ok for now, I'll simply email patches every now and again. BTW: It's really hard to find anything

[MSEide-MSEgui-talk] cross-compiling wiih MSEide

2011-11-20 Thread Graeme Geldenhuys
Speaking of cross-compiling in another thread. I finally managed to setup a working cross-compiler. I cross-compiled our company product the other day from 64-bit Linux to 32-bit Windows. MSEide requires you to make quite a few changes before you can cross-compile. From memory... - Change

Re: [MSEide-MSEgui-talk] Re : MSEifi info

2011-11-26 Thread Graeme Geldenhuys
On 26/11/2011, Fabrice 94 fabrice94@ wrote: I guess this could be tested ar adapted easily for using with mse and/or fpgui Thanks for the info, but as far as I can remember, the ICS component are all based on WinSock, so are Windows specific. Our n-tier product must be cross platform. But

Re: [MSEide-MSEgui-talk] Compile in Linux 64bit

2011-12-07 Thread Graeme Geldenhuys
On 8 December 2011 08:49, Martin Schreiber wrote: Try to delete all *.ppu and *.o files in source tree and the unit export directory. Use FPC fixes_2_6, switch optimizations off (-O-). Correct. Using -O1 is fine too. Just don't try adding to much optimization like -O2 or -O3. In the latter two

Re: [MSEide-MSEgui-talk] Are there any issues to expect with ATI Radeon HD in LINUX ?

2011-12-10 Thread Graeme Geldenhuys
On 10 December 2011 22:46, IvankoB for-mse wrote: Me've been an ATI client :) Where to take decent drivers ? Are the proprietary ones stable enough : I use a Radeon HD card at work (can't remember the exact model) and always use the proprietary drivers. They work perfectly, has very fast

Re: [MSEide-MSEgui-talk] Are there any issues to expect with ATI Radeon HD in LINUX ?

2011-12-13 Thread Graeme Geldenhuys
On 13 December 2011 10:06, IvankoB wrote: One more question - how do You set up fancontrol for video-card's cooler RPM requlator (PWM) ? And which are kernel options to access ATI GPU sensors PWM ? I have no idea. I have never had the need to tweak such low-level hardware features. I simply

Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-13 Thread Graeme Geldenhuys
On 13 December 2011 23:20, Martin Schreiber wrote: It seems modern window manager don't care about basic X features. !ç(!;!*!?/% *CENSORED* *CENSORED* !/g%*%F *CENSORED* !!! +1000 My 8 year old Dell laptop (which I use at home) has to run Ubuntu 8.04.4. With that it is usable, but with

Re: [MSEide-MSEgui-talk] Can freeandnil be used within FINALLY section of TRY ?

2011-12-14 Thread Graeme Geldenhuys
On 14 December 2011 10:04, IvankoB wrote: I had to remove Kmail and Knode from my KDE4 installations completely because the akonadi server regularly froze the whole desktop, don't ask me why. Known issues, me had to switch to Opera Mail (also features SQLITE-based local storage). And then

Re: [MSEide-MSEgui-talk] MSEide+MSEgui BerliOS - Gitorious

2011-12-14 Thread Graeme Geldenhuys
On 8 October 2011 17:35, Graeme Geldenhuys wrote: Here are some introductory tips for Git.  http://opensoft.homeip.net:8080/wiki/wiki.cgi?p=git-howto  http://opensoft.homeip.net:8080/wiki/wiki.cgi?p=git-tips I also forgot to mention For any of you still struggling with Git, or wants

Re: [MSEide-MSEgui-talk] modern Linux desktops

2012-01-04 Thread Graeme Geldenhuys
On 3 January 2012 22:50, nore...@z505.com wrote: down. Even mozilla firefox seems to load web pages slower and less snappy than MS Windows. That the snappy-ness under MS Windows could be because most recent web browsers (Firefox, Chrome, IE9) are hardware accelerated. No such hardware

Re: [MSEide-MSEgui-talk] modern Linux desktops

2012-01-04 Thread Graeme Geldenhuys
On 3 January 2012 23:42, Lars nore...@z505.com wrote: i find it is X11 that is actually slowing things down. But since I have no evidence or proof it is the X11 bandwidth or wrappers or code indirection X11 has a lot of latency issues - mostly due to its client/server (network) based design.

Re: [MSEide-MSEgui-talk] modern Linux desktops

2012-01-04 Thread Graeme Geldenhuys
On 4 January 2012 10:55, Martin Schreiber mse00...@gmail.com wrote: I don't think so. MSEgui X11 applications are as fast as gdi32 applications if they are not slowed down by a modern compositing window manager. From my point of view as GUI toolkit developer the X11 API is well designed, As a

Re: [MSEide-MSEgui-talk] modern Linux desktops

2012-01-06 Thread Graeme Geldenhuys
On 5 January 2012 22:22, Lars nore...@z505.com wrote: I wonder how Windows XP does remote GUI without an x11 architecture. In windows XP they have something called Remote Assistance which is something like VNC I think (faster? I don't know). So without an x11 architecture I wonder how they

Re: [MSEide-MSEgui-talk] modern Linux desktops

2012-01-06 Thread Graeme Geldenhuys
On 5 January 2012 22:25, Lars nore...@z505.com wrote: Since MAC is BSD based now, does Mac not use X11? How does it get it's snappyness? Or does it have that slower feel to it? No, MacOSX doesn't use X11. Apple implemented a completely new GUI on top of FreeBSD (just like Wayland wants to do).

Re: [MSEide-MSEgui-talk] Opening a *.c file causes IDE to crash

2012-02-08 Thread Graeme Geldenhuys
On 8 February 2012 21:55, Martin Schreiber wrote: The IDE crashes? Sadly yes. :) Just tested at home on a 32-bit linux system, and it did the same. A weird crash though. I close the Index out of range dialog, and the IDE still displays OK. I then move the mouse, and instantly the IDE

[MSEide-MSEgui-talk] pascal syntax highlighter problem

2012-02-09 Thread Graeme Geldenhuys
Hi Martin, Using code as shown below seems to break the pascal syntax highlighter - or the highlighter simply doesn't have support for the #number (character) syntax. The screenshot (see attached) shows my custom highlighter, but the exact problem occurs in the default pascal.sdef highlighter.

Re: [MSEide-MSEgui-talk] pascal syntax highlighter problem

2012-02-10 Thread Graeme Geldenhuys
On 9 February 2012 19:52, Martin Schreiber wrote: Please try again with git master 54772f48614d981251452ccb9d79e4c3382fc22d. Additional change your Pascal *.sdef files: Thanks again, now it works fine. -- Regards,   - Graeme - ___ fpGUI - a

[MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-17 Thread Graeme Geldenhuys
Hi, Using the Colemak keyboard layout, the IDE shortcuts don't work. It is specific to MSEide - I tested fpGUI, GTK2 and Qt apps. eg: the shortcut for saving a file is Ctrl+S. If I press that key combo, MSEide registers it as Ctrl+E I'm using USA Colemak layout under Ubuntu 10.04 -- Regards,  

Re: [MSEide-MSEgui-talk] Code Template dialog forces a parameter entry

2012-02-17 Thread Graeme Geldenhuys
As a work-around, I manually edited the *.mct file and removed the parameter entry. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net

[MSEide-MSEgui-talk] [patch] new IDE shortcut options

2012-02-17 Thread Graeme Geldenhuys
Hi Martin, I created a patch for the IDE so we can setup shortcuts for Project Open and Project Options. These are menu items I use frequently, but get slowed down by having to use the mouse and navigate a menu. The patch is attached, and the actual changes are rather small. Unfortunately the

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-17 Thread Graeme Geldenhuys
On 17 February 2012 20:32, Sieghard wrote: How do they remap the keys? Do they used the standard X xmodmap approach? Or does the desktop, session, window or whatever manager responsible for key interpretation do it's own remapping? I have no idea how Ubuntu does it. All I do is go to System

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-17 Thread Graeme Geldenhuys
On 18 February 2012 01:37, Sieghard wrote: Ok, so no further information here. Would be interesting what the selection effects, and what selecting another layout effects in comparison. My keyboard layout settings apply to the whole desktop. There is a setting where a new layout applies per

Re: [MSEide-MSEgui-talk] [patch] new IDE shortcut options

2012-02-18 Thread Graeme Geldenhuys
On 18 February 2012 14:52, Martin Schreiber wrote: git master 367ca4eba6f7a66b547c23e2431590055f6dae43 has project shortcuts for Options, Open, Tree, Source and Close. Thank you, much appreciated. -- Regards,   - Graeme - ___ fpGUI - a

[MSEide-MSEgui-talk] Git merge

2012-02-18 Thread Graeme Geldenhuys
Hi Martin, I see you have been pretty busy. A nice Octopus Merge - try that with SVN! :-) -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net attachment:

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-18 Thread Graeme Geldenhuys
On 18 February 2012 20:32, Sieghard wrote: I'm trying to switch to Colemak - it's very tough coming from Dvorak, and considering I have used Dvorak for many many years. My poor fingers have no clue what hit them! :-) Hmm, well - _why_ are you doing that then, after all? Are you _forced_ to

Re: [MSEide-MSEgui-talk] Git merge

2012-02-18 Thread Graeme Geldenhuys
On 18 February 2012 15:35, Martin Schreiber wrote: That was an accident which probably wold not happen with SVN. ;-) :-) If it was an accident, when why didn't you roll back the merge? A 'git reset' should have done the trick. After all, all changes in git happen locally first (which can all

Re: [MSEide-MSEgui-talk] IDE fails with Colemak layout

2012-02-19 Thread Graeme Geldenhuys
On 19 February 2012 00:42, Sieghard wrote: about _what_ to type. Programming isn't so much typing than planning and constructing. Very true. Ok, that _is_ an argument - although it doesn't seem to prefer one layout over another so much, but rather prefer keyboard over mouse? No, the

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-22 Thread Graeme Geldenhuys
On 22 February 2012 15:44, Martin Schreiber wrote: Please use macros in the commandline. Possible values: ${CURSOURCEFILE} current source file. ${CURMODULEFILE} current *.mfm file. ${CURSSELECTION} selected text in source editor. ${CURSWORD} word at cursor in text editor ${CURSDEFINITION}

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-22 Thread Graeme Geldenhuys
On 22 February 2012 22:28, Julio Jiménez wrote: Of course, MSEide Tools system is a good option too, Indeed. I too, use the JCF to do code formatting. Unfortunately the JCF is getting a bit outdated with the language features and syntax of FPC. Luckily it still works most of the times on my

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 08:06, Martin Schreiber wrote: BTW, _how_does it detect it? That might give clue as to when a change may get lost. According to Julio's reports, it seems that this happens perferentially if a change is made fast, like his external formatter. On Linux it uses signals on

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 03:59, Lars wrote: Yes, it is good in theory, and i like that idea. But in practice sharing code between processes is too hard, which is why people use dll/dso's or threading. [...totally off-topic...] There are people in the Lazarus mailing list that might be interested

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 10:09, Martin Schreiber wrote: I have a suspicion. Does it happen if the file has been changed in source editor? Is there a difference if the changed file already has been saved in IDE before running the tool? I just tested this a couple of times. Make so difference

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 11:33, Martin Schreiber wrote: What if you wait 10 seconds after saving the editor file manually before running the tool? Made no difference here. I disabled the auto save option in external tools. Made a change in the editor and saved. Waited 15 seconds, then launched the

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 11:46, Julio Jiménez wrote: replacing the file?) if you replace the file by another, mseide doesn't detect it. if you 'touch' the file, yes. That doesn't work for me. -- Regards,   - Graeme - ___ fpGUI - a cross-platform

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 11:57, Julio Jiménez wrote: What do you mean for 'doesn't work for me'? If I have a file IE  main.pas and MSEide and this file open, I execute in a shell touch main.pas and then when I click MSEide editor.. it detects the file has changed. It doesn't detect if you

[MSEide-MSEgui-talk] Changing the Active Tab's color

2012-02-23 Thread Graeme Geldenhuys
Hi Martin, l use a small patch so the active tab in MSEide is more visible. See attached patch and image. The patch works for all dialogs in MSEide, except for the editor windows? Any idea why is that? Is the editor tabs actually a different component (not just show-tabs-on-right) to the tabs

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Graeme Geldenhuys
On 24 February 2012 07:41, Martin Schreiber wrote: Nope, Gitorious website lists pushed commits only. It does not look into my computer I hope. ;-) Sorry, I slipped-up on that one. ;-) -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Graeme Geldenhuys
On 24 February 2012 03:02, Sieghard wrote: emulated registry on Linux, at least your formatter seems to do so. It's nice to know that they should compile on Linux also, but this reliance on a registry bothers me somewhat. I use JCF, and all settings are stored in a *.ini file. I haven't

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Graeme Geldenhuys
On 24 February 2012 11:16, Martin Schreiber wrote: OK, that is what i suspected yesterday. Should already be fixed in git master, please get an update. HEAD is 17b7b92dae41a97b182abdba33214eb6bd5aeeb5 at the moment. There is some progress. If I don't make any changes in the editor, but simply

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Graeme Geldenhuys
On 24 February 2012 14:06, Graeme Geldenhuys wrote: There is some progress. If I don't make any changes in the editor, but simply launch the external tools (after I loaded the IDE), then it detects the changes the external tool made. This works every time. And it works with or without the S

Re: [MSEide-MSEgui-talk] Changing the Active Tab's color

2012-02-24 Thread Graeme Geldenhuys
On 24 February 2012 12:22, Martin Schreiber wrote: Works for me. I'll chalk that one up as a mystery. After I did an update and rebuild today, it works here too. Go figure! :) -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-24 Thread Graeme Geldenhuys
On 24 February 2012 14:24, Martin Schreiber wrote: Please open a single file in MSEide source editor, check if lib/common/sysutils/msefilechange.pas:363 (tdirchangethread.dochange) is called after the tool run. Yes it did. I used fpGUI's debug server - so as not to be intrusive to GDB etc.

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-26 Thread Graeme Geldenhuys
On 26 February 2012 14:07, Julio Jiménez wrote: 2012/2/26 IvankoB for-mse What does it mean external tool ? Can it be code helper, Ctrl+Space identifier expander etc ? Project-Options-Tools It allows you to execute external programs. There are a few macros you can use. I'm my case I

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-26 Thread Graeme Geldenhuys
On 25 February 2012 13:27, Martin Schreiber wrote: Git master 4699e2b82933eaa92bc51c0f93f7b381a7238e7f has some changes, please try again. Thanks Martin. I pulled the latest code this morning. The IDE now seems to detect external file changes without fail. :-) Thanks for all your trouble.

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-27 Thread Graeme Geldenhuys
On 27 February 2012 09:38, Martin Schreiber wrote: Did you test on your 64bit machine too? Yes, tested on both a 32-bit Linux and 64-bit Linux PC. So what was ultimately the cause of the problem? -- Regards,   - Graeme - ___ fpGUI - a

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-27 Thread Graeme Geldenhuys
On 27 February 2012 12:55, Martin Schreiber wrote: Probably a race condition with multi-core CPU's. My CPU at home is a P4 2.4Ghz (single core). It had the problem too. Oh well, at least it seems to be fixed. I haven't had a failed detection today yet. :) -- Regards,   - Graeme -

[MSEide-MSEgui-talk] alpha channel in images

2012-02-27 Thread Graeme Geldenhuys
Hi Martin, This is not directly related to MSEgui, but rather a How did you do it? question. I've added PNG support in fpGUI. As expected, painting images with transparency, shows up wrong. How does one handle the Alpha channel in the RGBA pixel data of images? What do I need to tell XLib and GDI

Re: [MSEide-MSEgui-talk] Possible bug in syntax highlighting

2012-02-28 Thread Graeme Geldenhuys
On 28 February 2012 10:48, Julio Jiménez wrote: Weird... really there is a delay between public repository and the developing one. I know I am replying 2 hours after you posted it, but I just got an update, and there are two commits later than what you listed. $ git log

Re: [MSEide-MSEgui-talk] Idea from Qt: HTML(or RTF)-tags in widget text

2012-03-02 Thread Graeme Geldenhuys
On 2 March 2012 14:14, wahono sri wrote: I don't know this feature. Any example how to do it? It's been around for years in Qt. All text labels in Qt has support for a HTML subset. So you can add the following text to a QLabel component: bHello/b iQt!/i It would then display the text, but

[MSEide-MSEgui-talk] font handling

2012-03-13 Thread Graeme Geldenhuys
Hi Martin, In fpGUI I use Xft and FontConfig to do the text drawing. This has the benefit that a font name like 'Liberation Sans-10' can be used to set the correct font. As far as I understand, MSEgui uses FreeType2 directly, but as far as I can see, FreeType requires the actual font file name

[MSEide-MSEgui-talk] latest MSEide fails to compile... finddir() doesn't match

2012-03-14 Thread Graeme Geldenhuys
Hi Martin, I'm using FPC 2.6.1 64-bit under Linux. --- $ git log -1 commit 301d31d9b44aca19c0107b23458bddd7f56d78b0 Author: Martin Schreiber mse00...@gmail.com Date: Tue Mar 13 06:31:30 2012 +0100 * Reset floadedfile in tstatfile.readstat() for

Re: [MSEide-MSEgui-talk] latest MSEide fails to compile... finddir() doesn't match

2012-03-14 Thread Graeme Geldenhuys
On 14 March 2012 10:23, Martin Schreiber mse00...@gmail.com wrote: Tried to build instead of make? I've done that. In my go64.sh script I remove all previous compiled units first, and in the actual compiler parameters I also specify -B (build all units).

Re: [MSEide-MSEgui-talk] latest MSEide fails to compile... finddir() doesn't match

2012-03-14 Thread Graeme Geldenhuys
On 14 March 2012 11:36, Martin Schreiber mse00...@gmail.com wrote: Compiling git master MSEide with MSEide works for me on 64bit. Umm.. I did a 'git clean' to make sure no untracked files exist - thus the repository is in a pristine state. Still no luck with FPC 2.6.1. :-( When I switch to a

Re: [MSEide-MSEgui-talk] latest MSEide fails to compile... finddir() doesn't match

2012-03-14 Thread Graeme Geldenhuys
On 14 March 2012 11:52, Martin Schreiber mse00...@gmail.com wrote: What about FPC 2.6.0? It works with the released FPC 2.6.0 compiler. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net

Re: [MSEide-MSEgui-talk] latest MSEide fails to compile... finddir() doesn't match

2012-03-14 Thread Graeme Geldenhuys
On 14 March 2012 12:52, Martin Schreiber mse00...@gmail.com wrote: Please try again with git master 8bfb5e5e5439190f0aa04cc817c18c4549e13f96. Thanks, now it works with FPC 2.6.1 too. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free

[MSEide-MSEgui-talk] msegit rebase problem

2012-03-14 Thread Graeme Geldenhuys
Hi Martin, I thought I would try msegit again. I tried a simple task... rebasing one of my local branches against master, to bring it up to date. From the command line that would be: git checkout mybranch git rebase master For the life of me, I can't seem to figure out how to do that

[MSEide-MSEgui-talk] msegit and window layout

2012-03-14 Thread Graeme Geldenhuys
Hi, It took me 5-10 minutes to arrange with extra panels a nice workable window layout using msegit Just to noticed that once I quit git, that window layout is lost. :-( PS: The latest msegit still shows its version number as 0.9 unstable. -- Regards,   - Graeme -

[MSEide-MSEgui-talk] MSEide and object types

2012-03-14 Thread Graeme Geldenhuys
Hi Martin, I'm not sure if this worked before, and if it is maybe a regression bug in MSEide. Please see attached test unit. There are two obvious problems using that unit with MSEide. 1) When I declared the object type, then press Ctrl+Shift+C, it did not complete the implementation by

Re: [MSEide-MSEgui-talk] msegit rebase problem

2012-03-14 Thread Graeme Geldenhuys
Thank you for all the information. I'll retry msegit again. -- Regards,   - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://fpgui.sourceforge.net --

Re: [MSEide-MSEgui-talk] msegit and window layout

2012-03-15 Thread Graeme Geldenhuys
On 14 March 2012 23:38, Sieghard wrote: Did you check if it's not made read only by accident? :-) Yes, that was one of the first things I did. I gave the ~./msetools and the msegit.sta file full read/write access. It made no difference. MSEgit seems to touch the msegit.sta file (the file

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-16 Thread Graeme Geldenhuys
On 16 March 2012 21:34, Sieghard wrote: first, get some feeling for its use, and only _then_ I will attempt to convert valuable data with it, even if it's proven to work. That's easy then. git svn clone url of svn trunk repository Now you have a git repository on your machine that can push

Re: [MSEide-MSEgui-talk] MSEgit 1.0

2012-03-17 Thread Graeme Geldenhuys
On 17 March 2012 02:21, Sieghard wrote: So this is a copy then, and if I've verfied it is correct, I can delete the original? Yes, it's a copy - a locally git manager repository. Your SubVersion repository is untouched, and still works as normal. Now you have a git repository on your

Re: [MSEide-MSEgui-talk] I caused it, but what is it

2012-03-19 Thread Graeme Geldenhuys
On 19 March 2012 14:26, Patrick Goupell pgoupell@u... wrote: Thank you.  That fixed it and after some thought I understand why it was happening. Don't you use source code management software? If you did, then you could simply have asked for a diff to see what changed. -- Regards,   - Graeme

Re: [MSEide-MSEgui-talk] I caused it, but what is it

2012-03-20 Thread Graeme Geldenhuys
On 19 March 2012 17:11, Patrick Goupell pgoupell@... wrote: I started using git a few weeks ago. It will take some learning how to use it. git diff That should give you output to the console. To make this more useful, I recommend you enable the git pager feature (ability to scroll large

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-20 Thread Graeme Geldenhuys
On 20 March 2012 09:36, Ivanko B ivankob4mse2@ wrote: AFAIK, it's correct to start filling an empty repo via commits from its clones. Yes, that is normal usage with git. I just tried with MSEgit. Cloned a repository from a empty bare repository. I could do a local commit in my cloned

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-22 Thread Graeme Geldenhuys
On 21 March 2012 10:21, Martin Schreiber mse00...@gmail.com wrote: It uses the normal default font size. Based on what screen resolution and dpi setting? Even on my very average sized 19 LCD monitor (1440x900) with 96dpi, I find the normal default font size of MSEgui applications rather

Re: [MSEide-MSEgui-talk] MSEgit: how to add/commit files to a just cloned repository between its remote ?

2012-03-23 Thread Graeme Geldenhuys
On 23 March 2012 09:48, Martin Schreiber wrote: MSEgit probably can not write or read the *.sta file on your system, do you remember? I asked you: I'll do the breakpoint check now, but that still wouldn't explain why MSEide can read/write/rename *.sta files, but MSEgit can't. It's all run on

Re: [MSEide-MSEgui-talk] About MSEide+MSEgui name in a book

2012-03-27 Thread Graeme Geldenhuys
On 27 March 2012 09:25, Graeme Geldenhuys wrote: OpenOffice/LibreOffice: -   Use the Edit AutoText dialog to create a new macro, for example: mse   Then in you document simply type 'mse' and then press the F3 key.  For example. Try one of the pre-existing

Re: [MSEide-MSEgui-talk] Bug in msebufdataset.pas

2012-04-11 Thread Graeme Geldenhuys
On 11 April 2012 10:40, Martin Schreiber wrote: All indexes in FPC dynamic arrays are null-based, TList indexes are null based, direct data access in tmsebufdataset is null-based. BTW, do you know tmsebufdataset.currentas* property?. I assume one-based recno is a relict from

Re: [MSEide-MSEgui-talk] New LINUX distros are funny :)

2012-05-11 Thread Graeme Geldenhuys
Hi, And that is why I seem to gravitate towards FreeBSD as my new server and development platform. Linux is just a big mess at the moment, and the 1000's of distros make the case even worse. No standards at all, and all the current desktop environments are rubbish! FreeBSD: fast, clear

Re: [MSEide-MSEgui-talk] New LINUX distros are funny :)

2012-05-11 Thread Graeme Geldenhuys
On 11 May 2012 13:31, IvankoB ivankob4m...@gmail.com wrote: Unfortunately, it lacks a lot of important software (incl networking system administration [VPN daemons,..]) Administrating a FreeBSD machine is one of the easiest tasks I've see - compared to the 1000's of Linux variations, it is an

Re: [MSEide-MSEgui-talk] New LINUX distros are funny :)

2012-05-13 Thread Graeme Geldenhuys
On 12 May 2012 08:58, Martin Schreiber mse00...@gmail.com wrote: It is listed in rtl/freebsd/buildrtl.pp so I assume it is supported. Changed {$ifdef linux} to {$ifdef unix} in git master 3a8ac0dbd21517235fe01a878f9da2a4fc6e3ec7. Thanks Martin. When I have my new workstation setup I'll report

Re: [MSEide-MSEgui-talk] To README.devel

2012-05-15 Thread Graeme Geldenhuys
On 14 May 2012 13:24, Ivanko B ivankob4m...@gmail.com wrote: Which AVAST version? = The 7-th one. Are you prepared to check every new version if the message is still correct? = If there's a desktop deadlock then these exclusions MUST be applied (me had to press the

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-15 Thread Graeme Geldenhuys
On 14 May 2012 11:08, Martin Schreiber mse00...@gmail.com wrote: On Monday 14 May 2012 10:32:03 IvankoB wrote: Do you know the .gitignore file? Project wide too ? What for this doubling.. Valid for the directory and subdirectories without .gitignore files. You should not touch the files in

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-16 Thread Graeme Geldenhuys
On 15 May 2012 11:51, IvankoB ivankob4m...@gmail.com wrote: The Qs were where these correct places are in different setups ? (it took tries errors ) how to bypass the non-latin etc limitations? (hardly documented even about they are). On all the Windows setups I have worked on (Win2k, XP

Re: [MSEide-MSEgui-talk] A nice GIT feature : project-wide exclusion list - .git/info/exclude

2012-05-16 Thread Graeme Geldenhuys
On 16 May 2012 11:34, Martin Schreiber mse00...@gmail.com wrote: The last git install exe I used expects the keys in E:\Programme\Git\.ssh. In install dialog I changed the install directory from C:... to E: Interesting I'm still using 1.7.3.1 on all my Windows VM's. -- Regards,   -

Re: [MSEide-MSEgui-talk] Does somebody know how to disable parasite info in the messages ?

2012-06-17 Thread Graeme Geldenhuys
Hi, On 17 June 2012 06:49, Martin Schreiber mse00...@gmail.com wrote: And searching in Messages sometimes is a nightmare if a keyword exists in Yeah, that too. advertising. BerliOS still exists, we could switch back to BerliOS Mailinglist. BerliOS is an uncertain provider, so I would

Re: [MSEide-MSEgui-talk] Does somebody know how to disable parasite info in the messages ?

2012-06-18 Thread Graeme Geldenhuys
Hi, On 17 June 2012 23:34, Ivanko B ivankob4m...@gmail.com wrote: Wow, have You moved permanently ? Which country to if not a secret ? Yes, a permanent move for us as a family. Our two cats land tomorrow morning. :) We moved from South Africa to England. -- Regards,   - Graeme -

Re: [MSEide-MSEgui-talk] Does somebody know how to disable parasite info in the messages ?

2012-06-18 Thread Graeme Geldenhuys
On 18 June 2012 08:58, IvankoB ivankob4m...@gmail.com wrote: Oooh..from a traditional community (and the Motherland) to a post-modern one of divided people. South Africa is quite divided too. :) There are just too much racism, corruptions and other politics in SA, and no foreseeable future for

Re: [MSEide-MSEgui-talk] Does somebody know how to disable parasite info in the messages ?

2012-06-18 Thread Graeme Geldenhuys
Hi, On 18 June 2012 11:33, IvankoB ivankob4m...@gmail.com wrote: Racism = fashism...an unavoidable temporary consequence (back move, issue of emotions) of apartheid. [we are getting way off topic here, so this will be my last public reply in this regard. We can always continue this in

[MSEide-MSEgui-talk] Message window font changes while compiling

2012-06-21 Thread Graeme Geldenhuys
Hi Martin, Using my temporary development machine (laptop with 32-bit Windows XP SP3 installed), I found this odd behaviour in MSEide. While I compile my project, the Message window output is *not* anti-aliased. But when I view the Message window after compilation is complete (I have auto-hide

Re: [MSEide-MSEgui-talk] Message window font changes while compiling

2012-06-22 Thread Graeme Geldenhuys
Hi, As designed, it stems from the time where anti-aliased textdrawing of the many message lines used most of the CPU power. OK. Does it switch back to anti-aliased automatically when compiling is finished? Yes it does - so no bug then. -- Regards,   - Graeme -

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-10 Thread Graeme Geldenhuys
On 9 July 2012 14:02, Patrick Goupell pgoup...@upmerchants.com wrote: Is anyone using debian (squeeze) on a 64 bit cpu? No, but I use Ubuntu 10.04 (64-bit) and MSEide compilers fine with a 64-bit FPC 2.6.x compiler. Just don't had too many FPC optimisation parameters, because then MSEide throws

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-10 Thread Graeme Geldenhuys
Hi, On 9 July 2012 19:31, Patrick Goupell pgoup...@upmerchants.com wrote: This is the compiler output: Free Pascal Compiler version 2.6.0 [2011/12/23] for i386 As you can see from that (i386), you are using the 32-bit FPC compiler, and not the 64-bit one. Simply download the 64-bit FPC

Re: [MSEide-MSEgui-talk] win-32: how to use writeln (writting to a cosnole window)

2012-07-11 Thread Graeme Geldenhuys
Hi IvankoB, On 11 July 2012 11:57, IvankoB ivankob4m...@gmail.com wrote: or use debugwriteln(). Excellent option but not too convinient. Could You extend it to be all-eating (accepting input params of the regular writeln - any data type arbitrary number of) ? You could also try the

Re: [MSEide-MSEgui-talk] Python indentations in ObjPas :)

2012-07-16 Thread Graeme Geldenhuys
Hi, Surprisingly easy to read lower vert size of code: Kind kind-of agree with the surprisingly easy to read bit, but not enough for me to switch. I'm still staying with my faithful Borland Delphi coding style, but I did make an adjustment in recent months. I switched from 2-space indentation

[MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-16 Thread Graeme Geldenhuys
Hi Martin, Is there any chance you could enhance the editor in MSEide to show the start of a TAB character in the source code. See the attached screenshot for an example. Recently I switched my coding style to use TAB (equals 4 spaces in width) character indentation, instead of the standard

Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-17 Thread Graeme Geldenhuys
Hi Sieghard, On 17 July 2012 00:14, Sieghard s_c_...@arcor.de wrote: IF there's no chance ever that you might have to edit your code in some other editor, that might do. If not... I honestly can't think of a single programmer editor that doesn't support TAB character indentation. They ALL

Re: [MSEide-MSEgui-talk] Python indentations in ObjPas :)

2012-07-17 Thread Graeme Geldenhuys
On 17 July 2012 06:17, Martin Schreiber mse00...@gmail.com wrote: I went to the opposite direction, a single space for indentation only. - Closing end's build a 45° line, a wrong end structure is visible Looking at your code again, I now see what you mean. Though the indentation is still to

Re: [MSEide-MSEgui-talk] Wishlist: editor with tabs visible

2012-07-22 Thread Graeme Geldenhuys
On 21 July 2012 19:32, Martin Schreiber mse00...@gmail.com wrote: Git master 705685a007a2b7193163f8c28ddf5b9c1ad354b6 has 'Project'-'Options'-'Show Tabs'. Thanks for this. The only problem I see is that the tab character symbol is in the wrong position. You are displaying the symbol at the

Re: [MSEide-MSEgui-talk] ShowMessage doesn't show if called from within a thread's OnExecute

2012-07-25 Thread Graeme Geldenhuys
On 25 July 2012 10:16, Martin Schreiber mse00...@gmail.com wrote: Although it is not recommended, MSEgui on Linux can access X11 from worker threads, the necessary lock infrastructure is implemented. IIRC it worked on Widows too. Then that is truly impressive! -- Regards, - Graeme -

Re: [MSEide-MSEgui-talk] ShowMessage doesn't show if called from within a thread's OnExecute

2012-07-25 Thread Graeme Geldenhuys
On 25 July 2012 15:43, Martin Schreiber mse00...@gmail.com wrote: MSEgui tprogressbar.value is thread safe. My point was not specific to the TProgressBar. widgte Yes, MSEgui's TProgressBar.Value property might be thread safe, but is every other property of every MSEgui widget threadsafe too?

Re: [MSEide-MSEgui-talk] ZenGL, OpenGL library

2012-07-29 Thread Graeme Geldenhuys
Hi, On 29 July 2012 17:46, wahono sri wahon...@gmail.com wrote: - RealBasic, basic language, win, lin, mac and web, but the GUI ...snip... - Lazarus, grid and some widgets have less features than MSEgui I'm disappointed not to see fpGUI in that list. ;-) And in my testing, SDL, SFML are

Re: [MSEide-MSEgui-talk] ZenGL, OpenGL library

2012-07-29 Thread Graeme Geldenhuys
On 29 July 2012 20:52, Ivanko B ivankob4m...@gmail.com wrote: It tiOPF can replace AJAX in WEB (and forget about HTML, PHP and ESPECIALLY brain-exploding JavaScript) then it's definitely a great tool :) Please note, tiOPF is not a web gui library. eg; it doesn't have things like Web Grid's,

Re: [MSEide-MSEgui-talk] ZenGL, OpenGL library

2012-07-29 Thread Graeme Geldenhuys
Hi, On 29 July 2012 20:46, Ivanko B ivankob4m...@gmail.com wrote: Anyway, now is the time to reuse all power of moder graphics sound hardware modern HIDs - and if some library provides that without It still baffles me why we now suddenly need hardware acceleration, opengl and all these fancy

Re: [MSEide-MSEgui-talk] What's about AGGPAS?

2012-07-31 Thread Graeme Geldenhuys
Hi, On 31 July 2012 13:16, wahono sri wahon...@gmail.com wrote: I read Graeme implements AggPas in FPGUI, what's the result Graeme? I absolutely love AggPas. It is integrated into fpGUI, but is still marked as experimental. To enable it, you simply need to specify a compiler define, then

Re: [MSEide-MSEgui-talk] What's about AGGPAS?

2012-07-31 Thread Graeme Geldenhuys
On 31 July 2012 13:25, Ivanko B ivankob4m...@gmail.com wrote: Me tried its demos one day. Then it gave feeling of not using any video hardware acceleration (even early 2D) at all thus eating CPU up to 100% on simple demos. Correct, it doesn't use hardware acceleration at all. The reason you

Re: [MSEide-MSEgui-talk] What's about AGGPAS?

2012-07-31 Thread Graeme Geldenhuys
On 31 July 2012 16:34, Ivanko B ivankob4m...@gmail.com wrote: Then Cairo or its internal engine - http://en.wikipedia.org/wiki/OpenVG (for 3D - http://en.wikipedia.org/wiki/OpenGL_ES). They're use hardware acceleration etc wherever possible I think I would still choose SDL over OpenGL or

  1   2   3   4   5   6   7   8   >