I've installed the latest version of PB 2019 R2 Build 2170 using the installer. However, I'm not able to see any of the new features like the RibbonBar or anything else. The help file contains nothing on them. I don't have the RibbonBar Builder in the Tools Menu. I installed it as an Administrator. I'm running it as an Administrator. I reran the installer and it states I have the latest version. Help! Thanks.
- You are here:
- Home
- Q&A
- Q&A
- PowerBuilder
- Not finding the RibbonBar and other enhancements with 2019 R2
- Shenn Sellers
- PowerBuilder
- Thursday, 16 January 2020 23:27 PM UTC
Accepted Answer
- Thursday, 16 January 2020 23:59 PM UTC
- PowerBuilder
- # Permalink
Hi, according to your attached screenshot, your are not on R2.
The new features are only available in R2 (beta for now).
So you have to be on the 2019 R2 beta.
The first one (not available to everyone), which was released was this one build 2203:
Now it's available to public and the build would show as build 2279.
Comment
- Shenn Sellers
- Friday, 17 January 2020 00:11 AM UTC
Gotcha. I was thinking the one in Beta was R3. Thanks.
-
Helpful Loading... Helpful 0
- Miguel Leeuwe
- Friday, 17 January 2020 00:15 AM UTC
Ha, I wish ... !!
-
Helpful Loading... Helpful 0
There are no comments made yet.
- Friday, 17 January 2020 00:31 AM UTC
- PowerBuilder
- # 1
Regarding RibbonBar make sure you install and use samples for the public beta = #2279. There are some breaking changes + extensions for RibbonBar in this new release.
Examples
- New attributes added
- Most RibbonBar item types now have .Visible and .Shortcut attributes.
- Load ribbon from a file has changed
- #2203 had .LoadFromFile( filename )
- #2279 has .LoadFromJSON( filename ) and .LoadFromXML( filename )
- The Type property for Items changed
- #2203 had values normal!, separator!, and recent!
- #2279 has values 0, 1, and 2
HTH /Michael
Comment
- Miguel Leeuwe
- Friday, 17 January 2020 00:36 AM UTC
Wow!
"The Type property for Items changed
#2203 had values normal!, separator!, and recent!
#2279 has values 0, 1, and 2"
Why on earth did they make things LESS clear?
regards,
MiguelL
"The Type property for Items changed
#2203 had values normal!, separator!, and recent!
#2279 has values 0, 1, and 2"
Why on earth did they make things LESS clear?
regards,
MiguelL
-
Helpful Loading... Helpful 0
- Michael Kramer
- Friday, 17 January 2020 00:43 AM UTC
At least RibbonBar Builder is good at restricting choices. Under AppMenu's Recent element you can only select Item Type=2. In all other menus you can only select between 0 and 1 - and F1-Help lists the available values.
And for ComboBox Items you can only add .Text and .PictureName. No other attributes allowed for ComBoxBox's Items.
I like the builder.
And for ComboBox Items you can only add .Text and .PictureName. No other attributes allowed for ComBoxBox's Items.
I like the builder.
-
Helpful Loading... Helpful 0
- Miguel Leeuwe
- Friday, 17 January 2020 07:12 AM UTC
Oh yes, I like the builder too, but it still can be greatly improved (for which I did an enhancement request some time ago).
-
Helpful Loading... Helpful 0
There are no comments made yet.
- Page :
- 1
There are no replies made for this question yet.
However, you are not allowed to reply to this question.
However, you are not allowed to reply to this question.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »