Message 1 of 5
Rectangular Balloon Override doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When attempting to override a balloon style with the API, I would like to create a rectangular balloon (as is possible with the manual balloon edit options) using the following process:
oBalloon.SetBalloonType(kRectangleBalloonType) ' or 48135
However, doing so creates a balloon with a triangular frame, which isn't even one of the listed options.
To check the values of the enum, I created a box balloon manually, and used the following code, which did return 48135:
oBalloon.GetBalloonType(balloonType, data)
Any thoughts on what is wrong?
It appears to be a problem with the API, so I'm not even sure there is a work around possible...
Best of Luck
---------------------------------------------------------------------------------------------------------------------------------
If you find this reply helpful or insightful, please use the 'Accept as Solution' or 'Kudos' button below.