What version of SourcePro are you working with? Red Hat?
From the docs it looks like you would need at least the first three arguments to initialize the template. Take a look at the example in...
Type: Posts; User: bgomez
What version of SourcePro are you working with? Red Hat?
From the docs it looks like you would need at least the first three arguments to initialize the template. Take a look at the example in...
In a basic Grid example, I am able to open the grid and use the 11 characters that you list. Can you include the options and styles that you are using on the cell range?
Thanks,
Ben
So I am working with the Sample in GridEx/ExelGrid.
I've updated the OnInitialUpdate() with
SetRowCount(150); // 150 rows
SetColCount(10); // 10 columns
SetFrozenRows(1, 0); ...
I believe what your are asking about is described here: http://www.roguewave.com/portals/0/products/stingray/docs/11.1/html/ogug/5-4.html#544
Let me know if there is something else you are looking...
SourcePro does not currently have any secure FTP functionality. However, the feature is currently being implemented and will be released in 2013.
Hope this helps,
Ben
Hi Vatsa,
Objective Grid 7.0 is quite old and I don't think was even certified on Visual Studio 2005. The latest version of the product, Stingray Studio 11.0 (Objective Grid 13.0.0) supports both...
For a limited time (until June 1), RogueWave is running a promotion to help get the best parallel debugging tool into the hands of our SourcePro customers. As you are working on migrating code to...
For anyone who did not receive the email or news announcements yesterday, SourcePro 12.0 is now available to all customers current on Maintenance and Support.
This new release adds some new...
Hello Jeebu,
The last version of Stingray that supports Visual Studio 6.0 is Stingray Studio 2006 v3. The version of Grid in this is 11.0.2. I would be interested to see if you still have the...
We did not expect 10.3 to work completely with VS 2010. 10.4 will be released soon and it should resolve any problems you are currently encountering.
I'm always interested to hear about...
The next version of Stingray, currently scheduled for release in May, will have support for the Visual Studio 2010 compiler as well as continuing support for Visual Studio 2003, 2005, and 2008.
...
Try copying cce.lic to the same directory as ogocxgrd.ocx.
Officially we don't have any guidelines or specific methods for avoiding being marked as spam. I would suggest testing your messages against something like SpamAssassin. If you have it mark up your...
Does this mean you would also not want the black border if you select multiple cells?
Can you attach a small sample that demonstrates the problem you are having?
I couldn't find any wording in the SMTP or TCP standards that describes appropriate behavior when encountering this kind of situation. As far as using the SMTP client, there is always a possibility...
I was able to see all processes by typing n, while top was already running and then enter 0. You can also enter in a specific number of processes to display.
I did this on an SLES 10 system.
Could you elaborate on what you mean by needing admin privileges? What kind of errors are you seeing? Are you talking about what the program has access to at runtime? Or are you running into...
The ISO C++ Committee is working on a new standard for the C++ programming language. This set of changes addresses some of the limitations of c++.
What proposals will be the most helpful to...