Jump to content
Software FX Community

DataEditorObj Problem


User (Legacy)

Recommended Posts

Hi

When .DataEditorObj.Docked = TGFP_BOTTOM or docked to other edges then I'm

unable to edit the value by use of keyboard. Only when Data Editor is

floating then I can type something.

I have AllowEdit set to true.

I'm new to this control so maybe I missing something? Is there any other

property required to set.

George

Link to comment
Share on other sites

It looks like you maybe preventing the keys from getting to the DataEditor.

Does your Form has the PreviewKey property set to true ? if so, make sure

you are not "eating" the keys.

If the problem persist, we will need you to provide us with a sample that

reproduces the problem.

If you drop a chart into a brand new project, can you edit the values in the

data editor ?

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Yes something is eating the keys, I do not what.

Chart placed on the form working fine, but mine is being hosted

onto docked form as DockWindow by Innovasys DockStudio2.

VB Form itself have PreviewKey=False, I think I will contact Innovasys

regarding this issue.

George

"Software FX Support" <support@softwarefx.com> wrote in message

news:b0ss6GuKEHA.600@webserver3.softwarefx.com...

> It looks like you maybe preventing the keys from getting to the

DataEditor.

>

> Does your Form has the PreviewKey property set to true ? if so, make sure

> you are not "eating" the keys.

>

> If the problem persist, we will need you to provide us with a sample that

> reproduces the problem.

>

> If you drop a chart into a brand new project, can you edit the values in

the

> data editor ?

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Hi

It is not the problem of DockWindows. This control does not eat the keys.

I just placed on the DockWindow two controls side by side

1. SharpGrid from DataDynamics

2 Your chart.

SharpGrid normally respond to the keyboard but ChartFX does not.

It just seems like the chart is unable to catch up the keys

"Software FX Support" <support@softwarefx.com> wrote in message

news:b0ss6GuKEHA.600@webserver3.softwarefx.com...

> It looks like you maybe preventing the keys from getting to the

DataEditor.

>

> Does your Form has the PreviewKey property set to true ? if so, make sure

> you are not "eating" the keys.

>

> If the problem persist, we will need you to provide us with a sample that

> reproduces the problem.

>

> If you drop a chart into a brand new project, can you edit the values in

the

> data editor ?

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Yes I have prepared small sample project with all neccessary files

It is 1.3 MB zipped.

Where to send it?

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:HS3LNrILEHA.3452@webserver3.softwarefx.com...

> Can you send an application that reproduces the problem ?

>

> Since there is another third-party control involved, that would be the

only

> way we can determine what's happening.

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...