Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread mohamed hamza
I think that the end user believes that the whole area is a hot zone and then the dataset changed when he navigates from one grid to the other. Do you agree with me? Med. De : Martin Schreiber Envoyé : vendredi 6 juillet 2018 05:53 À : mseide-msegui-talk

[MSEide-MSEgui-talk] Useless searches all over the Internet

2018-07-06 Thread Graeme Geldenhuys
Is Google, DuckDuckGo the only search functionality on the internet that actually works??? What is going on in this world. I went to Gitlab and searched for "mseide" and "mseide+msegui" and neither could find any results. Then again, most websites that offer their own search functionality act lik

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread Martin Schreiber
On Friday 06 July 2018 10:03:35 mohamed hamza wrote: > I think that the end user believes that the whole area is a hot zone Normally one does not want to loose focus on the current edit widget if one scrolls a visible grid. If one wants to activate the grid one clicks in the client area of t

Re: [MSEide-MSEgui-talk] Useless searches all over the Internet

2018-07-06 Thread fredvs
Hello Graeme. Here, it works. (using Opera + GitLab). Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ -- Check out the vibr

Re: [MSEide-MSEgui-talk] Useless searches all over the Internet

2018-07-06 Thread Martin Schreiber
On Friday 06 July 2018 10:08:07 Graeme Geldenhuys wrote: > Is Google, DuckDuckGo the only search functionality on the internet that > actually works??? What is going on in this world. > I actually would say that the only working search functionally is Google, the value of DuckDuckGo is limited. I

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread mohamed hamza
The project contains a BaseForm with the following objects: 1. Navigator, 2. Datasource And 2 Methods: (OnActivate, OnStateChange) See the attachments. all other forms are inherited from BaseForm. I think that you can understand what I want to do? Med ___

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread Martin Schreiber
On Friday 06 July 2018 12:26:52 mohamed hamza wrote: > The project contains a BaseForm with the following objects: > > > 1. Navigator, > 2. Datasource > > > > > And 2 Methods: (OnActivate, OnStateChange) > > > See the attachments. > > > all other forms are inherited from BaseForm. > > > I t

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread mohamed hamza
I do not agree because the child-form has 3 grids and each grid has it's own dataset? De : Martin Schreiber Envoyé : vendredi 6 juillet 2018 12:06 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] Old Problem On Friday 06 July 2018

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread Martin Schreiber
On Friday 06 July 2018 15:51:53 mohamed hamza wrote: > I do not agree because the child-form has 3 grids and each grid has it's > own > > dataset? > Why must the .dataset properties be set in .OnActivate? Where are the s located? Martin -

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread mohamed hamza
In the datamodule . By the way I did not find tsimplewidget in tskincontroler? what do we use instead? Best Regards. Med De : Martin Schreiber Envoyé : vendredi 6 juillet 2018 14:07 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-ta

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread Martin Schreiber
On Friday 06 July 2018 16:36:17 mohamed hamza wrote: > In the datamodule . > Normally the structure is .datasource--+-.dataset+ .datasource--+ | .datasource--+ | [...] |

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread mohamed hamza
Yes I have the same structure as you defined. But dataSource1,dataSource2,...,dataSourceN are in DataModule. dataset1,dataset2,...datasetN are also in that DataModule. For which purpose? I use tsimpleWidget as container of all dbedit. The frame have to change color when activated. Best

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread Martin Schreiber
On Friday 06 July 2018 18:08:44 mohamed hamza wrote: > Yes I have the same structure as you defined. But > > dataSource1,dataSource2,...,dataSourceN are in DataModule. > dataset1,dataset2,...datasetN are also in that DataModule. > Why do you need code in OnActivate? It should not be necessary. Im

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread mohamed hamza
Hi Martin, You are right. What about Navigator, I have one navigator for all datasets Best Regards. Med. De : Martin Schreiber Envoyé : vendredi 6 juillet 2018 19:40 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] Old Proble

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread Martin Schreiber
On Friday 06 July 2018 22:09:38 mohamed hamza wrote: > Hi Martin, > > > You are right. What about Navigator, I have one navigator for all > datasets > In that case the datasource of the navigator or the dataset of the datasource must be switched. Martin

Re: [MSEide-MSEgui-talk] Old Problem

2018-07-06 Thread mohamed hamza
What do you mean by switched? Med De : Martin Schreiber Envoyé : samedi 7 juillet 2018 04:50 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] Old Problem On Friday 06 July 2018 22:09:38 mohamed hamza wrote: > Hi Martin, > > > Yo