Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - 2011 Version 15 Release Schedule Update
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

2011 Version 15 Release Schedule Update

 Post Reply Post Reply Page  12>
Author
Message
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Topic: 2011 Version 15 Release Schedule Update
    Posted: 06 December 2010 at 12:14pm
We have listened to your feedback regarding our version 15 (2011) release and have decided to implement more features like many of you have requested.  Because of this, the final release will be delayed however we will continue to introducing betas on a regular basis.  These will be available for public download in our evaluation area.

We apologize for the delays but are hopeful that our v15 release will be one of the best releases we have produced in quite some time.

As now we are looking to have a final release ready by mid January 2011.

We will post a complete list of new features soon.

If you have positive feedback or suggestions please feel free to post them here.

Happy Holidays!
Back to Top
Fabian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 22 November 2004
Location: Switzerland
Status: Offline
Points: 336
Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 2:11am
Here my list for ActiveX:
 
  • WYSIWYG Font combo box in CommandBars and PropertyGrid
  • Real picture cell type for ReportControl
  • Card view for ReportControl (row shown vertically as a card)
  • Export feature (EXCEL, TEXT, XML) for ReportControl
  • Integrated column filter as in Excel (OK I know that it can be done with header rows and combo boxes but it would be very handy to have such a standard feature built in!)
  • Clipboard support for ChartControl
  • Insert method for the TreeView control (Set NewNode=TV.Nodes.Insert(Index,Caption))
  • Mutiselect for TreeView
  • Calendar: verical scrollbar for all day event area (if needed)
  • Calendar: BeforeDrawThemeObject: add .Backgroundstyle, so cells can be hatched
  • Office 2010 CJSTYLES file for skin framework
AND: MAKE BETA FOR PAYING CUSTOMERS AVALABLE WITHOUT LIMITATIONS so we can test it in production code
 
Thanks
Fabian
Product: Xtreme SuitePro (ActiveX) version 16.2.3

Platform: Windows 7 (32bit)

Language: Visual Basic 6.0 / SP6
Back to Top
jimmy View Drop Down
Senior Member
Senior Member


Joined: 11 November 2003
Location: Austria
Status: Offline
Points: 515
Post Options Post Options   Thanks (0) Thanks(0)   Quote jimmy Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 3:23am
Hello,

Here are also some wishes.

------ Report --------
add:
bool CXTPReportItem::GetIconRect(XTP_REPORTRECORDITEM_ARGS* pDrawArgs, CRect& rcItem);
to receive the IconRect. Because of own handling click on icon.

update:
CXTPReportTip support Markup Items & Markup tips.

add: virtual function to draw background
CXTPReportRecordItem::DrawBackground(CDC *pDC, XTP_REPORTRECORDITEM_DRAWARGS* pDrawArgs, CRect& rcItem)
{
    if (pMetrics->clrBackground != XTP_REPORT_COLOR_DEFAULT)
        pDC->FillSolidRect(rcItem, pMetrics->clrBackground);
}
(http://forum.codejock.com/forum_posts.asp?TID=17390&title=wish-for-cxtpreportrecorditemdraw)

add: Columns Filter Editor
http://forum.codejock.com/forum_posts.asp?TID=16436&title=column-filter-editor

add: CXTPReportInplaceList::Create not virtual
http://forum.codejock.com/forum_posts.asp?TID=13110&title=cxtpreportinplacelistcreate-not-virtual

---------- Markup ------------------
update: Speedup markup parsing:
we have make a makrup listbox. but insert of  3000 need to much time (3 sec).
every entry must be parse, because the listbox need the entry height for the scrollbar.

update: Markup wish fro x:Static System Color changing
http://forum.codejock.com/forum_posts.asp?TID=17196

add: Wish to have a Global.Resource
http://forum.codejock.com/forum_posts.asp?TID=17122

------- Toolkit pro ----------------
Create a HICON from XTPImageManager, if ImageIcon is a alpha bitmap.
http://forum.codejock.com/forum_posts.asp?TID=16605

  Jimmy
Back to Top
itsmg View Drop Down
Groupie
Groupie


Joined: 10 September 2009
Status: Offline
Points: 44
Post Options Post Options   Thanks (0) Thanks(0)   Quote itsmg Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 3:40am
Hi,

I'm sorry to post this again, because I know that you did almost all that 
you can for implementing databinding in the ActiveX controls, but we require this more than any other feature:


REQUEST DataCombo with Unicode Support
http://forum.codejock.com/forum_posts.asp.TID=16136

BUG Databound Combo Doesn''t Update Database
http://forum.codejock.com/forum_posts.asp.TID=16170

REQUEST Support Databinding
http://forum.codejock.com/forum_posts.asp.TID=16470
REQUEST Show Week Numbers in Calendar View
http://forum.codejock.com/forum_posts.asp.TID=16470

Thank you.

Product: Xtreme SuitePro (ActiveX) version 20.1.0 (unicode)

Platform: Windows 11 (64bit)

Language: Visual Basic 6.0
Back to Top
Source View Drop Down
Senior Member
Senior Member


Joined: 19 June 2006
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote Source Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 4:37am
- Datagrid control
- Group and Filter on a RC with virtualmode
- Fasten RC with large recordset (500.000 records or more)
Product: Xtreme SuitePro (ActiveX) version 13.1.0
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0
Back to Top
Simon HB9DRV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 July 2005
Location: Switzerland
Status: Offline
Points: 458
Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 4:38am
Originally posted by Support Support wrote:

If you have positive feedback or suggestions please feel free to post them here.
Looking forward to 3D charting but first let's get version 15 out Thumbs Up because I need the FlowGraph to blow my users' socks off!
Simon HB9DRV
Back to Top
znakeeye View Drop Down
Senior Member
Senior Member
Avatar

Joined: 26 July 2006
Status: Offline
Points: 1672
Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 5:05am
Please, do not forget about the skins. XTP is the only library that offers "Office 2007"-GUI for dialogs and other windows. Update it to support all 2007/2010 modes and you'll be way on top!
PokerMemento - http://www.pokermemento.com/
Back to Top
McKloony View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 January 2007
Location: Germany
Status: Offline
Points: 340
Post Options Post Options   Thanks (0) Thanks(0)   Quote McKloony Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 6:29am
 
I think the most important changes must be made in the Calendar ActiveX Control. Because there are no significant changes in the last few releases!
 
The following basics are in my opinion an absolute must have:
 
1. .DayStart and . DayEnd property separate for EACH Day not only for all Days!!!
2. .LunchBreakStart und .LunchBreakEnd for EACH Day!!!
3. Point 1. und 2. separate for EACh resource (of example for each Staff or Colleague)!!!
4. Unlimited Icons (not only the four custom Icons)!!
5. OLE Drag & Drop Support (Drag Entrys from ReportControl and Drop it into Calendar Control)!
6. More and individual .BusyStatus not only for standard types
 
To use the Calendar Control in areas, in which Microsoft Outlook does not, or only has a minor role, for example in the medical field, these standards or features are simply given!!!
 
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

Language: Visual Basic 6.0 SP6
Back to Top
sforces View Drop Down
Groupie
Groupie


Joined: 13 May 2009
Status: Offline
Points: 71
Post Options Post Options   Thanks (0) Thanks(0)   Quote sforces Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 9:15am
Please add:

SyntaxEdit
  1. Drag and Drop support. Issue #24980
  2. Word Wrap support. This has been requested by a lot of people for many years in the forum. Issue #24884
  3. Splitter support (your MFC demo shows it, but ActiveX version doesn't and all other SyntaxEdit controls I've used/played with support this). Issue #24883
Docking Pane
  1. Make my life easier by exposing properties to know docked / undocked pane's location (left and bottom) without having to use API GetWindowsRect and GetClientRect. Why have to use an api call and extra coding when you can make my life (and others) easier (isn't that the point of third party controls). Doesn't the pane already know where it's docked and can't you easily expose this information. Issue #25083

Recent File List
    1. I am moving from another MRU component that had Key, Caption, Icon, and Value properties that I could set. In my case, I need to display to the user a friendly path, but keep the full path plus some server related info (i.e. xyz;myserver:3312;blah\blah\blah.bla) as we're dealing with items not just directly on the file system or UNC. Issue #25084

    I find that RecentFileList is EXTREMELY limited. Can you please add support for:
      • Caption (what is displayed to user)
      • Icon (ability to set/change the icon shown)
      • Key (a unique key that can be searched on)
      • Value (not shown to user but allows to store info like my example above so I can retrieve the item from the location: xyz;myserver:3312;blah\blah\blah.bla)
    2. There appears to be a limit of only showing items numbered through 9?? Even if you set the maxsize property beyond 9. WHY? By the way, this has been reported multiple times in the forums for a long while without being addressed. Issue #25084
    Product: Xtreme Suite Pro (ActiveX) version 16.3.1

    Platform: Windows XP SP3 (32bit)

    Language: Visual Basic 6.0 SP6
    Back to Top
    adrien View Drop Down
    Senior Member
    Senior Member


    Joined: 30 April 2007
    Location: New Zealand
    Status: Offline
    Points: 449
    Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 07 December 2010 at 8:29pm
    Could I put in a vote for 13.4.3

    There are a couple bug-fixes we need, particularly 


    We can't use the new stuff in release code yet for a while, so for us, to delay bug-fixes for implementation of new stuff we can't use is problematic.
    Back to Top
    znakeeye View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 26 July 2006
    Status: Offline
    Points: 1672
    Post Options Post Options   Thanks (0) Thanks(0)   Quote znakeeye Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2010 at 3:06am
    Originally posted by adrien adrien wrote:

    Could I put in a vote for 13.4.3

    There are a couple bug-fixes we need, particularly 


    We can't use the new stuff in release code yet for a while, so for us, to delay bug-fixes for implementation of new stuff we can't use is problematic.
     
    Have to agree here. This one is absolutely critical!
    PokerMemento - http://www.pokermemento.com/
    Back to Top
    Lodep59 View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 03 April 2008
    Status: Offline
    Points: 203
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2010 at 3:39am
    Originally posted by znakeeye znakeeye wrote:

    Originally posted by adrien adrien wrote:

    Could I put in a vote for 13.4.3

    There are a couple bug-fixes we need, particularly 


    We can't use the new stuff in release code yet for a while, so for us, to delay bug-fixes for implementation of new stuff we can't use is problematic.
     
    Have to agree here. This one is absolutely critical!

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


    Joined: 27 October 2005
    Location: Germany
    Status: Offline
    Points: 318
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2010 at 7:26am
    1. Resizeable Image-DialogBoxes to all your Suite-Controls. So the developer see more Icons for selecting...


    ----------------------

    2. In Combo- and ListBoxes a new method, called "FindItemByItemData"

    FindItemByItemData(IndexStart as Long, Data as Variant)

    ...it's a little bit like your "FindItem(IndexStart as Long, String as String, Exact as Boolean)", but with searching for "ItemData" instead of "ItemText".

    ----------------------

    3. New event in your TabControl, called SelectedChange (don't muddle with your SelectedChanged!)

    Please spend a new Event to your "TabControl" >>>  SelectedChange(ByVal Item As XtremeSuiteControls.ITabControlItem, Cancel As Boolean)

    OK, You've already a "BeforeItemClick" Event. But this Event doesn't fires, if another Item will selected by code.

    And because your "SelectedChanged" Event fires too late, it's very important to have a "Cancel as Boolean"!

    BTW: Same post from me you'll find here: http://forum.codejock.com/forum_posts.asp?TID=17622&title=xtreme-suite-v15-wishlist

    Thank you,
    Jebo

    [Sig removed by Admin: Signature can't exceed 40GB]
    Back to Top
    Enclaved Shadow View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 22 August 2006
    Location: Canada
    Status: Offline
    Points: 31
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Enclaved Shadow Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2010 at 8:56am
    I installed the beta yesterday and was hoping to see support for 'backstage view'. Unless I missed something I do not see any support for it.  Is 'backstage view' something that is being worked on and will be in the final release?


    thanks
    Back to Top
    jpbro View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2010 at 8:46pm
    I'm desperate for a couple of MarkupLabel issues to be fixed, but I haven't heard anything from my support ticket or in the Beta Testing board:

    http://forum.codejock.com/forum_posts.asp?TID=17623&title=v15-markuplabel-issues-requests
    http://forum.codejock.com/forum_posts.asp?TID=17645&title=bug-markuplabel-control-rowdefinition-height

    Any chance of fixes for v15 for these issues?


    FIXED FOR 15.
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

    Back to Top
    scottp View Drop Down
    Groupie
    Groupie


    Joined: 16 October 2006
    Status: Offline
    Points: 59
    Post Options Post Options   Thanks (0) Thanks(0)   Quote scottp Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2010 at 11:15pm
    A long standing issue for us are the problems with MDI Tabbed views when using OpenGL views.

    Details of the problem can be found in this post:
    https://forum.codejock.com/forum_posts.asp?TID=6997&KW=opengl&title=opengl-tabbed-mdi-windows-on-vista-aero-problems

    This problem was also discussed in issue #13564

    I have tested the modified MDITabWindow example with the latest beta and the same problems still occur. So I am testing on Windows 7 with V15.0 and finding the same problems I found several years ago with Windows Vista and version 11.1.0.

    In the forum post I included some code fixes which partially solve this problem for me, but they have never been included in any release (requiring me to manually merge these changes every time). We still experience the bug that every time a tab with opengl view is switched contents of an old, non-opengl view are displayed briefly. (this is also mentioned in the post and ticket above)

    Please reinvestigate this issue and provides some fixes for us and I will be really happy Smile

    p.s. a polar graph addition to the charting would also be nice
    Back to Top
    Aaron View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 29 January 2008
    Status: Offline
    Points: 2192
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 09 December 2010 at 8:20am

    Hi,

    There are a few issues which need to be fixed

    http://forum.codejock.com/forum_posts.asp?TID=16309&title=bug-v1330-issues-57-solved-14

     
    Thanks
    Product: Xtreme SuitePro (ActiveX) version 15.0.2
    Platform: Windows XP (32bit) - SP 2
    Language: Visual Basic 6.0

    Zero replies is not an option....
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 December 2010 at 8:45am
    Originally posted by Enclaved Shadow Enclaved Shadow wrote:

    I installed the beta yesterday and was hoping to see support for 'backstage view'. Unless I missed something I do not see any support for it.  Is 'backstage view' something that is being worked on and will be in the final release?


    thanks


    Yes, we will have another beta soon with backstage.
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 December 2010 at 8:47am
    Originally posted by Aaron Aaron wrote:

    Hi,

    There are a few issues which need to be fixed

    http://forum.codejock.com/forum_posts.asp?TID=16309&title=bug-v1330-issues-57-solved-14

     
    Thanks


    Many of those will be fixed in the final release.
    Back to Top
    jpbro View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 10 December 2010 at 8:52am
    A small request that has been hanging around for years, but shouldn't be too difficult:

    Add an option for the PopupControl to ignore mouse:
    http://forum.codejock.com/forum_posts.asp?TID=10144&title=showing-a-png-with-transparency

    This will complete the feature set for the PopupControl to be used as a splash screen control.

    Thanks in advance if possible.


    Implemented. Thanks guys!
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

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

    Joined: 29 January 2008
    Status: Offline
    Points: 2192
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 10 December 2010 at 9:50am
    Originally posted by jpbro jpbro wrote:

    A small request that has been hanging around for years, but shouldn't be too difficult:

    Add an option for the PopupControl to ignore mouse:
    http://forum.codejock.com/forum_posts.asp?TID=10144&title=showing-a-png-with-transparency

    This will complete the feature set for the PopupControl to be used as a splash screen control.

    Thanks in advance if possible.
     
    +1
     
    And if you are going to, I have another request for same control which could be used as a throbber Wink Option to add GIF images to Imagemanager would be my first choise though... but if you don't, please implement Jason's request so I'm able to "simulate" throbber
     
    Thanks a lot
     
    Product: Xtreme SuitePro (ActiveX) version 15.0.2
    Platform: Windows XP (32bit) - SP 2
    Language: Visual Basic 6.0

    Zero replies is not an option....
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 10 December 2010 at 10:03am
    Originally posted by jpbro jpbro wrote:

    A small request that has been hanging around for years, but shouldn't be too difficult:

    Add an option for the PopupControl to ignore mouse:
    http://forum.codejock.com/forum_posts.asp?TID=10144&title=showing-a-png-with-transparency

    This will complete the feature set for the PopupControl to be used as a splash screen control.

    Thanks in advance if possible.


    Added wndPopupSplash.SplashScreenMode = True
    Back to Top
    jpbro View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 11 December 2010 at 4:02pm
    Thanks for the fixes guys - can you take a look at this one:

    http://forum.codejock.com/forum_posts.asp?TID=17454&PID=61775#61775

    Thanks a lot.

    NOT A BUG - PEBCAK ;)
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

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

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 11 December 2010 at 4:11pm
    Also, any chance we can have a property to hide the ComboBox button as per this thread:

    http://forum.codejock.com/forum_posts.asp?TID=16231
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

    Back to Top
    KXD View Drop Down
    Newbie
    Newbie
    Avatar

    Joined: 07 November 2010
    Location: Australia
    Status: Offline
    Points: 2
    Post Options Post Options   Thanks (0) Thanks(0)   Quote KXD Quote  Post ReplyReply Direct Link To This Post Posted: 13 December 2010 at 12:14am
    If possible, could we add this option to the Calendar control (ActiveX)?

    http://forum.codejock.com/forum_posts.asp?TID=17208&title=year-view

    Thanks
    Back to Top
    IJmert View Drop Down
    Newbie
    Newbie


    Joined: 09 November 2010
    Location: Netherlands
    Status: Offline
    Points: 1
    Post Options Post Options   Thanks (0) Thanks(0)   Quote IJmert Quote  Post ReplyReply Direct Link To This Post Posted: 14 December 2010 at 8:08am
    Originally posted by znakeeye znakeeye wrote:

    Originally posted by adrien adrien wrote:

    Could I put in a vote for 13.4.3

    There are a couple bug-fixes we need, particularly 


    We can't use the new stuff in release code yet for a while, so for us, to delay bug-fixes for implementation of new stuff we can't use is problematic.
     
    Have to agree here. This one is absolutely critical!

    +1

    We need the chart controls as soon as possible. They are now seperate. I was waiting for a version 14.0 (version 13.4.2 + charts). That's does not get released. We now have to wait for 15.0. Please release the combination as soon as possible. We have a Suite Pro license and we want as soon as possible to start using charts. 
    Back to Top
    jpbro View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 14 December 2010 at 8:31pm
    Any chance of getting an IPrintView interface from the MarkupLabel control for use with the PrintPreview control?

    Even nicer would be a PrintToDc option with the ability to define the RECT to print to, similar to what we have with the ChartControl.

    Thanks a lot.
    DONE FOR V15. Thanks a lot!
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

    Back to Top
    cjrobindch View Drop Down
    Groupie
    Groupie


    Joined: 29 July 2008
    Status: Offline
    Points: 15
    Post Options Post Options   Thanks (0) Thanks(0)   Quote cjrobindch Quote  Post ReplyReply Direct Link To This Post Posted: 16 December 2010 at 7:31am
    Originally posted by Support Support wrote:

    If you have positive feedback or suggestions please feel free to post them here.
    From time to time, to maintain my sanity and cross-module consistency, I renumber the resource ID's in my application and its dependents.  Unfortunately, whenever I do this, the CXTPDockingPaneLayout state save/load misbehaves, and I get panes + windows without embedded views etc.

    To get around this, I keep a 'resource id version' which is incremented every time I renumber the ID's (perhaps once every two months or so for active projects) and this number is stored in the app's registry settings.  Whenever the app detects that the resource id version number has changed, the app deletes the CJ settings from the registry and the views etc revert to default layout.  Not perfect, but it beats missing windows windows or crashing apps.

    If there's no way to avoid this at the moment, then it's certainly something I'd like to see addressed.

    Otherwise, thanks for a great product!.
    Product: Xtreme Toolkit Pro 15.0.1
    Platform: Windows 7 (32bit)
    Language: Visual C++ 6.0
    Back to Top
    jpbro View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 18 December 2010 at 5:16pm
    Another small but useful feature that I would really welcome:

    The ability to draw an icon/bitmap in the ImageManager control to an hDc with alpha and using one of the xtpImageNormal, xtpImageChecked, xtpImageHot, xtpImagePressed, xtpImageDisabled flags. Is this possible for V15?
    ALREADY EXISTS, MY MISTAKE.
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

    Back to Top
    Oleg View Drop Down
    Admin Group
    Admin Group


    Joined: 21 May 2003
    Location: United States
    Status: Offline
    Points: 11234
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 20 December 2010 at 3:52am
    Hi,

    Originally posted by jpbro jpbro wrote:

    Another small but useful feature that I would really welcome:

    The ability to draw an icon/bitmap in the ImageManager control to an hDc with alpha and using one of the xtpImageNormal, xtpImageChecked, xtpImageHot, xtpImagePressed, xtpImageDisabled flags. Is this possible for V15?

    There is Draw method of ImageManagerIcon.
    Oleg, Support Team
    CODEJOCK SOFTWARE SOLUTIONS
    Back to Top
    jpbro View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 20 December 2010 at 9:30am
    Sorry Oleg, I missed that. Thanks a lot.
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

    Back to Top
    ampcom View Drop Down
    Groupie
    Groupie


    Joined: 20 September 2008
    Status: Offline
    Points: 38
    Post Options Post Options   Thanks (0) Thanks(0)   Quote ampcom Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2011 at 6:30am
    Hi,
     
    Happy New Year All
     
    Can CJ give an update for new beta release please?
     
    Thanks
     
    Tony
     
    Product: Xtreme SuitePro (ActiveX) version 15.0.1
    Platform: Windows 7 (64 Bit) Ultimate
    Language: Visual Basic 6.0
    Back to Top
    Lodep59 View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 03 April 2008
    Status: Offline
    Points: 203
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2011 at 7:00am
    ... and a feature list please !

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


    Joined: 29 July 2008
    Status: Offline
    Points: 15
    Post Options Post Options   Thanks (0) Thanks(0)   Quote cjrobindch Quote  Post ReplyReply Direct Link To This Post Posted: 05 January 2011 at 8:29am
    Originally posted by Support Support wrote:

    If you have positive feedback or suggestions
    Some way to make the buttons on a ribbon-bar the same width, or to be able to get and set the width of individual buttons manually?

    At the moment, width is determined by the layout of the button text, so if one button has a short name, and another has a long name, the buttons can look quite unbalanced.
    Product: Xtreme Toolkit Pro 15.0.1
    Platform: Windows 7 (32bit)
    Language: Visual C++ 6.0
    Back to Top
    ABuenger View Drop Down
    Newbie
    Newbie
    Avatar

    Joined: 02 February 2006
    Status: Offline
    Points: 1075
    Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 07 January 2011 at 9:31am
    Guys, calm down. There is only so much that can be done within 1 month. Obviously there can't be weekly Betas. We'll either see an other Beta or the final release, I'm sure we will get an update within the next days.

    The chart control was quite a large addition to the toolkit and therefore they couldn't work on the existing controls as much as in the past.

    Everyone here is posting his requests, but no one seems to notice that they sum up to several month of work. A lot of the issues posted here have already been addressed, as you can see from their replies.

    Codejock support
    Back to Top
    ABuenger View Drop Down
    Newbie
    Newbie
    Avatar

    Joined: 02 February 2006
    Status: Offline
    Points: 1075
    Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 08 January 2011 at 7:10am
    The last Beta was released "11/29/10". We are all developers, so we all know how much could have been done since then. Sometimes it seems to me that some users here expect them to do magic.

    Releasing too much info is also two-fold for them. They want to give their customers as much info as possible, but then there is also a competitor who reads each message of them. Why do you think has BCGSoft now also a Chart control? They've read each request etc. here.

    It's a poor situation for them in which they only can lose.

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

    Joined: 29 January 2008
    Status: Offline
    Points: 2192
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 08 January 2011 at 7:28am
    Originally posted by ABuenger ABuenger wrote:


    The last Beta was released "11/29/10". We are all developers, so we all know how much could have been done since then. Sometimes it seems to me that some users here expect them to do magic.

    Releasing too much info is also two-fold for them. They want to give their customers as much info as possible, but then there is also a competitor who reads each message of them. Why do you think has BCGSoft now also a Chart control? They've read each request etc. here.

    It's a poor situation for them in which they only can lose.

     
    Hi,
     
    CJ will have plenty of time before BCGSoft even equals CJ ChartControl... So if nothing is implemented in half a year, ChartControl users don't even think about switching to BCGSoft ChartControl Tongue
     
    And you know what... Why I bought CJ controls? because of stability of the controls (well at least most members of this forum voted this option) That is something to keep in mind, ALL the time !!!
    As I said before, I don't need new features, just working controls. And if there are no bugs to fix anymore and CJ developers don't have anything to do, we are always here to keep them busy Wink
     
    Thanks
     
      
    Product: Xtreme SuitePro (ActiveX) version 15.0.2
    Platform: Windows XP (32bit) - SP 2
    Language: Visual Basic 6.0

    Zero replies is not an option....
    Back to Top
    cjrobindch View Drop Down
    Groupie
    Groupie


    Joined: 29 July 2008
    Status: Offline
    Points: 15
    Post Options Post Options   Thanks (0) Thanks(0)   Quote cjrobindch Quote  Post ReplyReply Direct Link To This Post Posted: 10 January 2011 at 8:17am
    Originally posted by Lodep59 Lodep59 wrote:

    Originally posted by cjrobindch cjrobindch wrote:

    Some way to make the buttons on a ribbon-bar the same width
    Why don't you use the "width" property of command bars controls?
    Should have been clearer -- I was wondering if it could be done automatically, rather than programatically.  ie, have a new flag to CXTPControl::SetFlags() which is 'xtpFlagWidthIsMaxInGroup' or something like that.  The current way (check each control size, then expand if shorter than max; or just set to a hardcoded value) can be long-winded.
    Product: Xtreme Toolkit Pro 15.0.1
    Platform: Windows 7 (32bit)
    Language: Visual C++ 6.0
    Back to Top
    Jebo View Drop Down
    Senior Member
    Senior Member


    Joined: 27 October 2005
    Location: Germany
    Status: Offline
    Points: 318
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post Posted: 11 January 2011 at 6:42pm
    @CJ-Team
    "As now we are looking to have a final release ready by mid January 2011."
    Is this true? In two days the final v15 will be released???

       Thumbs Up or Ouch ???
    [Sig removed by Admin: Signature can't exceed 40GB]
    Back to Top
    Fabian View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 22 November 2004
    Location: Switzerland
    Status: Offline
    Points: 336
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post Posted: 16 January 2011 at 5:50am
    Hi pate
     
    I don't know your example but I use
     
     
    For i=0 To 100000
      If i mod 1000 Then Progressbar1.Value=i/100000*100
    Next i
     
    instead of
     
    For i=0 To 100000
      Progressbar1.Value=i/100000*100
    Next i
     
    and I don't see any remarkable delays...
     
    Regards
    Fabian
    Product: Xtreme SuitePro (ActiveX) version 16.2.3

    Platform: Windows 7 (32bit)

    Language: Visual Basic 6.0 / SP6
    Back to Top
    pate View Drop Down
    Groupie
    Groupie


    Joined: 27 April 2009
    Status: Offline
    Points: 36
    Post Options Post Options   Thanks (0) Thanks(0)   Quote pate Quote  Post ReplyReply Direct Link To This Post Posted: 16 January 2011 at 5:43pm
    Thanks Fabian, I'll check it out.  I did get another workaround for another user that seemes to work as well, but my point to CJ was here is one of your base controls that has a problem, and I can't get them to fix it.  The same code using the MS progress bar and even a freebie one I found on the web does not slow down like the CJ progress bar.  Thanks again.
     
    -pate
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 17 January 2011 at 1:15pm
    Originally posted by Jebo Jebo wrote:

    @CJ-Team
    "As now we are looking to have a final release ready by mid January 2011."
    Is this true? In two days the final v15 will be released???

       Thumbs Up or Ouch ???


    No, it won't be in 2 days, but we are making final preparations for the release now.  If all goes well v15 will be released by the end of the first week in February.

    Thanks
    Back to Top
    Daniel View Drop Down
    Groupie
    Groupie


    Joined: 20 June 2006
    Status: Offline
    Points: 19
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Daniel Quote  Post ReplyReply Direct Link To This Post Posted: 25 January 2011 at 3:18am

    Any plans for a new ‚real‘ beta (not an evaluation) or any kind of feature-list before your release or delay v15 in 2 or 3 weeks?

    Back to Top
    Daniel View Drop Down
    Groupie
    Groupie


    Joined: 20 June 2006
    Status: Offline
    Points: 19
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Daniel Quote  Post ReplyReply Direct Link To This Post Posted: 31 January 2011 at 4:02pm
    Any update for the next few days? A new delayed release date? A feature list?
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 31 January 2011 at 5:01pm
    Should real be soon now. 
    Back to Top
    Jebo View Drop Down
    Senior Member
    Senior Member


    Joined: 27 October 2005
    Location: Germany
    Status: Offline
    Points: 318
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post Posted: 07 February 2011 at 6:42am
    Good news!
    I have spoken with support in the meantime. Version 15 will be posted today, 07-FEB-11. Thumbs Up

    Back to Top
    Simon HB9DRV View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 07 July 2005
    Location: Switzerland
    Status: Offline
    Points: 458
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 07 February 2011 at 11:39am
    Originally posted by Jebo Jebo wrote:

    Good news!
    I have spoken with support in the meantime. Version 15 will be posted today, 07-FEB-11. Thumbs Up

    Excellent, about time I blew my users' socks off with great UI features!
    Simon HB9DRV
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 07 February 2011 at 2:54pm
    Just an update.  15.0.1 will be released by the end of the day tomorrow, not today.  Thank you for your patience.
    Back to Top
    Simon HB9DRV View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 07 July 2005
    Location: Switzerland
    Status: Offline
    Points: 458
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 07 February 2011 at 3:00pm
    Originally posted by SuperMario SuperMario wrote:

    Just an update.  15.0.1 will be released by the end of the day tomorrow, not today.  Thank you for your patience.
     
    Take it easy - best to release properly :)
    Simon HB9DRV
    Back to Top
    Enclaved Shadow View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 22 August 2006
    Location: Canada
    Status: Offline
    Points: 31
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Enclaved Shadow Quote  Post ReplyReply Direct Link To This Post Posted: 07 February 2011 at 3:02pm
    Originally posted by Simon HB9DRV Simon HB9DRV wrote:

    Originally posted by SuperMario SuperMario wrote:

    Just an update.  15.0.1 will be released by the end of the day tomorrow, not today.  Thank you for your patience.
     
    Take it easy - best to release properly :)

    Definitely agreed
    Back to Top
    jpcoffeyXXX View Drop Down
    Groupie
    Groupie


    Joined: 16 August 2005
    Location: United States
    Status: Offline
    Points: 31
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpcoffeyXXX Quote  Post ReplyReply Direct Link To This Post Posted: 08 February 2011 at 9:29am
    I agree with the previous two posts - take your time and do it right.  Release it next week or next month if you have to.  While I can only speculate, I would venture the majority of Codejock customers are professionals - not hobbyists.  My products are only as good as the components that go in them.  If Codejock ships a product that looks like they are just trying to get it out the door, then my products as well as every other professional around here will look the same. 

    In the big scheme of things, components are a dime a dozen.  However, components developed to extremely high standards are components worth paying for.  As a professional, I use components worth paying for which is why I have a Codejock subscription. 

    Codejock, please keep this in mind as you weigh your options as to when you are going to release Version 15.  The professionals who use your products are counting on excellence.  Wink  Thank you!

    Sincerely,

    John P. Coffey, President
    JobTabs, LLC
    http://www.jobtabs.com

    Back to Top
    ampcom View Drop Down
    Groupie
    Groupie


    Joined: 20 September 2008
    Status: Offline
    Points: 38
    Post Options Post Options   Thanks (0) Thanks(0)   Quote ampcom Quote  Post ReplyReply Direct Link To This Post Posted: 08 February 2011 at 12:56pm

    Delays are only one part of the development, communication and feature list are equally important.

    Product: Xtreme SuitePro (ActiveX) version 15.0.1
    Platform: Windows 7 (64 Bit) Ultimate
    Language: Visual Basic 6.0
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 08 February 2011 at 5:57pm
    Just an update.  Due to issues with our build machine we haven't been able to get a build completed.  Because of this will will have to push the release to tomorrow.  Sorry for the extra delay.
    Back to Top
    Insad View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 28 October 2004
    Location: The Netherlands
    Status: Offline
    Points: 55
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Insad Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 3:25am
    Star
    I've found this morning that v15.0.1 is available!
     
    Finally, better late than never Cry
     
    I'm looking forward to see what happens when I implement it 'blind' Wink (as in compile the libs and dlls and just build our product against it without modifications :))
     
    Great work.
    Products in use: XTP version 13.4.2/15.3.1/16.4.0/17.3.0
    Platforms: Win2003(R2)/Win2008(R2)/Win7/Win2011/Win8(.1)/Win2012(R2)/Win10 (x86/x64)
    Langs: VC++ (MFC) 6/2005/2008/2013/2015/2017
    Back to Top
    adrien View Drop Down
    Senior Member
    Senior Member


    Joined: 30 April 2007
    Location: New Zealand
    Status: Offline
    Points: 449
    Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 6:27am
    you might want to check the release notes before you do that.

    There's some migration to do it seems.  Many classes have been renamed, styles, defines and structs renamed (to make naming consistent - in general *XT* -> *XTP* ).

    There looks to be some sort of migration assistance utility as well


    The first 2 items marked important you need to read.

    Cheers

    Adrien
    Back to Top
    immoassist View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 19 June 2008
    Status: Offline
    Points: 20
    Post Options Post Options   Thanks (0) Thanks(0)   Quote immoassist Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 7:16am
    It seems it is not yet available to be downloaded.
    I wanted to start the migration of our app today, as we should release soon a new version :)
    Come and try our application :
    http://www.immoassist.com
    Back to Top
    Insad View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 28 October 2004
    Location: The Netherlands
    Status: Offline
    Points: 55
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Insad Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 7:50am
    Originally posted by adrien adrien wrote:

    Many classes have been renamed, styles, defines and structs renamed (to make naming consistent - in general *XT* -> *XTP* ).
    Great Dead
     
    This means this version is almost useless to us; We need to build a header file with all redefines of new names to old ones first since we use one sourcecode base for the various versions..
     
    OTH it might be an opportunity to convince the management to drop the old versions and upgrade all our 'old' applications (which will cost a lot of development time...)
     
    I'll see what we will do but I recon the header with the redefs will be the first solution...
     
    I need to do more research on that Tongue
     
    Products in use: XTP version 13.4.2/15.3.1/16.4.0/17.3.0
    Platforms: Win2003(R2)/Win2008(R2)/Win7/Win2011/Win8(.1)/Win2012(R2)/Win10 (x86/x64)
    Langs: VC++ (MFC) 6/2005/2008/2013/2015/2017
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 8:18am
    The migration isn't too time consuming, please read the release notes and these 2 docs, you can choose to include the old depreciated files and just add an include to your project:

    http://www.codejock.com/products/releasenotes/15.0.1/controls.asp
    http://www.codejock.com/products/releasenotes/15.0.1/themes.asp

    Back to Top
    adrien View Drop Down
    Senior Member
    Senior Member


    Joined: 30 April 2007
    Location: New Zealand
    Status: Offline
    Points: 449
    Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 8:20am
    yeah, I don't know if renaming was such a great idea.

    it also means if we find 15.0.1 unreleasable for any reason, we already had to migrate all our source to find that out, and would need to migrate it back to roll back the toolkit.

    Since the choice of toolkit is a system-wide setting in MSDev, it's not even like you can easily set up different projects to use different versions (not in the old dinosaur MSVC6)
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 8:21am
    Originally posted by immoassist immoassist wrote:

    It seems it is not yet available to be downloaded.
    I wanted to start the migration of our app today, as we should release soon a new version :)


    All files should be up, send an email to support (include order number) if you have any difficulty downloading.
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 8:25am
    Originally posted by adrien adrien wrote:

    yeah, I don't know if renaming was such a great idea.

    it also means if we find 15.0.1 unreleasable for any reason, we already had to migrate all our source to find that out, and would need to migrate it back to roll back the toolkit.

    Since the choice of toolkit is a system-wide setting in MSDev, it's not even like you can easily set up different projects to use different versions (not in the old dinosaur MSVC6)


    As the document says, be sure to make backups of all your projects before you make modifications. VC6 you can simply change the path to look at the new dlls.  If you don't like the new version it only takes a few seconds to change the paths back.
    Back to Top
    Insad View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 28 October 2004
    Location: The Netherlands
    Status: Offline
    Points: 55
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Insad Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 8:31am
    Originally posted by SuperMario SuperMario wrote:

    The migration isn't too time consuming, please read the release notes and these 2 docs, you can choose to include the old depreciated files and just add an include to your project:

    http://www.codejock.com/products/releasenotes/15.0.1/controls.asp
    http://www.codejock.com/products/releasenotes/15.0.1/themes.asp
     
    You're right, it shouldn't be that tough as I thought.. Pffft don't you guys scare me so much Wink
     
    But still I can convince the management of upgrading old apps to the new TKP LOL
     
    Products in use: XTP version 13.4.2/15.3.1/16.4.0/17.3.0
    Platforms: Win2003(R2)/Win2008(R2)/Win7/Win2011/Win8(.1)/Win2012(R2)/Win10 (x86/x64)
    Langs: VC++ (MFC) 6/2005/2008/2013/2015/2017
    Back to Top
    Lodep59 View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 03 April 2008
    Status: Offline
    Points: 203
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 8:32am
    I've got a "page not found" when I try to download from Online Store Account.
    Already sent a mail to sales@ and support@.
    No answer yet.

    Thanks.
    Product: Xtreme SuitePro (ActiveX) last version
    Platform: Windows 7 Ultimate
    Language: VB6 SP6 (FR)
    Back to Top
    immoassist View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 19 June 2008
    Status: Offline
    Points: 20
    Post Options Post Options   Thanks (0) Thanks(0)   Quote immoassist Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 9:12am
    Also here

    can't find the file at https://store.codejock.com/acb/stores/1/download.asp?SID=1&OrderFile_ID=xxxxxx

    Come and try our application :
    http://www.immoassist.com
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 9:21am
    I notified sales, and they will be resetting your accounts soon.  Sorry for the inconvenience, you will have the downloads soon.
    Back to Top
    Norika View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 30 November 2006
    Status: Offline
    Points: 70
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Norika Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 10:28am

    Exclamation Same trouble (File Not Found) occured on me, too.

    My download link of Ver 15.0.1 has already expired.. I cannot download.

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

    Joined: 03 April 2008
    Status: Offline
    Points: 203
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 11:17am
    Hi,

    Send ticket to support.
    I've just received an answer with download link.

    Now, it's time to test... :-)
    I really hope that this release will be better than previous.

    Regards,
    Product: Xtreme SuitePro (ActiveX) last version
    Platform: Windows 7 Ultimate
    Language: VB6 SP6 (FR)
    Back to Top
    immoassist View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 19 June 2008
    Status: Offline
    Points: 20
    Post Options Post Options   Thanks (0) Thanks(0)   Quote immoassist Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 11:27am
    I have sent also a ticket, but not download link :(
    Could you send me the link as PM?
    So I could test it, and upgrade the app for today :)
    Come and try our application :
    http://www.immoassist.com
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 11:43am
    Originally posted by immoassist immoassist wrote:

    I have sent also a ticket, but not download link :(
    Could you send me the link as PM?
    So I could test it, and upgrade the app for today :)


    All tickets have been responding to.  Please send a request to support@codejock.com
    Back to Top
    Norika View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 30 November 2006
    Status: Offline
    Points: 70
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Norika Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 11:57am
    Hi, I sent a ticket. After then I revieved a download link from support staff.
    I finished the file download correctly just now.
    Thank you!
     
    Back to Top
    immoassist View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 19 June 2008
    Status: Offline
    Points: 20
    Post Options Post Options   Thanks (0) Thanks(0)   Quote immoassist Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 12:46pm
    Nothing yet for me :(
    Come and try our application :
    http://www.immoassist.com
    Back to Top
    jpbro View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 January 2007
    Status: Offline
    Points: 1354
    Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 12:49pm
    Me neither
    Product: Xtreme SuitePro (ActiveX) version 16.2.6
    Platform: Windows XP - SP3

    Language: Visual Basic 6.0 SP6

    Back to Top
    Simon HB9DRV View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 07 July 2005
    Location: Switzerland
    Status: Offline
    Points: 458
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 1:09pm

    Please confirm whether the Chart is part of Toolkit Pro 2009 on http://codejock.com/purchase/ as I let my subscription lapse some years ago and want to get a Toolkit & Chart licence.


    Simon HB9DRV
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 1:11pm
    If you sent your request to support@codejock.com you should all have your links.


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

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 1:16pm
    Originally posted by Simon HB9DRV Simon HB9DRV wrote:

    Please confirm whether the Chart is part of Toolkit Pro 2009 on http://codejock.com/purchase/ as I let my subscription lapse some years ago and want to get a Toolkit & Chart licence.




    Yes, Chart is part of Toolkit v15.0.1
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 1:20pm
    Originally posted by immoassist immoassist wrote:

    Nothing yet for me :(


    Please see issue #26076
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 1:30pm
    Server is now fixed for the Suite Downloads.  The download should work providing your download counter is not at 0.
    Back to Top
    Simon HB9DRV View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 07 July 2005
    Location: Switzerland
    Status: Offline
    Points: 458
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 2:00pm
    Originally posted by SuperMario SuperMario wrote:

    Yes, Chart is part of Toolkit v15.0.1
     
    Thanks, will buy licence tomorrow. Don't let the bugs bite :)
    Simon HB9DRV
    Back to Top
    tobi View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 09 September 2004
    Location: Germany
    Status: Offline
    Points: 451
    Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 2:28pm
    Still having problems with download of Suite v15 !
    Download link is unclickable Cry
    Back to Top
    voiid View Drop Down
    Newbie
    Newbie
    Avatar

    Joined: 12 October 2010
    Status: Offline
    Points: 4
    Post Options Post Options   Thanks (0) Thanks(0)   Quote voiid Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 2:50pm

    Also still waiting for a download link on my internal customer page


    Geek

    Numismatic Search Engine : http://www.bullion-investor.com
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 2:52pm
    if you need your counter reset please contact support...we need your order number to look up your account to reset it.
    Back to Top
    adrien View Drop Down
    Senior Member
    Senior Member


    Joined: 30 April 2007
    Location: New Zealand
    Status: Offline
    Points: 449
    Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 3:49pm
    Originally posted by SuperMario SuperMario wrote:

    Originally posted by adrien adrien wrote:

    yeah, I don't know if renaming was such a great idea.

    it also means if we find 15.0.1 unreleasable for any reason, we already had to migrate all our source to find that out, and would need to migrate it back to roll back the toolkit.

    Since the choice of toolkit is a system-wide setting in MSDev, it's not even like you can easily set up different projects to use different versions (not in the old dinosaur MSVC6)


    As the document says, be sure to make backups of all your projects before you make modifications. VC6 you can simply change the path to look at the new dlls.  If you don't like the new version it only takes a few seconds to change the paths back.

    Sure, that's fine (and there's also source control we can roll back) if it's immediately noticeable that we need to roll back.  But if problems don't show immediately (expected - large surface to test), say maybe a month, in the meantime there's a month worth of other dev gone in which we wouldn't want to lose by rolling back our source wholesale.

    The other thing of note is it means since our source is now tied to a specific toolkit version, we need to upgrade all other (once we migrated code) development and build systems at the same time to use the new source in synch with the new toolkit.  Something to be aware of.  So anyone else in this situation I would recommend:

    a) install 15.0.1 on one machine
    b) migrate your source and check building and functionality.  Don't check the code in.
    c) merge in your code with any other changes that may have happened from others while you were migrating (or stop anyone else editing code you're migrating)
    d) check in, and upgrade toolkits on other computers at the same time.

    I'm only raising this, as there are possibly other unforeseen results of a large scale renaming of classes etc which may not have been considered.  It does cause some work for us.  

    We do appreciate you made a grep util to help make it as painless as possible.
    Back to Top
    adrien View Drop Down
    Senior Member
    Senior Member


    Joined: 30 April 2007
    Location: New Zealand
    Status: Offline
    Points: 449
    Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 09 February 2011 at 3:57pm
    one thing we could do to ease migration would be instead of #defines and using the preprocessor to replace things, use typedefs to get the compiler to achieve the same thing (for class names anyway).

    e.g. 

    typedef CXTPButton CXTButton;

    we could put all these in a header maybe with a #ifdef _XTP_INCLUDE_LEGACY_ wrapper.

    Cheers

    Adrien
    Back to Top
    hamed View Drop Down
    Groupie
    Groupie


    Joined: 18 November 2006
    Status: Offline
    Points: 28
    Post Options Post Options   Thanks (0) Thanks(0)   Quote hamed Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 1:21am
    Hi,
     
    Is there any Office 2010 skins for skinframework?
    Back to Top
    Fabian View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 22 November 2004
    Location: Switzerland
    Status: Offline
    Points: 336
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Fabian Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 1:47am
    Yes, where can we found the Office2010.cjstyles file? I googled only one (deviantART) but this is for Win7 and can not be opened by CJ skinframework.
     
    Thanks for adding one
    Fabian
    Product: Xtreme SuitePro (ActiveX) version 16.2.3

    Platform: Windows 7 (32bit)

    Language: Visual Basic 6.0 / SP6
    Back to Top
    Lodep59 View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 03 April 2008
    Status: Offline
    Points: 203
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 8:44am
    Hi,

    Just tried to replace the old merge modules with the new ones from 15.0.1 (unicode).
    When included in InstallShield and compiled into setup for my application they seems to don't work properly. The merge module deploy the OCX but did not register the file.

    Tried from various applications and re-checked with v14 (it works).
    Please make a fix.

    Regards,


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


    Joined: 20 June 2006
    Status: Offline
    Points: 19
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Daniel Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 11:10am

    Do you have already a schedule for a new release with fixes for the ‘asserts’ found so far? Can we expect it soon or is it again a question of weeks and months? Right now 15.0 is NOT useable for us without fixes. I cannot release an app with known ‘ASSERTS’ in it - still hard enough to release with unknown ‘ASSERTS’ J

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

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 11:45am
    We are planning a maintenance release the week of the 21st that will fix the report asserts and theme fixes.
    Back to Top
    markr View Drop Down
    Senior Member
    Senior Member


    Joined: 01 August 2004
    Status: Offline
    Points: 442
    Post Options Post Options   Thanks (0) Thanks(0)   Quote markr Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 12:21pm
    On a positive note, I think the new Office 2010 themes look marvelous, as does the backstage view.

    I was able to upgrade two large MFC projects to v15 in about 15 minutes each using the provided grep utility (there were a couple minor bumps in the road, but it did most of the work just fine). In the long term, I think the increase in naming consistency will be quite beneficial.

    Sure, it would have been nice to see a few more major new features in the mix, but what's there today certainly represents the high quality I've come to expect from CodeJock. IMO, they continue to make their competitors look pathetic.

    Congrats!
    Back to Top
    sforces View Drop Down
    Groupie
    Groupie


    Joined: 13 May 2009
    Status: Offline
    Points: 71
    Post Options Post Options   Thanks (0) Thanks(0)   Quote sforces Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 12:23pm
    And what about the other issues and enhancement that you solicited feedback on? What's the plan on those?

    Originally posted by SuperMario SuperMario wrote:

    We are planning a maintenance release the week of the 21st that will fix the report asserts and theme fixes.
    Product: Xtreme Suite Pro (ActiveX) version 16.3.1

    Platform: Windows XP SP3 (32bit)

    Language: Visual Basic 6.0 SP6
    Back to Top
    ABuenger View Drop Down
    Newbie
    Newbie
    Avatar

    Joined: 02 February 2006
    Status: Offline
    Points: 1075
    Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 10 February 2011 at 2:57pm
    xtpTabColorOffice2010 is missing in the migration guide.

    13.4.2


    enum XTPTabColorStyle
    {
        xtpTabColorDefault          = 0x0001, // Tabs will use the default color for the currently set Appearance.
        xtpTabColorVisualStudio2003 = 0x0002, // Tabs will use the Visual Studio 2003 color style for the currently set Appearance.
        xtpTabColorOffice2003       = 0x0004, // Tabs will use the Office 2003 color style for the currently set Appearance.
        xtpTabColorWinNative        = 0x0008, // Tabs will use the Windows XP color style for the currently set Appearance.
        xtpTabColorVisualStudio2005 = 0x0010, // Tabs will use the Visual Studio 2005 color style for the currently set Appearance.
        xtpTabColorOffice2007       = 0x0020, // Tabs will use the Office 2007 color style for the currently set Appearance.
        xtpTabColorVisualStudio2008 = 0x0040, // Tabs will use the Visual Studio 2008 color style for the currently set Appearance.
        xtpTabColorOffice2007Access = 0x0080, // Tabs will use the Office 2007 Access color style for the currently set Appearance.
        xtpTabColorVisualStudio2010 = 0x0100, // Tabs will use the Visual Studio 2010 color style for the currently set Appearance.
        xtpTabColorOffice2010       = 0x0200, // Tabs will use the Office 2010 color style for the currently set Appearance.

        //{{AFX_CODEJOCK_PRIVATE

        // obsolete, for backward compatibility only.
        xtpTabColorVisualStudio = xtpTabColorVisualStudio2003,
        xtpTabColorWinXP        = xtpTabColorWinNative,
        xtpTabColorWhidbey      = xtpTabColorVisualStudio2005,
        xtpTabColorAccess2007   = xtpTabColorOffice2007Access,

        //}}AFX_CODEJOCK_PRIVATE
    };


    15.0.1

    enum XTPTabColorStyle
    {
        xtpTabColorDefault          = 0x0001, // Tabs will use the default color for the currently set Appearance.
        xtpTabColorVisualStudio2003 = 0x0002, // Tabs will use the Visual Studio 2003 color style for the currently set Appearance.
        xtpTabColorOffice2003       = 0x0004, // Tabs will use the Office 2003 color style for the currently set Appearance.
        xtpTabColorWinNative        = 0x0008, // Tabs will use the Windows XP color style for the currently set Appearance.
        xtpTabColorVisualStudio2005 = 0x0010, // Tabs will use the Visual Studio 2005 color style for the currently set Appearance.
        xtpTabColorResource         = 0x0020, // Tabs will use the Office 2007 color style for the currently set Appearance.
        xtpTabColorVisualStudio2008 = 0x0040, // Tabs will use the Visual Studio 2008 color style for the currently set Appearance.
        xtpTabColorOffice2007Access = 0x0080, // Tabs will use the Office 2007 Access color style for the currently set Appearance.
        xtpTabColorVisualStudio2010 = 0x0100, // Tabs will use the Visual Studio 2010 color style for the currently set Appearance.

        //{{AFX_CODEJOCK_PRIVATE

        // obsolete, for backward compatibility only.
        xtpTabColorVisualStudio = xtpTabColorVisualStudio2003,
        xtpTabColorWinXP        = xtpTabColorWinNative,
        xtpTabColorWhidbey      = xtpTabColorVisualStudio2005,
        xtpTabColorAccess2007   = xtpTabColorOffice2007Access,
        xtpTabColorOffice2007   = xtpTabColorResource,

        //}}AFX_CODEJOCK_PRIVATE
    };

    Codejock support
    Back to Top
    Alex H. View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 12 February 2004
    Status: Offline
    Points: 266
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Alex H. Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 3:16am
    You have not mentioned the new FlowGraph Feature on

    http://www.codejock.com/products/releasenotes/release_notes.asp

    Or have you removed it in the 15.0.1 Release??
    Back to Top
    Simon HB9DRV View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 07 July 2005
    Location: Switzerland
    Status: Offline
    Points: 458
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 5:04am
    FlowGraph is present in the evaluation / demos: http://codejock.com/downloads/samples/chart.asp
    If they remove it I'll nuke them!
    Simon HB9DRV
    Back to Top
    Lodep59 View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 03 April 2008
    Status: Offline
    Points: 203
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 6:18am
    Calm down. Flow graph component is in. Just not in release notes.

    I'm trying to use backstage view, seems great (the idea to let the user create forms to be used in the backstage is great, backstage components - buttons and separators - also).
    Just a problem, it's impossible to know when the user click on backstage tab (see my post here).
    Product: Xtreme SuitePro (ActiveX) last version
    Platform: Windows 7 Ultimate
    Language: VB6 SP6 (FR)
    Back to Top
    SuperMario View Drop Down
    Admin Group
    Admin Group
    Avatar

    Joined: 14 February 2004
    Status: Offline
    Points: 18057
    Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 9:06am
    Originally posted by Alex H. Alex H. wrote:

    You have not mentioned the new FlowGraph Feature on

    http://www.codejock.com/products/releasenotes/release_notes.asp

    Or have you removed it in the 15.0.1 Release??


    Flowgraph is part of the chart package.  And also part of the suite\toolkit
    Back to Top
    zaksoft View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 05 June 2003
    Location: Italy
    Status: Offline
    Points: 162
    Post Options Post Options   Thanks (0) Thanks(0)   Quote zaksoft Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 4:40pm
    Any chance to add a ReadOnly() (or Run() / Edit() ) property for Flowgraph ? Sometimes there is a need to show results without allowing to modify data.
    VS2008 SP1 - VS2010 SP1 - VS2012 - MFC MBCS Statically linked
    XTP 15.3.1 Static Link
    ---------------------------------------------------------
    Davide Zaccanti - ZakSoft - www.zaksoft.com
    Back to Top
    Enclaved Shadow View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 22 August 2006
    Location: Canada
    Status: Offline
    Points: 31
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Enclaved Shadow Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 4:54pm
    Originally posted by ABuenger ABuenger wrote:

    xtpTabColorOffice2010 is missing in the migration guide.

    13.4.2


    enum XTPTabColorStyle
    {
        xtpTabColorDefault          = 0x0001, // Tabs will use the default color for the currently set Appearance.
        xtpTabColorVisualStudio2003 = 0x0002, // Tabs will use the Visual Studio 2003 color style for the currently set Appearance.
        xtpTabColorOffice2003       = 0x0004, // Tabs will use the Office 2003 color style for the currently set Appearance.
        xtpTabColorWinNative        = 0x0008, // Tabs will use the Windows XP color style for the currently set Appearance.
        xtpTabColorVisualStudio2005 = 0x0010, // Tabs will use the Visual Studio 2005 color style for the currently set Appearance.
        xtpTabColorOffice2007       = 0x0020, // Tabs will use the Office 2007 color style for the currently set Appearance.
        xtpTabColorVisualStudio2008 = 0x0040, // Tabs will use the Visual Studio 2008 color style for the currently set Appearance.
        xtpTabColorOffice2007Access = 0x0080, // Tabs will use the Office 2007 Access color style for the currently set Appearance.
        xtpTabColorVisualStudio2010 = 0x0100, // Tabs will use the Visual Studio 2010 color style for the currently set Appearance.
        xtpTabColorOffice2010       = 0x0200, // Tabs will use the Office 2010 color style for the currently set Appearance.

        //{{AFX_CODEJOCK_PRIVATE

        // obsolete, for backward compatibility only.
        xtpTabColorVisualStudio = xtpTabColorVisualStudio2003,
        xtpTabColorWinXP        = xtpTabColorWinNative,
        xtpTabColorWhidbey      = xtpTabColorVisualStudio2005,
        xtpTabColorAccess2007   = xtpTabColorOffice2007Access,

        //}}AFX_CODEJOCK_PRIVATE
    };


    15.0.1

    enum XTPTabColorStyle
    {
        xtpTabColorDefault          = 0x0001, // Tabs will use the default color for the currently set Appearance.
        xtpTabColorVisualStudio2003 = 0x0002, // Tabs will use the Visual Studio 2003 color style for the currently set Appearance.
        xtpTabColorOffice2003       = 0x0004, // Tabs will use the Office 2003 color style for the currently set Appearance.
        xtpTabColorWinNative        = 0x0008, // Tabs will use the Windows XP color style for the currently set Appearance.
        xtpTabColorVisualStudio2005 = 0x0010, // Tabs will use the Visual Studio 2005 color style for the currently set Appearance.
        xtpTabColorResource         = 0x0020, // Tabs will use the Office 2007 color style for the currently set Appearance.
        xtpTabColorVisualStudio2008 = 0x0040, // Tabs will use the Visual Studio 2008 color style for the currently set Appearance.
        xtpTabColorOffice2007Access = 0x0080, // Tabs will use the Office 2007 Access color style for the currently set Appearance.
        xtpTabColorVisualStudio2010 = 0x0100, // Tabs will use the Visual Studio 2010 color style for the currently set Appearance.

        //{{AFX_CODEJOCK_PRIVATE

        // obsolete, for backward compatibility only.
        xtpTabColorVisualStudio = xtpTabColorVisualStudio2003,
        xtpTabColorWinXP        = xtpTabColorWinNative,
        xtpTabColorWhidbey      = xtpTabColorVisualStudio2005,
        xtpTabColorAccess2007   = xtpTabColorOffice2007Access,
        xtpTabColorOffice2007   = xtpTabColorResource,

        //}}AFX_CODEJOCK_PRIVATE
    };


    This is a problem for me as well.  Have you found a solution?
    Back to Top
    ABuenger View Drop Down
    Newbie
    Newbie
    Avatar

    Joined: 02 February 2006
    Status: Offline
    Points: 1075
    Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 7:41pm
    Originally posted by Enclaved Shadow Enclaved Shadow wrote:


    This is a problem for me as well.  Have you found a solution?


    Use xtpTabColorResource.

    xtpTabColorOffice2010  = xtpTabColorResource is missing.

    Codejock support
    Back to Top
    Enclaved Shadow View Drop Down
    Groupie
    Groupie
    Avatar

    Joined: 22 August 2006
    Location: Canada
    Status: Offline
    Points: 31
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Enclaved Shadow Quote  Post ReplyReply Direct Link To This Post Posted: 11 February 2011 at 8:09pm
    Originally posted by ABuenger ABuenger wrote:

    Originally posted by Enclaved Shadow Enclaved Shadow wrote:


    This is a problem for me as well.  Have you found a solution?


    Use xtpTabColorResource.

    xtpTabColorOffice2010  = xtpTabColorResource is missing.


    enum XTPTabColorStyle
    {
        xtpTabColorDefault          = 0x0001, // Tabs will use the default color for the currently set Appearance.
        xtpTabColorVisualStudio2003 = 0x0002, // Tabs will use the Visual Studio 2003 color style for the currently set Appearance.
        xtpTabColorOffice2003       = 0x0004, // Tabs will use the Office 2003 color style for the currently set Appearance.
        xtpTabColorWinNative        = 0x0008, // Tabs will use the Windows XP color style for the currently set Appearance.
        xtpTabColorVisualStudio2005 = 0x0010, // Tabs will use the Visual Studio 2005 color style for the currently set Appearance.
        xtpTabColorResource         = 0x0020, // Tabs will use the Office 2007 color style for the currently set Appearance.
        xtpTabColorVisualStudio2008 = 0x0040, // Tabs will use the Visual Studio 2008 color style for the currently set Appearance.
        xtpTabColorOffice2007Access = 0x0080, // Tabs will use the Office 2007 Access color style for the currently set Appearance.
        xtpTabColorVisualStudio2010 = 0x0100, // Tabs will use the Visual Studio 2010 color style for the currently set Appearance.

        //{{AFX_CODEJOCK_PRIVATE

        // obsolete, for backward compatibility only.
        xtpTabColorVisualStudio = xtpTabColorVisualStudio2003,
        xtpTabColorWinXP        = xtpTabColorWinNative,
        xtpTabColorWhidbey      = xtpTabColorVisualStudio2005,
        xtpTabColorAccess2007   = xtpTabColorOffice2007Access,
        xtpTabColorOffice2007   = xtpTabColorResource,

        //}}AFX_CODEJOCK_PRIVATE
    };

    It looks like that is for Office 2007 not Office 2010.  Why was the 0x0200 (xtpTabColorVisualStudio2010) value removed?
    Back to Top
    Lodep59 View Drop Down
    Senior Member
    Senior Member
    Avatar

    Joined: 03 April 2008
    Status: Offline
    Points: 203
    Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 12 February 2011 at 5:54am
    Because the xtpTabColorResource use the theme resources (2007, 2010...).
    It's easier to use: you only have to set the theme and all controls with xtpTabColorResource use the theme resources.

    I think it's better than having to multiply the xtp colors.
    The difference between xtpTabColorResource and xtpTabColorOffice2003 (for example) is that you don't have to set any theme's dll for 2003.

    xtpTabColorOffice2010  was on a beta not in the final release. I think it's why they don't have added this value in backward compatibility list.

    Regards,

    Product: Xtreme SuitePro (ActiveX) last version
    Platform: Windows 7 Ultimate
    Language: VB6 SP6 (FR)
    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.250 seconds.