13.2 Beta Available Now |
Post Reply | Page <12 |
Author | |
mgoldshteyn
Groupie Joined: 30 December 2007 Status: Offline Points: 18 |
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
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Posted: 21 October 2009 at 12:37pm |
xtpPaneStickerStyleVisualStudio2010 is for next release (after 13.2). for now please continue using xtpPaneStickerStyleVisualStudio2005
|
|
Marcus
Groupie Joined: 04 June 2006 Location: Germany Status: Offline Points: 42 |
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).
|
|
OscarM
Groupie Joined: 07 November 2005 Status: Offline Points: 72 |
Posted: 22 October 2009 at 11:23am |
Hi, SuperMario
Can you please grant me access to the beta? (appears "account expired") Thanks |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Posted: 22 October 2009 at 11:43am |
|
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
markr
Senior Member Joined: 01 August 2004 Status: Offline Points: 443 |
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. |
|
tfrancois
Groupie Joined: 21 August 2007 Status: Offline Points: 78 |
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!!!
|
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Posted: 30 October 2009 at 3:34pm |
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) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
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 |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
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) |
|
evoX
Senior Member Joined: 25 July 2007 Status: Offline Points: 207 |
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) |
|
znakeeye
Senior Member Joined: 26 July 2006 Status: Offline Points: 1672 |
Posted: 02 November 2009 at 1:47pm |
PokerMemento - http://www.pokermemento.com/
|
|
evoX
Senior Member Joined: 25 July 2007 Status: Offline Points: 207 |
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) |
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Posted: 09 November 2009 at 4:28am |
Hi Oleg,
Some news about this ?
Thank you !
Laurent
|
|
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate Language: VB6 SP6 (FR) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Posted: 09 November 2009 at 7:22am |
Hi, Please open new ticket in issuetrack we will find best way together to fix it.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
gaudetm
Senior Member Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
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
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
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 |
|
gaudetm
Senior Member Joined: 23 September 2006 Location: Canada Status: Offline Points: 134 |
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
|
|
skiman
Groupie Joined: 20 December 2008 Location: Belgium Status: Offline Points: 88 |
Posted: 27 January 2010 at 12:03pm |
Hi,
Any news about the release date? Best regards, Chris Andries |
|
ABO Service
|
|
Post Reply | Page <12 |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |