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

2011-12-08 Thread wahono sri
Correct. Using -O1 is fine too. Just don't try adding to much optimization like -O2 or -O3. In the latter two cases, your app will not compile, or will compile, but crash instantly when run. I have no idea why, and it seems to be a MSEgui specific issue. Thanks Graeme, that is best solution

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

2011-12-08 Thread Martin Schreiber
On 12/08/2011 07:57 PM, nore...@z505.com wrote: - Activate grid.options dso_autofields. - Activate grid.optionsgrid og_rowinserting, og_rowdeleting, og_autofirstrow and og_autoappend. These are the ones that I missed.. in order to make it work seamlessly. p.s. is it possible to make a Non

[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,

[MSEide-MSEgui-talk] how to froze col

2011-12-08 Thread 刘治国
i have 5 col in a twidgetgrid how to froze the first 2 col or how to froze the last 2 col . and a idea is when drag ,dispaly a Synchronized grid attachment: 20111209102922.png-- Cloud Services Checklist: Pricing and

Re: [MSEide-MSEgui-talk] database transactions

2011-12-08 Thread Martin Schreiber
On 12/08/2011 11:46 PM, nore...@z505.com wrote: 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

Re: [MSEide-MSEgui-talk] how to froze col

2011-12-08 Thread Martin Schreiber
On 12/09/2011 08:03 AM, 刘治国 wrote: i have 5 col in a twidgetgrid how to froze the first 2 col or how to froze the last 2 col . What do you mean with freeze? In order to inhibit horizontal scrolling activate grid.datacols[n].options co_nohscroll. In order to show fix cols on the right of