Jump to content

News Posts


Guest

Recommended Posts

Message from: "Cristiano Testai"

 

Hi Farshad, news posts for WebMode.

 

1) Method FocusControl of the DataSet does not work.

2) There is plans for implementation of the OnChange event in UniComboBox

and UniDBComboBox components, or this event should be used with client side

in future?

3) Possible bug after append method, example: There are two records in

UniDBGrid. Is selected the first. When performing an Append the contents of

the first column of the previously selected record is deleted.

4) Occours an AV if i set DataSet to DataSource in Design Time with

StateChange event referenced.

5) When the focus is on the last component of the active form, after the

command TAB, the focus is set for a component of the Main Form, and not back

to the component with TabOrder = 0 of the current form.

 

Thanks!

 

Cristiano Testai

Brazil

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Cristiano Testai" wrote in message

news:7CGQAxe2LHA.3560@anaxagvs227...

> Hi Farshad, news posts for WebMode.

>

> 1) Method FocusControl of the DataSet does not work.

 

DataSet? or TField?

For TField it is not implemented. Logged #881

 

> 2) There is plans for implementation of the OnChange event in UniComboBox

> and UniDBComboBox components, or this event should be used with client

> side in future?

 

We have OnSelect event. It is triggered when a new value selected. OnChange

in Ext Js doesn't work as it works in VCL. It is fired when you leave the

combobox not when you change it.

 

> 3) Possible bug after append method, example: There are two records in

> UniDBGrid. Is selected the first. When performing an Append the contents

> of the first column of the previously selected record is deleted.

 

Can you reproduce it in a simple test case and send it to me?

 

> 4) Occours an AV if i set DataSet to DataSource in Design Time with

> StateChange event referenced.

 

Again, a simple test case will be very helpful.

 

> 5) When the focus is on the last component of the active form, after the

> command TAB, the focus is set for a component of the Main Form, and not

> back to the component with TabOrder = 0 of the current form.

 

Already logged as #284.

 

That's how tabs work in webmode. Browser is not aware that there are more

than one Form on the screen. It simply tabs through all tab enabled

controls, whether they belong to current Form or not. I will try to find a

workaround for this . However, limitations in current web technology may

prevent us finding a solution .

 

>

> Thanks!

>

> Cristiano Testai

> Brazil

 

 

.

 

Link to comment
Share on other sites

Message from: "Cristiano Testai"

 

>> 1) Method FocusControl of the DataSet does not work.

>

> DataSet? or TField?

> For TField it is not implemented. Logged #881

 

TField, not DataSet, sorry for simple error..

 

Topics 3 and 4 below I will to reproduce and to send for you in the next

days.

 

Thanks again for attention.

 

Best Regards,

 

Cristiano Testai

 

"Farshad Mohajeri" wrote in message

news:huvR0Nr2LHA.2168@anaxagvs227...

>

> "Cristiano Testai" wrote in message

> news:7CGQAxe2LHA.3560@anaxagvs227...

>> Hi Farshad, news posts for WebMode.

>>

>> 1) Method FocusControl of the DataSet does not work.

>

> DataSet? or TField?

> For TField it is not implemented. Logged #881

>

>> 2) There is plans for implementation of the OnChange event in UniComboBox

>> and UniDBComboBox components, or this event should be used with client

>> side in future?

>

> We have OnSelect event. It is triggered when a new value selected.

> OnChange in Ext Js doesn't work as it works in VCL. It is fired when you

> leave the combobox not when you change it.

>

>> 3) Possible bug after append method, example: There are two records in

>> UniDBGrid. Is selected the first. When performing an Append the contents

>> of the first column of the previously selected record is deleted.

>

> Can you reproduce it in a simple test case and send it to me?

>

>> 4) Occours an AV if i set DataSet to DataSource in Design Time with

>> StateChange event referenced.

>

> Again, a simple test case will be very helpful.

>

>> 5) When the focus is on the last component of the active form, after the

>> command TAB, the focus is set for a component of the Main Form, and not

>> back to the component with TabOrder = 0 of the current form.

>

> Already logged as #284.

>

> That's how tabs work in webmode. Browser is not aware that there are more

> than one Form on the screen. It simply tabs through all tab enabled

> controls, whether they belong to current Form or not. I will try to find a

> workaround for this . However, limitations in current web technology may

> prevent us finding a solution .

>

>>

>> Thanks!

>>

>> Cristiano Testai

>> Brazil

>

>

 

.

 

Link to comment
Share on other sites

Message from: "Cristiano Testai"

 

>> 2) There is plans for implementation of the OnChange event in UniComboBox

>> and UniDBComboBox components, or this event should be used with client

>> side in future?

>

> We have OnSelect event. It is triggered when a new value selected.

> OnChange in Ext Js doesn't work as it works in VCL. It is fired when you

> leave the combobox not when you change it.

 

I see OnSelect event just in UniComboBox, not in UniDBComboBox.

 

Regards,

 

Cristiano Testai

 

"Farshad Mohajeri" wrote in message

news:huvR0Nr2LHA.2168@anaxagvs227...

>

> "Cristiano Testai" wrote in message

> news:7CGQAxe2LHA.3560@anaxagvs227...

>> Hi Farshad, news posts for WebMode.

>>

>> 1) Method FocusControl of the DataSet does not work.

>

> DataSet? or TField?

> For TField it is not implemented. Logged #881

>

>> 2) There is plans for implementation of the OnChange event in UniComboBox

>> and UniDBComboBox components, or this event should be used with client

>> side in future?

>

> We have OnSelect event. It is triggered when a new value selected.

> OnChange in Ext Js doesn't work as it works in VCL. It is fired when you

> leave the combobox not when you change it.

>

>> 3) Possible bug after append method, example: There are two records in

>> UniDBGrid. Is selected the first. When performing an Append the contents

>> of the first column of the previously selected record is deleted.

>

> Can you reproduce it in a simple test case and send it to me?

>

>> 4) Occours an AV if i set DataSet to DataSource in Design Time with

>> StateChange event referenced.

>

> Again, a simple test case will be very helpful.

>

>> 5) When the focus is on the last component of the active form, after the

>> command TAB, the focus is set for a component of the Main Form, and not

>> back to the component with TabOrder = 0 of the current form.

>

> Already logged as #284.

>

> That's how tabs work in webmode. Browser is not aware that there are more

> than one Form on the screen. It simply tabs through all tab enabled

> controls, whether they belong to current Form or not. I will try to find a

> workaround for this . However, limitations in current web technology may

> prevent us finding a solution .

>

>>

>> Thanks!

>>

>> Cristiano Testai

>> Brazil

>

>

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Cristiano Testai" wrote in message

news:n$2XzG12LHA.2168@anaxagvs227...

>>> 2) There is plans for implementation of the OnChange event in

>>> UniComboBox and UniDBComboBox components, or this event should be used

>>> with client side in future?

>>

>> We have OnSelect event. It is triggered when a new value selected.

>> OnChange in Ext Js doesn't work as it works in VCL. It is fired when you

>> leave the combobox not when you change it.

>

> I see OnSelect event just in UniComboBox, not in UniDBComboBox.

>

 

I will implement OnSelect for UniDBComboBox.

Logged #883

 

 

.

 

Link to comment
Share on other sites

  • 4 weeks later...

Message from: "Cristiano Testai"

 

Hi Farshad!

 

I am sending attached the example.

In source code is the comment for you to test.

 

Thanks!

 

Cristiano Testai

 

"Farshad Mohajeri" wrote in message

news:huvR0Nr2LHA.2168@anaxagvs227...

>

> "Cristiano Testai" wrote in message

> news:7CGQAxe2LHA.3560@anaxagvs227...

>> Hi Farshad, news posts for WebMode.

>>

>> 1) Method FocusControl of the DataSet does not work.

>

> DataSet? or TField?

> For TField it is not implemented. Logged #881

>

>> 2) There is plans for implementation of the OnChange event in UniComboBox

>> and UniDBComboBox components, or this event should be used with client

>> side in future?

>

> We have OnSelect event. It is triggered when a new value selected.

> OnChange in Ext Js doesn't work as it works in VCL. It is fired when you

> leave the combobox not when you change it.

>

>> 3) Possible bug after append method, example: There are two records in

>> UniDBGrid. Is selected the first. When performing an Append the contents

>> of the first column of the previously selected record is deleted.

>

> Can you reproduce it in a simple test case and send it to me?

>

>> 4) Occours an AV if i set DataSet to DataSource in Design Time with

>> StateChange event referenced.

>

> Again, a simple test case will be very helpful.

>

>> 5) When the focus is on the last component of the active form, after the

>> command TAB, the focus is set for a component of the Main Form, and not

>> back to the component with TabOrder = 0 of the current form.

>

> Already logged as #284.

>

> That's how tabs work in webmode. Browser is not aware that there are more

> than one Form on the screen. It simply tabs through all tab enabled

> controls, whether they belong to current Form or not. I will try to find a

> workaround for this . However, limitations in current web technology may

> prevent us finding a solution .

>

>>

>> Thanks!

>>

>> Cristiano Testai

>> Brazil

>

>

 

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Cristiano Testai" wrote in message

news:$qu$Iyx7LHA.3976@anaxagvs227...

> Hi Farshad!

>

> I am sending attached the example.

> In source code is the comment for you to test.

>

> Thanks!

 

Thanks I will test it.

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Cristiano Testai"

>>> 3) Possible bug after append method, example: There are two records in

>>> UniDBGrid. Is selected the first. When performing an Append the contents

>>> of the first column of the previously selected record is deleted.

 

I can't reproduce bug in test case. ,

IIRC this issue was resolved in last release. Have you tested it with 0.84.5

?

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Cristiano Testai"

>>> 4) Occours an AV if i set DataSet to DataSource in Design Time with

>>> StateChange event referenced.

 

OK. This is a "late binding" problem. New core in 0.85.0 will resolve this.

logged #960

 

 

.

 

Link to comment
Share on other sites

Message from: "Cristiano Testai"

 

Hi Farshad!

 

> I can't reproduce bug in test case. ,

> IIRC this issue was resolved in last release. Have you tested it with

> 0.84.5 ?

 

I had tested it with previous realease. Now i tested it with 0.84.5 and is

ok.

 

Tks!

 

Cristiano Testai

 

"Farshad Mohajeri" wrote in message

news:3gEOeS77LHA.3976@anaxagvs227...

>

> "Cristiano Testai"

>>>> 3) Possible bug after append method, example: There are two records in

>>>> UniDBGrid. Is selected the first. When performing an Append the

>>>> contents

>>>> of the first column of the previously selected record is deleted.

>

> I can't reproduce bug in test case. ,

> IIRC this issue was resolved in last release. Have you tested it with

> 0.84.5 ?

>

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...