Questions tagged [stingray]

16 questions
2
votes
3 answers

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 Bristol Technologies WindU (Windows API on UNIX,…
titanae
  • 2,259
  • 2
  • 21
  • 31
2
votes
2 answers

Python - Updating a JSON REST array

I am new to Python, what I am trying to do is write a script that will take the IP address I am supplying it and updating an array that I am pulling from a JSON RESTful API. I can pull the data out of the array fine. Here is what my code looks like…
djo
  • 123
  • 5
2
votes
4 answers

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 our source base and integration to our…
titanae
  • 2,259
  • 2
  • 21
  • 31
1
vote
0 answers

Stingray Object Grid Tabbed Combo Box (CGXTabbedComboBox): Validation fails when choice list is changed dynamically

Initialize a tabbed combo box with a list. Let's call it "DefaultList". Change the choice list in GetStyleRowCol or OnLoadCellStyle overridable functions. Let's call it "CustomList" "CustomList" is displayed in combo box. In OnValidateCell when try…
Nasar
  • 11
  • 4
1
vote
0 answers

Explicitly allow traffic through Stingray Application Firewall

I'm currently setting up a server for a customer and they require the Stingray traffic managers application firewall to be active as an additional layer of protection. They're however wanting to allow any FTP traffic between the sizes of 500mb to…
Shneebs
  • 11
  • 1
1
vote
1 answer

Out of Memory error in C++/MFC app

I have an old Doc/View C++/MFC app that is developed using VS 6. I use Stingray Objective Grid 8.01 Pro as my data grid. Recently, our "job" sizes have gotten much larger; and this is when the Out of Memory errors started showing up. Here is the…
1
vote
1 answer

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, if I had more than one view open, the Window menu…
SmacL
  • 22,555
  • 12
  • 95
  • 149
0
votes
0 answers

Is It possible to Sync Physical LB 'Stingray Traffic Manager' and Spring Eureka Server?

In the basic Setup with Spring Boot-Spring Cloud Components. Is there any way the Eureka Service can sync the details of available services registered with itself, with a Physical Load Balancer like 'Stingray Traffic Manager'. This is a question…
Mandar Pandit
  • 2,171
  • 5
  • 36
  • 58
0
votes
0 answers

Does php FLOCK work on load balanced web servers?

We are upgrading from a single web server to 3 load balanced web servers using Stingray and Linux OS. We currently use PHP FLOCK to access a file which provides a unique sequence number to web page requests. Does FLOCK still work with load balanced…
user610342
  • 235
  • 5
  • 13
0
votes
0 answers

Error use StingRay Grid on Visual Studio 2013

I use rogue wave stingray Rogue-Wave to create grid. I use CGXGridView class. I followed this tutorial https://docs.roguewave.com/stingray/11/html/ogug/7.html. But when debug in line GXInit(), show this error: Debug Assertion Failed Program:…
0
votes
1 answer

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 should disable scrolling or you have to redraw the…
JProgrammer
  • 2,750
  • 2
  • 25
  • 36
0
votes
1 answer

Alternatives to Stingray Objective Toolkit C++ for 64bit applications?

We are currently using Stingray Objective Toolkit in our C++ applications for MFC UI controls. We are planning to migrate the application to 64bit and when inquired for a version of stingray toolkit, it was very expensive. I'm not sure of any other…
Ronnie
  • 51
  • 6
0
votes
1 answer

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.
bigKim
  • 11
  • 4
0
votes
1 answer

Riverbed Stingray steelapp, displaying a image on a maintenance page

We have setup our application on riverbed stingray, one of the requirement was for us to display a maintenance page when the administrator wants to update the system. So for this we created a html page with a logo image and uploded both the .html…
ARV
  • 1,111
  • 5
  • 22
  • 46
0
votes
1 answer

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 views at the end of the menu. Problem is,…
SmacL
  • 22,555
  • 12
  • 95
  • 149
1
2