-
Again grid problems
I have incorporated MS Flexigrid Control into my project, however whenever
I put it on a dialog, the dialog wont pop
up when called, but as soon as I remove the grid, the dialog works fine.
Any ideas anyone.
And thanks steve for helping me with the compilation problem.
-
Re: Again grid problems
Hi,
sounds like your CYourDialog::OnInitDialog() returns FALSE because control
isn't created properly (I assume we're talking VC++ here).
Couple of things to check : control's resorce ID, control's properties.
Also, set breakpoint inside the above function and find out exactly, what's
happening. You may also try to call CWnd::Create() explicitly on this control.
Good luck.
"Warren Koen" <koenwh@telkom.co.za> wrote:
>
>I have incorporated MS Flexigrid Control into my project, however whenever
>I put it on a dialog, the dialog wont pop
>up when called, but as soon as I remove the grid, the dialog works fine.
>
>Any ideas anyone.
>
>And thanks steve for helping me with the compilation problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks