Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC
  New Posts New Posts RSS Feed - 13.2 Beta Available Now
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum Locked13.2 Beta Available Now

 Post Reply Post Reply Page  <12
Author
Message
mgoldshteyn View Drop Down
Groupie
Groupie


Joined: 30 December 2007
Status: Offline
Points: 18
Direct Link To This Post Posted: 21 October 2009 at 10:03am

I have sent multiple requests to support and mms@codejock.com to get access to the beta site and still do not have access. Can someone PLEASE take care of this?

Thanks
 
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Direct Link To This Post Posted: 21 October 2009 at 12:37pm
Originally posted by markr markr wrote:

I believe I may have found a bug in 13.2 BETA.

If I use a docking pane context sticker style of "xtpPaneStickerStyleVisualStudio2010", the tab part of the sticker (that appears in the center of the sticker group) doesn't seem to work. In other words, when I drag a docking pane near another panel, I don't have the option of docking it as a tab.

The problem doesn't appear to occur with other styles such as "xtpPaneStickerStyleVisualStudio2005".
 
xtpPaneStickerStyleVisualStudio2010 is for next release (after 13.2).  for now please continue using xtpPaneStickerStyleVisualStudio2005
Back to Top
Marcus View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Location: Germany
Status: Offline
Points: 42
Direct Link To This Post Posted: 21 October 2009 at 1:01pm
Hello, in the ribbon sample, when you choose scenic or white theme and maximize the main frame, the app icon in the upper left corner is mispositioned  by some pixels. It's just a small detail but quite annoying (testet on Win7).
Back to Top
OscarM View Drop Down
Groupie
Groupie
Avatar

Joined: 07 November 2005
Status: Offline
Points: 72
Direct Link To This Post Posted: 22 October 2009 at 11:23am
Hi, SuperMario
Can you please grant me access to the beta?  (appears "account expired")
Thanks

Back to Top
Lodep59 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 03 April 2008
Status: Offline
Points: 203
Direct Link To This Post Posted: 22 October 2009 at 11:43am
Originally posted by OscarM OscarM wrote:

Hi, SuperMario
Can you please grant me access to the beta?  (appears "account expired")
Thanks

 
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)
Back to Top
markr View Drop Down
Senior Member
Senior Member


Joined: 01 August 2004
Status: Offline
Points: 442
Direct Link To This Post Posted: 26 October 2009 at 10:15am
xtpPaneStickerStyleVisualStudio2010 is for next release (after 13.2).  for now please continue using xtpPaneStickerStyleVisualStudio2005
[/QUOTE]

That's all well and good, but xtpPaneStickerStyleVisualStudio2010 appears to be the default, so this is effectively broken out of the box.
Back to Top
tfrancois View Drop Down
Groupie
Groupie


Joined: 21 August 2007
Status: Offline
Points: 78
Direct Link To This Post Posted: 30 October 2009 at 2:55am
Looks like CJ released 13.2.1 today.  Wow...sorta unexpected but very welcome nonetheless.  Can't wait to see what was fixed/updated.  GO CODEJOCK GO!!!
Back to Top
Lodep59 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 03 April 2008
Status: Offline
Points: 203
Direct Link To This Post Posted: 30 October 2009 at 3:34pm
Originally posted by tfrancois tfrancois wrote:

Looks like CJ released 13.2.1 today.  Wow...sorta unexpected but very welcome nonetheless.  Can't wait to see what was fixed/updated.  GO CODEJOCK GO!!!
 
Yes go go... but not so fast !
My app in 13.2 :
 
 
Now in 13.2.1 :
 
 
I'm not a real fan of the pink around my app icon...
Can you fix this, please ?
 
Checked on W7. No change between the two screens (except the version of CJ !).
 
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Direct Link To This Post Posted: 02 November 2009 at 7:40am
Hi,
ActiveX version should show 24 bit icon
 
How do you set 32 bit one ?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Lodep59 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 03 April 2008
Status: Offline
Points: 203
Direct Link To This Post Posted: 02 November 2009 at 9:58am
Hi Oleg !
 
Glad to read you !
My Icon is in a file distributed with the software.
It contains both 256 colors (8bits) and RVB/A (32 bits) formats (sizes = 16,32,48,128,256).
I set the icon via a function like this (using api) :
 
    Dim hIcon As Long
    hIcon = LoadImage(0&, IconPath, IMAGE_ICON, 16, 16, LR_LOADFROMFILE)
    If hIcon <> 0 Then
       Call SendMessage(hWnd, WM_SETICON, 0, ByVal hIcon)
    End If
 
Why does it works in 13.2.0 and not in 13.2.1 ?
 
 
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Direct Link To This Post Posted: 02 November 2009 at 1:34pm
Where is the whatsnew log for this release? I can't find it anywhere on codejock.com
Product: Xtreme ToolkitPro 19.30
Platform: Windows 10 64bit
Language: Visual C++ (VS 2019)
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Direct Link To This Post Posted: 02 November 2009 at 1:47pm
PokerMemento - http://www.pokermemento.com/
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Direct Link To This Post Posted: 02 November 2009 at 6:30pm
Thanks !, but there should be a link on codejock main website to this page
Product: Xtreme ToolkitPro 19.30
Platform: Windows 10 64bit
Language: Visual C++ (VS 2019)
Back to Top
Lodep59 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 03 April 2008
Status: Offline
Points: 203
Direct Link To This Post Posted: 09 November 2009 at 4:28am
Originally posted by Lodep59 Lodep59 wrote:

Hi Oleg !
 
Glad to read you !
My Icon is in a file distributed with the software.
It contains both 256 colors (8bits) and RVB/A (32 bits) formats (sizes = 16,32,48,128,256).
I set the icon via a function like this (using api) :
 
    Dim hIcon As Long
    hIcon = LoadImage(0&, IconPath, IMAGE_ICON, 16, 16, LR_LOADFROMFILE)
    If hIcon <> 0 Then
       Call SendMessage(hWnd, WM_SETICON, 0, ByVal hIcon)
    End If
 
Why does it works in 13.2.0 and not in 13.2.1 ?
 
 
 
 
Hi Oleg,
 
Some news about this ?
Thank you !
 
Laurent
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Direct Link To This Post Posted: 09 November 2009 at 7:22am
Originally posted by Lodep59 Lodep59 wrote:

 
 
Hi Oleg,
 
Some news about this ?
Thank you !
 
Laurent
 
Hi, Please open new ticket in issuetrack we will find best way together to fix it.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
gaudetm View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 September 2006
Location: Canada
Status: Offline
Points: 134
Direct Link To This Post Posted: 14 January 2010 at 7:47pm
For my part i notice that code that worked fine to display icons in the columns dont work anymore (not display icons in columns)
 
        With AxReportControl1
            .Icons = AxImageManager1.Icons
            .PaintManager.NoGroupByText = "Faites glisser ici l'en-tête d'une colonne pour regrouper par cette colonne."
            .PaintManager.NoItemsText = "Aucun élément à afficher dans cet affichage"
            .PaintManager.ColumnStyle = XtremeReportControl.XTPReportColumnStyle.xtpColumnOffice2007
            .Columns.DeleteAll()
            .Columns.Add(0, "", 0, False) 'Id
            .Columns.Add(1, "Icône", 18, False) 'Icon
            .Columns(1).Icon = 1
            .....
 
Here sample that worked fine before display icone 1 from aximagemanager1 in the column icon but not anymore please fix it
 
Thanks
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Direct Link To This Post Posted: 15 January 2010 at 10:33am
hi, yes, we found this bug in our own testing and it is fixed for the final release :)
Thanks
Back to Top
gaudetm View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 September 2006
Location: Canada
Status: Offline
Points: 134
Direct Link To This Post Posted: 15 January 2010 at 12:07pm
That good to hear, other question when the final release going to be out because i want to plan to distribute my application with this new version of the controls but i can't until the release since that is a major bug for the interface of the application.
 
Thanks and your do a good job continue like this
 
Marc
Back to Top
skiman View Drop Down
Groupie
Groupie


Joined: 20 December 2008
Location: Belgium
Status: Offline
Points: 88
Direct Link To This Post Posted: 27 January 2010 at 12:03pm
Hi,

Any news about the release date?

Best regards,
Chris Andries
ABO Service
Back to Top
 Post Reply Post Reply Page  <12
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.