Hi I have a windev app that used a dashboard. Iam now making a webdev app that does the same thing.
With simple adding of an internal window this works just fine however my dashboard is not so simple
I noticed a strange behaviour in the dashSaveConfiguration() function. It saves in a different format.
Have any of you had this problem as well?
sStr is string = DashSaveConfiguration( DASH_Overzicht )
in windev gives the configuration of the widgets with cr and webdev just makes a string. this results in not being able to use one dashboard with windev and webdev at the same time.
Of cource I can find a work arround for this odd behaviour but one would expect that this would be the same for both product
regards
Allard
With simple adding of an internal window this works just fine however my dashboard is not so simple
I noticed a strange behaviour in the dashSaveConfiguration() function. It saves in a different format.
Have any of you had this problem as well?
sStr is string = DashSaveConfiguration( DASH_Overzicht )
in windev gives the configuration of the widgets with cr and webdev just makes a string. this results in not being able to use one dashboard with windev and webdev at the same time.
Of cource I can find a work arround for this odd behaviour but one would expect that this would be the same for both product
regards
Allard