Re: [MSEide-MSEgui-talk] Mse Data Aware component Tutorial

2011-12-07 Thread noreply
Are there any existing tutorials of how to get started with databases in mseide? All I want to do is display some database stuff on a stringgrid for starters. There're examples projects a large tutorial (Russian only) in the MSEUNIVERSE. Is it in here:

[MSEide-MSEgui-talk] database transactions

2011-12-08 Thread noreply
Since mse data components seem to use transaction components all the time, does this mean certain setups like MyISAM in mysql need any special attention? Will they not work in some way? InnoDB tables in mysql support transactions but myisam not so. How do mse database components deal with myisam,

Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-09 Thread noreply
How does mse database components figure out whether it is mysql 5.0 or 4.1 or 5.1 that it is connecting to, and how does it pick which dll? I'm also thinking possibly my problem might be due to some dll problem, lazarus says that 6.0.0 dll is installed in my system. I didn't know there was a

[MSEide-MSEgui-talk] website links

2011-12-10 Thread noreply
The website should be updated and remove the old SVN references (berlios) along with advising visitors how to sign up for the sourceforge mailing list (remove berlios mailing list references). http://www.msegui.org/content/download The forum link doesn't say how to sign up for mailing list, it

[MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-10 Thread noreply
When you put a button on a form, and double click the button, it does not implement code for you like Delphi and Visual basic. you must go into Exec and create it there. Is this because mseide wishes to be more advanced than delphi and let you name your own method events? Sometimes when doing

Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-10 Thread noreply
On 12/09/2011 09:44 PM, nore...@z505.com wrote: What does it mean if a query component Active property stays stuck in false and won't go to true when you click it. When you try to put it to True there is no message stating anything sometimes. Does this mean an uncaught error like a connection

Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-10 Thread noreply
I can connect now and can reproduce the problems. I'll check it. Martin Something is strange, lazarus has similar problems, but I was able to get lazarus working at run time after trying for a while. At design time the component gives the gone away message.

Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-10 Thread noreply
Suggestion: On Windows copy the correct libmysql.dll to the directory of the MSEide exe and the directory of the test project to be sure that Windows loads the wanted library. Did that before.. and I also put it into windows/system32. In lazarus I got it working temporarily but it is not

Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-11 Thread noreply
Please check the server logs. It seems the server crashes while querying the index information. Please don't fix the problem now, I first want to fix the missing error message in MSEide. Martin How does it query the index information.. is there a direct api call.. The logs I can check are

Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-11 Thread noreply
Removing q1.datasource seems to fix the problem. Martin In lazarus it warns about recursive use of datasource. i never understood exactly why this possibility exists... I can only think that sometimes one component needs datasource to be set, whereas other times the other one needs datasource

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-11 Thread noreply
I agree with z505, to save time to think what's method name should be used. I propose this request 2 years ago, and Martin didn't agree. Than I modify in objectinspector.pas I think this is basic feature in popular IDE such as VB and Delphi. I enjoy the ability to do quick rad like delphi,

[MSEide-MSEgui-talk] [SPAM] Re: Default Form Clicks (RAD)

2011-12-11 Thread noreply
On 12/11/2011 02:41 PM, wahono sri wrote: I agree with z505, to save time to think what's method name should be used. I propose this request 2 years ago, and Martin didn't agree. I still do not agree. :-) Martin is it because you think it leads to sloppy event names like Button1Click

Re: [MSEide-MSEgui-talk] website links

2011-12-11 Thread noreply
Thanks for reporting, msegui.org is made and (hopefully) ;-) maintained by Wahono. I think msegui.org is not an active website. Or anyone will be a new admin? I have plan to update all obselete content, but now I'm very busy to prepare final release of my product, Acosys V4. msegui.org is

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-11 Thread noreply
Than I modify in objectinspector.pas I think this is basic feature in popular IDE such as VB and Delphi. procedure tobjectinspectorfo.valueskeydown(const sender: twidget; var info: keyeventinfoty); begin if isenterkey(nil,info.key) and (info.shiftstate = []) and

Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-11 Thread noreply
You do not understand the purpose of tsqlquery.datasource? I actually haven't done much GUI application programming in my life. I never used data aware components before in delphi, so it is all new to me. I always wanted to try them though. My brain understands procedural programming more, when

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-12 Thread noreply
Hallo nore...@z505.com, Du schriebst am Sun, 11 Dec 2011 13:01:01 -0600: I enjoy the ability to do quick rad like delphi, but also to do more advanced procedure naming like mse offers. with delphis quick rad, you can You _can_ also created sensibly named event handlers in Delphi, That's

[MSEide-MSEgui-talk] (no subject)

2011-12-24 Thread noreply
If you put a ttextedit on a form without a widget grid, and then try to ttextedit.loadfromfile it gives a segmentation fault. The ttextedit is supposed to be used in combination with a grid as its owner/parent/whatever but how do users know? Should the error be caught if they don't have a widget

Re: [MSEide-MSEgui-talk] ide event code automation behavior

2011-12-30 Thread noreply
On Sunday, 25 December 2011, Martin Schreiber mse00...@gmail.com wrote: Maybe. I don't want that MSEide becomes too clever and think it knows better than the user... Indeed, please keep it like this. In a new Lazarus setup I have to spend 30-60 minutes finding and disabling all the I think I