Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-10 Thread Fred van Stappen
What is in 'View'-'Target Console'? Activate 'Project'-'Options'-'Debugger'-'Stop on Exception' and check 'View'-'Stack' when the program stops because of the exception. Hello Martin. Thanks to take care. Hum, yesterday i clean all what about graphical-library in ideu and concentrate on

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-10 Thread Fred van Stappen
Hello. Does it exist in MSEide a feature to show the end correspondent to the begin selected (and verse) ? Thanks. Fred. -- Download BIRT iHub F-Type - The Free

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-09 Thread Fred van Stappen
Re-hello Martin. Have you downloaded-tested the (not working) version of ideU ? If yes, i want to delete that version and gives a working one. The pluginmanager will use, at first time, only programs and classical no-result-graphic libraries. But, of course, if we find a way to do work

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-09 Thread Fred van Stappen
Hello Martin and thanks to help. Change plugmanager.pas:66 fpgplug := TPlugin.Create(false) ; and remove ideU.pas:90 fpgd_mainproc();. = Application load and directly stop with message Exited. Exitcode:217 = ;-( Hum, maybe using something else than thread, maybe a TProcess ? Or is it

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-09 Thread Fred van Stappen
= Application load and directly stop with message Exited. Exitcode:217 = It works for me after the changes I mentioned. There probably is another problem. Ooop, lucky you are -) With what os are you testing ? Here on Linux Mint 64 bit it crash. Hum, maybe using something else than thread,

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-09 Thread Fred van Stappen
you need to push the changes. Of course, it is what i will say ;-) (i am not a good git-speaker). Fred. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
I don't know. I always use tmsethread instead of TThread but I don't know if the problem is related. Hello Martin. Ok, i will try with tmsethread. Hum, is it the same syntax than TThread ? Thanks. Fred.

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
It is comparable. Ok, i will try. Hum, what unit do i need for it ? Thanks. Fred -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
Hum, what unit do i need for it ? OK, = http://msedoc.msegui.org/reference/msethread/index.html Hum, i am extremely curious about the behaviour of msethread. I have to confess that i have some doubt about TThread... And not only for this example... In Lazarus wiki, in library doc, they

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
December 2014 16:59:55 Fred van Stappen wrote: Hum, what unit do i need for it ? OK, = http://msedoc.msegui.org/reference/msethread/index.html I suggest to check the class definition in msethread.pas. Hum, i am extremely curious about the behaviour of msethread. I have to confess that i have

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
Because the program is running. Please use 'Target'-'Interrupt' in order to stop the program. Ha, ok ... = ? -- Download BIRT iHub F-Type - The Free

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
compile the library with debug info and -O- and Same result. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
I have commited to github (sorry for gitorious, not ready yet). https://github.com/fredvs/ideU The test of loading is in mainfo.create. I assume in the thread runs a full fpGUI program? That probably will not work because it most likely will use the same signals as the main application.

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
I have commited to github (sorry for gitorious, not ready yet). https://github.com/fredvs/ideU = Run ideu.prj = compile it = run it. Library only for linux64 (at the moment, of course) Fred.

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
Committed designer_ext with fpguidxt.pas = the library = if you need to compile it. https://github.com/fredvs/uidesigner_ext There is also = testlib.pas = console app = testfpguilib.pas = graphical app. Fred

Re: [MSEide-MSEgui-talk] Thread WaitForComplete ?

2014-12-08 Thread Fred van Stappen
Have you tried creating another example where you use TThread.WaitFor()? Just to compare and see if both examples show the same issue. Regards, - Graeme - OK, thanks Graeme, i will test it. PS: I have committed binaries libraries in ideu/src/plugin for Win32/64, Linux32/64 for testing.

Re: [MSEide-MSEgui-talk] ideU, the IDE Universal.

2014-12-07 Thread Fred van Stappen
pushed something in GitHub. Many thanks. Fred. On Saturday 06 December 2014 23:13:30 Fred van Stappen wrote: What is the problem? fred@fred-tosh ~/msegui_ideu $ git push --all --force Username for 'https://gitorious.org': fredvs Password for 'https://fre...@gitorious.org': Counting

Re: [MSEide-MSEgui-talk] -dmse_with_showsourceitems ?

2014-12-07 Thread Fred van Stappen
Because people complained it is not good enough. It *is* not good enough. Martin Hum, i do not agree with that, it *is* much better than good and (if you agree) i will use it and develop it. Fre;D

Re: [MSEide-MSEgui-talk] ideU, the IDE Universal.

2014-12-07 Thread Fred van Stappen
Hello Martin. Very, very sorry to borrow you one more time but = http://sourceforge.net/projects/mseuniverse/files/msegit/2.0/ = msegit_x86_64_linux_2_0a.tar.gz = The countdown is ok but nothing is saved in my pc. ;-( Fre;D

Re: [MSEide-MSEgui-talk] ideU, the IDE Universal.

2014-12-06 Thread Fred van Stappen
What is the problem? Hello. 1) cd msegui_ideu = ok 2) sudo git init = ok 3) sudo git remote add origin https://gitorious.org/msuniverse/ideu = ok 4) sudo git add --all = ok 5) sudo git commit --all = ok 6) sudo git push --all --force = fatal: repository

Re: [MSEide-MSEgui-talk] ideU, the IDE Universal.

2014-12-06 Thread Fred van Stappen
Hello Martin. The URL is https://gitorious.org/mseuniverse/ideu.git Ah, i will try with this one. It seems you changed the directory layout from the original mseide-msegui, Hum, i only add one directory = /ideu ... If it is not intended should I integrate your changes into ideu on

Re: [MSEide-MSEgui-talk] ideU, the IDE Universal.

2014-12-06 Thread Fred van Stappen
What is the problem? fred@fred-tosh ~/msegui_ideu $ git push --all --force Username for 'https://gitorious.org': fredvs Password for 'https://fre...@gitorious.org': Counting objects: 984, done. Delta compression using up to 4 threads. Compressing objects: 100% (973/973), done. Writing

[MSEide-MSEgui-talk] -dmse_with_showsourceitems ?

2014-12-06 Thread Fred van Stappen
Hello Martin. I have compile mseide with -dmse_with_showsourceitems but i do not see any difference. How does it works, i try with Ctrl+Space but do not see anything... Thanks. Fre;D

Re: [MSEide-MSEgui-talk] -dmse_with_showsourceitems ?

2014-12-06 Thread Fred van Stappen
How does it works, i try with Ctrl+Space but do not see anything.. Ooops, ok, it works = super = why do you stop it ? Fred. -- Download BIRT iHub F-Type - The Free

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-05 Thread Fred van Stappen
Hello Martin and thanks to answer and give your time. I will try to delete that dialog error message and change it into a hint in debugger panel. Hum, little detail..., in all the code-text editors i use, when i double-click on a word, the all word is selected. If i double-click a second

[MSEide-MSEgui-talk] ideU, the IDE Universal.

2014-12-05 Thread Fred van Stappen
Hello everybody. I am happy to present ideU, the IDE Universal. This ide is based on MSEide and will deal with any languages and widget-sets. ideU will offer a easy configurable plug-in feature, to interface with external libraries or executables. This version pre-alpha can interface with MSE

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-04 Thread Fred van Stappen
Hello Martin and thanks for answer. What means split? A standalone source editor and a standalone form designer? Yes. A standalone form designer is more work. Ok, for first shot i will use MSEDesigner integrated in IDE. I have already something to show... Could you explain how to create

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-04 Thread Fred van Stappen
Hello Martin and thanks for answer. Already done for you at thusday. ;-) https://gitorious.org/mseuniverse/ideu/source/ = 404 Page not found ;-( Fred. -- Download BIRT iHub

Re: [MSEide-MSEgui-talk] First steps with mse...

2014-12-04 Thread Fred van Stappen
Hello Martin. https://gitorious.org/mseuniverse/ideu/ Ok, perfect, it works... I am deep into mse and let me say that it is extremely impressive. Your have done a perfect work and i like your new ideas. About ideU, i have only good news. ;-) The integration of fpGUI designer is already done.

[MSEide-MSEgui-talk] First steps with mse...

2014-12-02 Thread Fred van Stappen
Hello. First of all = many thanks for that wonderful mse. Do you have plan to make mse compatible with fpc 2.7.1 ? The size of the executables (for example mseIDE) is very big. I have strip it but the size is still the same. Here, on Linux 64 bit, it is about 11 megas. Does it exist some way

<    6   7   8   9   10   11