Re: [MSEide-MSEgui-talk] Fomatting number in negative format

2012-06-18 Thread wahono sri
Do you have a link for the documentateion? http://www.freepascal.org/docs-html/rtl/sysutils/formatfloat.html Does not mention the fact. Martin Yes I think formatfloat in FPC RTL is right, but will you change in formatfloatmse to be fixed later? if yes, so I don't need change in my app code.

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 05:21, schrieb IvankoB: Try with the attached project: - call MSDEDIRCLEAR.CMD for the directory - load updater/updater.prj [note its executable is placed a level above] - in the below procedure, keep entering smth where %%%HERE%%% and pressing F9, it me it causes 100% hang

Re: [MSEide-MSEgui-talk] Fomatting number in negative format

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 07:04, schrieb wahono sri: Do you have a link for the documentateion? http://www.freepascal.org/docs-html/rtl/sysutils/formatfloat.html Does not mention the fact. Martin Yes I think formatfloat in FPC RTL is right, but will you change in formatfloatmse to be fixed later? if

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
Please send the *_mfm.pas files too, the msedirclear.cmd is not reliable. It seems it does not call form2pas if there are no files to delete. The testcase does not compile because of missing -Fu.. for needed units mt1inputform,raddrinputform... . After fixing -Fu.. and creating the *_mfm.pas

Re: [MSEide-MSEgui-talk] Fomatting number in negative format

2012-06-18 Thread wahono sri
You probably don't understand, I need a link where it is documented that () removes the minus sign. I did not fond it myself, it is possible that there are more formatting functions which must be implemented. Martin Upps, sorry, I just test it in spreadsheet app (LibreOffice and MS Excel),

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
Please send the *_mfm.pas files too, the msedirclear.cmd is not reliable. It seems it does not call form2pas if there are no files to delete. The testcase does not compile because of missing -Fu.. for needed units mt1inputform,raddrinputform... . After fixing -Fu.. and creating the *_mfm.pas

Re: [MSEide-MSEgui-talk] Fomatting number in negative format

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 07:48, schrieb wahono sri: You probably don't understand, I need a link where it is documented that () removes the minus sign. I did not fond it myself, it is possible that there are more formatting functions which must be implemented. Martin Upps, sorry, I just test it in

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 IvankoB
Yes, a permanent move for us as a family. Our two cats land tomorrow morning. :) We moved from South Africa to England. Oooh..from a traditional community (and the Motherland) to a post-modern one of divided people. Many people can't bear such change for long time [ me had been living

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 07:53, schrieb IvankoB: Aha, updater.prj isn't saved properly on pressing F9 (as was written) - please edit Make option's - directories from libcurl/ to ../libcurl/. An unhandled exception occurred at $004400C7 : EClassNotFound : Class tmainmenu not found $004400C7

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 09:15, schrieb IvankoB: How can it be ? Because of -Fu../ ? You probably have a main.ppu in your ./ directory. Martin -- Live Security Virtual Conference Exclusive live event will cover all the ways

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] Fomatting number in negative format

2012-06-18 Thread wahono sri
Done, git master 22f2baeb7a6d4599649f046902f23604b4fb00e5. Martin Thanks very much. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
On Monday 18 June 2012 11:16:12 IvankoB wrote: How can it be ? Because of -Fu../ ? You probably have a main.ppu in your ./ directory. Me applied MSEDIRCLEAR to assure renewing these files. Oops, the IDE seems to compile wrong (upper-level) MAIN.PAS sometimes: -

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
May be because of the upper-level target executable ? Because of -Fu../ Suggestion: move mt1inputform and the other inputforms to ../inputforms or the like and change -Fu../ to -Fu../inputforms. Me can't - these files relate to another project with PRJ-file in that directory. The

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

2012-06-18 Thread IvankoB
South Africa is quite divided too. :) There are just too much racism, corruptions and other politics in SA, and no foreseeable future for our 3 year old son. Racism = fashism...an unavoidable temporary consequence (back move, issue of emotions) of apartheid. Though, the country has got into

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
Am 18.06.2012 10:29, schrieb IvankoB: May be because of the upper-level target executable ? Because of -Fu../ Suggestion: move mt1inputform and the other inputforms to ../inputforms or the like and change -Fu../ to -Fu../inputforms. Me can't - these files relate to another project with

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
It seems your directory layuot can not work with FPC. After deleting ../main_mfm.o the program compiles and runs. Oops.. More that one GUI projects can't coexist in same directory since all they have main.mfm as autocreated main form... and they can't be in different subdirectories if

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
BTW, changes to directory related project options (adding/editing ../libcurl/) don't save at me on pressing F9 - direct save of the project should be called. -- Live Security Virtual Conference Exclusive live event

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
On Monday 18 June 2012 14:04:32 IvankoB wrote: It seems your directory layuot can not work with FPC. After deleting ../main_mfm.o the program compiles and runs. Oops.. More that one GUI projects can't coexist in same directory since all they have main.mfm as autocreated main form... and

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
Ask on the FPC mailinglist if the behavior is intended and what to do. In MSEide you can run a post compile command or script to copy or move the exe, use 'Project'-'Make'-'Command after'. copy /Y ${PROJECTDIR}${PROJECTNAME}${EXEEXT} ${PROJECTDIR}.. May be an option but doesn't work (see

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

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
On Monday 18 June 2012 14:31:44 IvankoB wrote: exe, use 'Project'-'Make'-'Command after'. How to copy the built executable to ../ in platform independent way using a macros ? (CP for LINUX COPY for Win32) ? Make a ${copy} macro. I would more like to reproduce and fix the problem, MSEide

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
How to copy the built executable to ../ in platform independent way using a macros ? (CP for LINUX COPY for Win32) ? Make a ${copy} macro. Me have zero experience as to it :) Which its code be for : {$IFDEF LINUX} cp -f -- ${PROJECTDIR}${PROJECTFILE}${EXEEXT} ${PROJECTDIR}.. {$ELSE}

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread Martin Schreiber
On Monday 18 June 2012 16:03:16 IvankoB wrote: How to copy the built executable to ../ in platform independent way using a macros ? (CP for LINUX COPY for Win32) ? Make a ${copy} macro. Me have zero experience as to it :) Which its code be for : {$IFDEF LINUX} cp -f --

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
See attachment. Now it works (see the attachment), thanx !attachment: copy_uplevel.png-- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-18 Thread IvankoB
I would more like to reproduce and fix the problem, MSEide should never freeze. Then try multiple source edit F9 with the wrong directory layout disregarding any compile etc errors as me did. -- Live Security