Hello,
Alas there is no such capability in Views itself.
It seems you need to use 2 threads with a mutex protected variable.
The thread handling the computation will maintain the value of the...
Type: Posts; User: cmartin
Hello,
Alas there is no such capability in Views itself.
It seems you need to use 2 threads with a mutex protected variable.
The thread handling the computation will maintain the value of the...
Hello,
Are you by any chance using ZoomableLabels or using an HiDPI screen?
Claude
Hello,
I tried with tagged objects present in the manager and without; have no problem at all.
Could you provide a sample piece of code?
Claude
Hello,
Yes, selection can be handled using the documented API.
Based on the assumption that a single item is selected at any moment you can use the following sequence:
- find out the...
Hello Guardina,
Yes, using the non-interactive mode.
I've never tested it but the below command shoudl match your needs:
ivfstudio my_project.iva -execute GenerateAll
As a reminder, any...
Hello,
Obviously you found the origin of your issue ;-)
The library was build using the default settings i.e. no _USE_32BIT_TIME_T, hence the type time_t resolves to __int64 not long as is the...
Hello Davy,
Alas no there is no other way.
Up to my knowledge, these warnings are actually harmless and can be ignored.
Hello Jean Paul,
Yes, both functions are still present in newer releases but only for compatibility. Yet, as the libraries are not key locked anymore since release 5.3, they are not active. This...
Hello Flows,
Not sure I get you right. May be a more thorough description of the sequence you use may help.
On first sight, the normal behavior is:
- inserting or adding one or label remove the...
We are pleased to announce the release of DB Link 5.7!
The release provides the following changes:
- Support of Windows 8 and MS Visual Studio 2012
- Support of Solaris 11 and Sun Studio 12.3...
We are pleased to announce the release of Rogue Wave Server 5.7!
The release provides the following changes:
- Support of Windows 8 and MS Visual Studio 2012
- Support of Solaris 11 and Sun...
We are pleased to announce the release of Visualization for C++ 5.7!
The release provides the following changes:
- Support of Windows 8 and MS Visual Studio 2012
- Support of Solaris 11 and...
Hello gharabed,
No I am sorry but the code samples are not available online.
Yet in a standard installation of DB link you should have an 'src' directory in the 'examples' directory. May be for...
Hello gharabed,
As a start I would recommend you had a look at the sample 'ora8obj.cpp' to be found in $ILDHOME/examples/src.
This sample manipulates objects and varrays, pushing the values...
Hello Ken,
Overall, to do so the process is:
- Empty the manager (deleteAll)
- Create the new projection
- Create a new MapInfo, replace the one attached to the manager, and possibly destroy...
Hello,
Sorry but Views gadgets library does not include such a control.
There exists a class IlvDateField but t does not behave like a calendar (i.e. selecting dates), it only control the input...
Hello paranad_g,
The distribution includes a dedicated sample to this effect.
Please take a look at ILVHOME/samples/dataccess/nodb/folio*
HTH,
Claude
Hello,
Sorry I overlooked your request.
For this issue, I need to know more of the way your application is build. Can you show the link command line?
Claude
Hello paranada_g,
Your problem comes form the database name you set.
Simply remove the line:
session->setDatabaseName("...")
and the connect call will work.
Claude.
Hello,
After analysis it seems the leak you mention is not a real one but could be related to static initializations. When the load/delete operation is repeated the used memory amount does not...
Sorry, I have overlooked your follow-ups.
Actually I don't see any leak in IlvGrapher::deleteAll but I will investigate with the assistance of the Support Team.
Otherwise, sorry there's no API...
Hello,
The callback declaration needs to be of the type of: void (CALLBACKTYPE()) (IlvGraphic*, IlAny) but it can call your class method easily thus it is not possible to avoid the creating the...
Hello jpmartins,
No sorry there are no registered case similar to yours.
Just curious, how are the nodes and links removed from the grapher?
Are you using IlvManager::removeAll (teh grapher...
Hello Dave,
I suppose the Regional Settings of your computer are set to "English (United Kingdom)".
You may want to try setting the environment variable ILVLANG to en_US
If you are not...
We are pleased to announce the release of Server 5.6!
The primary focus of this atypical release is to integrate into the RogueWave infrastructure to ensure the continuation of the Visualization...