This is a migrated thread and some comments may be shown as answers.

Get Frame By Name issue

4 Answers 102 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anton Litunenko
Top achievements
Rank 1
Anton Litunenko asked on 12 Apr 2010, 04:09 PM
Hi guys.

I installed WebAii 2.0 and got an issue: my code for WebAii 1.1 which used Browser.Frames["frameName"] doesn't work anymore. It returns NULL and supposed to return Browser object.
This is very interesting because Browser.Frames.ContainsKey("frameName") returns TRUE.

Any ideas?

Thanks for your help!

4 Answers, 1 is accepted

Sort by
0
Missing User
answered on 12 Apr 2010, 07:20 PM
Hi Anton,

Thanks for the post, I was able to repro this. In the mean time, if you can please use an index for the frames, or use the frame ID or source as in:

frames[index]
frames.ById("MyFrameId"]
frames.BySrc("MyFrameSource");

Sincerely,
Nelson Sin
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Anton Litunenko
Top achievements
Rank 1
answered on 13 Apr 2010, 07:13 AM
Hi!
Thanks for your reply!

But unfortunately changes you proposed require me to do huge amount of work, because we have already created a lot of tests (3000+) which now work using WebAii 1.1.

So if it is possible could you please say whether this issue will be fixed or not and if you are planning to fix this issue then how soon should we expect this fix?

Thanks for your help again!
0
Missing User
answered on 13 Apr 2010, 08:39 PM
Hi again Anton,

We appreciate your extensive use of the framework and your post on this issue. We will look to have this fixed in a future version of the framework. Please let us know if you run into anything else during your WebAii 1.1 to 2.0 upgrade. 

Kind regards,
Nelson
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Anton Litunenko
Top achievements
Rank 1
answered on 15 Apr 2010, 05:55 PM
Hi Nelson!

Thanks for your reply!

We are looking forward to new release!

Best regards,
Anton

Tags
General Discussions
Asked by
Anton Litunenko
Top achievements
Rank 1
Answers by
Missing User
Anton Litunenko
Top achievements
Rank 1
Share this question
or