Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
1k views

Whats the best Ribbon UI control to retro fit to a legacy MFC application build with VC2005?

What experience have you had with introducing a Ribbon style control to legacy MFC applications? I know it exists in the new VC2008 Feature Pack, but changing compilers from VC2005 is a big deal for ...
1
vote
0answers
13 views

Example needed for ADW using nested frames in StingRay

I have modified the AdvSDI example (included in the StingRay distribution disk) and have removed all but two dockable nodes that represent floatable areas of information. One is initially docked ...
1
vote
1answer
122 views

How to show available windows in the Window menu

I have a MFC MDI application that I've recently ported from VS2003 to VS2008, and at the same time moved from Stingray Objective Studio 2006 v2 to v10.1. On the previous versions of my application, ...
1
vote
0answers
103 views

Anyone still using Stingray MVC?

Years ago I wrote an extensive windows MFC application using Stingray's Model-View-Controller classes. Short learning curve, awesome results -- undo/redo stack, nested scrolling user drawn controls ...
0
votes
0answers
42 views

Stingray Objective Grid Version 10.4 missing config-files

I've got some problems with the Build Configuration Wizard. Trying to set up the build configuration (gxstndrd) I let the library/DLL names as they were (og1204ad.lib for example). Problem is, these ...
0
votes
0answers
59 views

How to use stingray's Obejctive Grid in .Net4.0 forms applicaiton?

I am using Stingray studio 10.4 and want to use stingray's objective grid (OG) in my .net4.0 C# application. The sample in installed directory is not suffice to proceed with. Is there any example ...
0
votes
1answer
182 views

Stringray Grid Transparent Background

In Stringray grid there is the ability to use a transparent background which allows the background of the dialog to be shown through the grid. In the documentation it states But be careful; you ...
0
votes
1answer
43 views

example of using StingRay SECSplitterBase

I am interested in a code fragment that demonstrates how to use the Layout Factory and SECSplitter Base (both from StingRay) to deliver a splitter window inside another splitter window.
0
votes
1answer
237 views

How is the Windows menu in a MFC C++ app populated

One of the standard menus provided to a Document/View app under MFC is the Windows menu. It provides things like tiling and cascading windows, and appends an enumerated list of currently available ...
0
votes
3answers
988 views

Migrating from Stingray Objective Toolkit

We have a collection of commercial MFC/C++ applications which we sell using Stingray Objective Toolkit, we have source code license and have ported it in the past to Solaris/IRIX/HP-UX/AIX using ...