Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - 14.0 Beta now 13.3 Maintenance Release
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic Closed14.0 Beta now 13.3 Maintenance Release

 Post Reply Post Reply
Author
Message
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Direct Link To This Post Topic: 14.0 Beta now 13.3 Maintenance Release
    Posted: 25 February 2010 at 3:45pm
Hi Everyone,

We have decided to publish an maintenance release prior to version 14.0 that will address issues that have been reported since our last update that should be ready for release by Friday, February 26th.  To clear up any confusion about version numbers everything that was included in the previous 13.2 and current 14.0 betas will be incorporated into the 13.3 maintenance release.

Doing this will allow us to put more time into 14.0 and provide more features and functionality for our end users.  We are planning on adding several new features to 14.0 including full theme support for Office 2010 and Visual Studio 2010 user interfaces. We are also looking to update Application Wizards and introduce some new components as well.

Here is a road-map of what we have planned:

1. Release 13.3 maintenance - End of February 2010.
2. Introduce new Chart Pro package - End of March 2010.
3. Release new 14.0 version - End of April 2010.

We appreciate everyone's patience and please let us know if there are any new features that you would like to see incorporated into the 14.0 release, thanks!

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

Joined: 12 January 2007
Status: Offline
Points: 1354
Direct Link To This Post Posted: 25 February 2010 at 4:34pm
It would be nice if some of the markup features we've been requesting in the ActiveX forums could get implemented for 14.0 - with these features we could have rolled our own charts and more!

Here are some feature requests from other posts in the forum (see this thread for more details https://forum.codejock.com/forum_posts.asp?TID=14646&PID=50456#50456):
  1. MarkupLabel should be a Container control (like a PictureBox) so we can put other ActiveX controls inside and position them relative to markup elements.
  2. The standard VB OLE drag & drop properties and events should be added to the MarkupLabel.
  3. We need a method to set the SmallChange, LargeChange properties of the ScrollViewer scroll bars.
  4. We need MouseWheel events for all of the Markup objects.
  5. The Markup object Tag property should be extended to allow for standard VB6 objects (variant) instead of just other Markup objects.
  6. We need a HitTest method for the MarkupLabel, or even a MouseIsOver collection that holds all of the objects the mouse is over in decending Z-Order (second option ideal for advanced testing scenarios with transparency or for dragging multiple objects at once).
  7. We need ScrollIntoView(Child) method for the ScrollViewer object.
  8. The CaptureMouse method seems to be capturing more than I require and it is causing problems for me. When I call CaptureMouse in my MouseDownLeft event, no other mouse events fire for other objects. I really just need a CaptureMouseButton method so that I can still perform mouse tracking on other objects but know when the mouse has been released when it is no longer above the original object. This is required for performing custom dragging operations.
  9. Key* events are needed for the MarkupLabel control (thanks Krog).
  10. Markup label control should expose hWnd if available (thanks Krog).
  11. Markup label consumes arrow key events, so we can't use Form.KeyPreview for these key presses. Is there a good reason for this, or can it be changed? (thanks Krog).
  12. RelativeToParentLeft, RelativeToParentTop, RelativeToControlLeft, RelativeToControlTop, ActualWidth and ActualHeight properties for all markup objects is required (there may be better names for these properties, but I just used the most descriptive names I could think of). (thanks Krog).
  13. Scroll event for ScrollViewer is required (thanks Krog).
  14. Add support for style definition, modification and application to objects on the fly (thanks Krog)
  15. Slider object would be great, especially if #5 is not implementable.
  16. ProgressBar object would be great. I know we can implement our own, but having a system/skin style bar would be nice.
  17. Speaking of implementing our own progress bar, we still can't implement an auto width progress bar because width values can't be in % (% would also be great for font sizes). Right now we have the ability to set width/height in PX or PT, but % (relative to parent object) would be great as well. Failing that, #14 should allow use to get the actual width of objects and calculate percentages ourselves.
  18. Resize event for the MarkupLabel control. (thanks Krog)
  19. A Redraw (or Render) property, that we can set to False when we will make a lot of modifications on the elements, and we can set back to True when it's done (to redraw all changes in one go). See https://forum.codejock.com/forum_posts.asp?TID=14646&PID=50719#50719 for more details. (thanks Krog)
  20. MarkupContainer object to act as a container for regular ActiveX controls. This would be an amazing bridge between the awesomeness of markup/xaml and our huge libraries of ActiveX controls. See https://forum.codejock.com/forum_posts.asp?TID=14646&PID=50756#50756 for a better description. I would kill for this feature :)
  21. You should be able to tab to controls (like RadioButtons, CheckBoxes, Buttons, etc...) on the MarkupLabel.
  22. It would be great to be able to draw the MarkupLabel to any hDC at an arbitrary position and size.
If any of these could get added, that would be fantastic, but thanks as always for the great work!
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6

Back to Top
fjosesen View Drop Down
Groupie
Groupie
Avatar

Joined: 30 June 2008
Status: Offline
Points: 49
Direct Link To This Post Posted: 25 February 2010 at 7:15pm
    Smooth Scrolling in Report control!!!!
 
    Many times I need to show content in the preview area that is taller than the control. Please, I've been waiting for this feature for several years.
 
    Thanks in advance,
 
Jose
Products: Suite Pro (ActiveX) v18.0.1
          Toolkit Pro (MFC) v18.0.1
Platform: Windows 10 (64bit)
Language: VC++ 2013 (MFC)
Back to Top
mitcheljh View Drop Down
Groupie
Groupie


Joined: 20 July 2008
Location: United States
Status: Offline
Points: 35
Direct Link To This Post Posted: 25 February 2010 at 8:20pm
Very good decision! Thanks!
I think this will be very good for not only those who need to have a stable release with bug fixes in 13.x, but for those that are waiting for a stable release of 2010 integration in 14.x.
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: 25 February 2010 at 10:57pm
Kirk, thanks for the clarification. The recent v14 beta simply didn't feel like a major new release, so calling it v13.3 makes a great deal more sense.

Very excited about the new Chart Pro package, and really hoping you good folks hit the March target because we need it badly.  :-)
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: 26 February 2010 at 10:33am
Great. That's a very good decision.
Product: Xtreme SuitePro (ActiveX) last version
Platform: Windows 7 Ultimate
Language: VB6 SP6 (FR)
Back to Top
jamesjfh View Drop Down
Newbie
Newbie


Joined: 01 April 2008
Location: United States
Status: Offline
Points: 4
Direct Link To This Post Posted: 26 February 2010 at 10:54am
Nice decision!

As for features for 14.0...  We still really need a grid control.  The report control works great for record based data, but it is not the same as a data grid.  Think spreadsheet or .Net's DataGridView.
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1198
Direct Link To This Post Posted: 26 February 2010 at 3:30pm
Originally posted by jamesjfh jamesjfh wrote:

Nice decision!

As for features for 14.0...  We still really need a grid control.  The report control works great for record based data, but it is not the same as a data grid.  Think spreadsheet or .Net's DataGridView.

ME TOO! I also need a grid with merged cells, hierarchical, vertical captions, ...
Martin

Product: Xtreme Toolkit v 19.0.0, new Projects v 19.1.0
Platform: Windows 10 v 1909 (64bit)
Language: VC++ 2017
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 27 February 2010 at 4:21am
Oh yes, a "really" Grid-Control would be fantastic!
Back to Top
McKloony View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 January 2007
Location: Germany
Status: Offline
Points: 340
Direct Link To This Post Posted: 28 February 2010 at 3:17am
Did you plan to implement full Drag & Drop Support for CalendarControl?
Product: Xtreme SuitePro (ActiveX) 16.2.5

Platform: XP / Windows 7

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


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 28 February 2010 at 4:33am
Originally posted by Support Support wrote:

please let us know if there are any new features that you would like to see incorporated into the 14.0 release, thanks!


1.  More Suite Controls!!!

2.  Office 2010 Style for Suite Controls

3.
  A MaxLength Property in ComboBoxes (like already in FlatEdit-controls)

4.  A improved TreeView Component (e.g. possibility the renaming of markup-items, themed PlusMinus, themed CheckBox, Item-Icon AND extra Icon...)

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

Joined: 12 January 2007
Status: Offline
Points: 1354
Direct Link To This Post Posted: 28 February 2010 at 8:52am
Also, for 14.0 feature requests, how about an Office 2007 White skin to match the CommandBars White theme?
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6

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: 28 February 2010 at 9:43am

A white theme is a must-have!

PokerMemento - http://www.pokermemento.com/
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Direct Link To This Post Posted: 28 February 2010 at 4:07pm
Please fix differences in Visual Studio 2008 theme/appearance implementation to the original Microsoft one.
These are:

- MDI workspace borders
- Workspace tab colors
- Docking Pane tabs appearance

Related forum topics:
http://forum.codejock.com/forum_posts.asp?TID=13744
http://forum.codejock.com/forum_posts.asp?TID=16077  
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Direct Link To This Post Posted: 28 February 2010 at 4:12pm
Please enhance functionality of the Office 2007 shortcut bar to allow same functionality and behavior like the Microsoft implementation !

Related forum topics:
http://forum.codejock.com/forum_posts.asp?TID=15420
http://forum.codejock.com/forum_posts.asp?TID=15672  
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Direct Link To This Post Posted: 28 February 2010 at 4:13pm
Is it possible to add Markup support to the ListView control ?
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Direct Link To This Post Posted: 28 February 2010 at 4:15pm
Can you please implement the possibility to fill the MDI tab header workspace background with the color from used menu/toolbar colors independently from which workspace TabAppearanceStyle is used ?

Example:
I use Visual Studio 2008 appearance for CommandBars and want to use tabbed workspace tabs styled like Visual Studio 2005 ! Now the tab background doesn't look good, because it's colored other than the CommandBars...

Related forum topic:
https://forum.codejock.com/forum_posts.asp?TID=16094
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Direct Link To This Post Posted: 28 February 2010 at 4:22pm
Please implement the smooth fade out effect of the Ribbon system menu and the minitoolbars like it is done in the Microsoft Office 2007 products ?  
Back to Top
JantjeKeizer View Drop Down
Groupie
Groupie


Joined: 12 February 2008
Status: Offline
Points: 70
Direct Link To This Post Posted: 28 February 2010 at 6:47pm
There's a memoryleak with markup in 13.3

[code=vb]

Private Sub cmdCommand1_Click()

    Const Path As String = "H:\icons\"

    Dim sFile As String

    lst.Clear
    sFile = Dir(Path & "*.ico")

    While sFile <> ""

        lst.AddItem GiveMarkup(Path & sFile)
        sFile = Dir

    Wend

End Sub

Function GiveMarkup(PictureURL As String) As String

    Dim MarkupText As String

    MarkupText = ""
    MarkupText = MarkupText & "<Grid Height='107' Width='200'> "
    MarkupText = MarkupText & "        <Border HorizontalAlignment='Left' Name='Border1' Width='119' Height ='79' BorderThickness='1' BorderBrush='Gray' CornerRadius='3,3,3,3' Margin='13,10,0,10'> "
    MarkupText = MarkupText & "            <Image Name='Image1' Source='file://" & PictureURL & "'/> "
    MarkupText = MarkupText & "        </Border> "
    MarkupText = MarkupText & "    </Grid>"
    GiveMarkup = MarkupText
End Function
[/code]
Run the code multiple times and see that the GDI objects keep increasing till the max of windows and then the window stops refreshing
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: 01 March 2010 at 2:19am
Originally posted by JantjeKeizer JantjeKeizer wrote:

There's a memoryleak with markup in 13.3

[code=vb]

Private Sub cmdCommand1_Click()

    Const Path As String = "H:\icons\"
...
End Function
[/code]
Run the code multiple times and see that the GDI objects keep increasing till the max of windows and then the window stops refreshing
 
 
Hi,
Thanks, seems OleLoadPicturePath indeed generate leak - we use it for Markup for non bmp/png case - can you convert your icons to png alpha files ?
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
JantjeKeizer View Drop Down
Groupie
Groupie


Joined: 12 February 2008
Status: Offline
Points: 70
Direct Link To This Post Posted: 01 March 2010 at 2:48am
Originally posted by oleg oleg wrote:


Thanks, seems OleLoadPicturePath indeed generate leak - we use it for Markup for non bmp/png case - can you convert your icons to png alpha files ?

Unfortunately not as it is user-content
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: 01 March 2010 at 5:20am
Try OleCreatePictureIndirect?
PokerMemento - http://www.pokermemento.com/
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: 01 March 2010 at 11:19am
Originally posted by Jebo Jebo wrote:


3.
  A MaxLength Property in ComboBoxes (like already in FlatEdit-controls)


Added for next release
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: 01 March 2010 at 2:08pm
Originally posted by JantjeKeizer JantjeKeizer wrote:

Originally posted by oleg oleg wrote:


Thanks, seems OleLoadPicturePath indeed generate leak - we use it for Markup for non bmp/png case - can you convert your icons to png alpha files ?

Unfortunately not as it is user-content
 
Please open new issue in our issuetrack - I will attach modified ocx.
Thanks.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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 March 2010 at 2:00pm
What happened to the CXTPReportControl::SetLastColumnExpand() function? :(
PokerMemento - http://www.pokermemento.com/
Back to Top
mremkes View Drop Down
Groupie
Groupie


Joined: 26 October 2007
Status: Offline
Points: 14
Direct Link To This Post Posted: 02 March 2010 at 3:32pm
1. Add a RichTextBox control. Easy for you to implement and a missing control to the suite currently...
2. Add a BeforeExpand event to the treeview control (cChildren = 1 + grap TVN_ITEMEXPANDING notification). This allows to fill the treeview on demand.
 
Thanks!
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 03 March 2010 at 9:47am
@CJ
please don't add a RTF control, because it's too heavy weight OR add it as a separat component (not as part of Suite controls)!
(sorry mremkes!)

Back to Top
Carlos Rocha View Drop Down
Groupie
Groupie


Joined: 11 February 2008
Location: Portugal
Status: Offline
Points: 92
Direct Link To This Post Posted: 03 March 2010 at 11:00am
New controls would be great, like Grid, but I only feel some lack of functionality in the existing ones:

CommandBars:
  • Actions enabled for CXTPControlSlider, plus ability to show current Pos to the user.

  • Option to not show border when slider has focus (not important, but...)

  • Possibility to left align the droplist with the Edit control in CXTPControlComboBox. Also, the possibility to righ align items inside the droplist would be nice.

TaskPanel:
  • Event to catch left click in TaskPanelGroup, with the option to not open/close it.

Calendar:
  • Option to show events categories like small colored icons, instead of painting the background with the last chosen category.

SuitePro 20.3.0
OS: Windows 10
Language: Visual Objects 2.8
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 03 March 2010 at 11:08am
In a ComboBox it's possible to add a Data Value by adding a new Item.
But in a Listbox it's not possible.

AddItem of a ComboBox:  
 AddItem(Item As String, [Index], [Data])


AddItem
of a ListBox:

 AddItem(Item As String, [Index])

So please add this nice feature also to your ListBox

Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 03 March 2010 at 11:15am
Please spend a new Event to the "TabControl" >>>  SelectedChange(ByVal Item As XtremeSuiteControls.ITabControlItem, Cancel As Variant)

OK, You've already a "BeforeItemClick" Event. But this Event doesn't fires, if another Item will selected by code.
...and your "SelectedChanged" Event fires too late...
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: 03 March 2010 at 11:22am
Originally posted by mremkes mremkes wrote:

2. Add a BeforeExpand event to the treeview control (cChildren = 1 + grap TVN_ITEMEXPANDING notification). This allows to fill the treeview on demand.
 
Actually, that one is incredibly important!!! I thought it already handled that properly.
Our current implementation is based on the treeview and in a very near future we will change it to fill the data on demand. This is in fact a show-stopper, so you're scaring me here. I most certainly do not want to reimplement the treeview based on another control!
PokerMemento - http://www.pokermemento.com/
Back to Top
Carlos Rocha View Drop Down
Groupie
Groupie


Joined: 11 February 2008
Location: Portugal
Status: Offline
Points: 92
Direct Link To This Post Posted: 03 March 2010 at 12:11pm
DockingPane
I just realized that clicking the Maximize/Restore button in a Pane doesn't fire any event (maybe Action event could be used for this).
SuitePro 20.3.0
OS: Windows 10
Language: Visual Objects 2.8
Back to Top
mremkes View Drop Down
Groupie
Groupie


Joined: 26 October 2007
Status: Offline
Points: 14
Direct Link To This Post Posted: 03 March 2010 at 4:02pm
Jebo,
 
I am sorry but I don't agree. The suite controls activex is already over 1700+ KB. A RichTextBox would only add an additional 60-80K. I know the MS one is bigger (280KB) but that only because the way the control is build up (multiple interfaces to support version 1.0 and 1.1 of the Windows richedit control. The MS one is slow, does not support richtedit 2.0/3.0 and lacks theming. If CJ focus on implementing version 2.0/3.0 it would only take the 60-80KB.
 
Regards,
Marcel
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 04 March 2010 at 5:41am
Resizeable Image-DialogBoxes in all your Suite-Controls. So I can see more Icons for selecting...


Back to Top
markmark View Drop Down
Senior Member
Senior Member


Joined: 30 November 2007
Status: Offline
Points: 142
Direct Link To This Post Posted: 04 March 2010 at 9:28am
How about adding a Appearance Property to the DateTimePicker
so that it can match the textbox controls.
 
It seems odd that it sits there with its 3d only look.
 
 
####  And without adding a manifest file.  ####
 
 
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 04 March 2010 at 10:15am
In Combo- and ListBoxes a new method:
FindItemByItemData(IndexStart as Long, Data)

...like "FindItem(IndexStart as Long, String as String, Exact as Boolean)", but with searching for "ItemData" instead of "ItemText" !

Back to Top
gibra View Drop Down
Senior Member
Senior Member


Joined: 31 October 2008
Location: Italy
Status: Offline
Points: 288
Direct Link To This Post Posted: 05 March 2010 at 4:20am
1) ALERT update
The Setup (SuiteControls) should ask the user if want, or not, insert into Registry the Alert key to show the update request when a project is load.
 
I have a lot of VB6 projects, I want to decide myself if, or not, to update SuiteControls to a latest version.
At present, instead, EACH time I open a VB6 project, Alert ask me to update for EACH CodeJock control.
This is very boring.
So I'm forced to delete Registry key manually each time I install a new SuiteControls version.
 
2) Removing 14.0.0 BUG
The Uninstall for Beta 14.0.0 contains a BUG: after this version is removed all v.13.2.1 components was unregistered.
Need again to register them manually!!!
 
gibra
CJ SuiteControl v: 13.x to 19.x
Windows 10 64bit
VS2019 - VB6.0 SP6
<a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
Back to Top
gibra View Drop Down
Senior Member
Senior Member


Joined: 31 October 2008
Location: Italy
Status: Offline
Points: 288
Direct Link To This Post Posted: 05 March 2010 at 4:27am
Originally posted by mremkes mremkes wrote:

Jebo,
 
I am sorry but I don't agree. The suite controls activex is already over 1700+ KB. A RichTextBox would only add an additional 60-80K. I know the MS one is bigger (280KB) but that only because the way the control is build up (multiple interfaces to support version 1.0 and 1.1 of the Windows richedit control. The MS one is slow, does not support richtedit 2.0/3.0 and lacks theming. If CJ focus on implementing version 2.0/3.0 it would only take the 60-80KB.
 
Regards,
Marcel
 
I agree 100% with mremkes.
Add RichTextBox is a very important feature (at least for me).
 
gibra
CJ SuiteControl v: 13.x to 19.x
Windows 10 64bit
VS2019 - VB6.0 SP6
<a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 05 March 2010 at 4:44am
Originally posted by gibra gibra wrote:

Add RichTextBox is a very important feature (at least for me).

I can understand you and mremkes. But 80KB more are 80KB more. So if CJ will implement more and more controls into the control suite, I think it's generally better to spend them his own controls (ocx). Already by now, there are many controls in this suite I don't need in every project and I like "lightwight" projects because they are more stably. This was the initial reason wherefore I choose CJ of some years ago.

Originally posted by gibra gibra wrote:

1) ALERT update

You must set off "Upgrade ActiveX Controls" in your project Properties
 
Originally posted by gibra gibra wrote:

2) Removing 14.0.0 BUG Need again to register them manually!!!
You don't need to register them manually. You can start "Registrator.exe"
 
BUT PLEASE don't post generally problems here in this topic. There are many other (better) places here to do this...!
Because it will be too confusing here.
Back to Top
gibra View Drop Down
Senior Member
Senior Member


Joined: 31 October 2008
Location: Italy
Status: Offline
Points: 288
Direct Link To This Post Posted: 05 March 2010 at 7:28am
Originally posted by Jebo Jebo wrote:


You must set off "Upgrade ActiveX Controls" in your project Properties
I don't want set off this option.
The problem isn't this option, the problem is the auto-run registry key CodeJock Update (see HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run)
which start CodejockAlert.exe /Autostart
 
Originally posted by Jebo Jebo wrote:

Originally posted by gibra gibra wrote:

2) Removing 14.0.0 BUG Need again to register them manually!!!
You don't need to register them manually. You can start "Registrator.exe"
I know, but although still to be a bug of Unistall beta v.14.0.0.

 
Originally posted by Jebo Jebo wrote:

  
BUT PLEASE don't post generally problems here in this topic. There are many other (better) places here to do this...!
Because it will be too confusing here.
I DON'T POST general problems!
I POST my suggestions for next version 14.0.0, as request by Support in the first post.
Read better, please!
 
gibra
CJ SuiteControl v: 13.x to 19.x
Windows 10 64bit
VS2019 - VB6.0 SP6
<a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 05 March 2010 at 8:37am
Originally posted by gibra gibra wrote:

[QUOTE=Jebo]I POST my suggestions for next version 14.0.0, as request by Support in the first post.
Read better, please!

I know, but the content was changed. Open Ur eyes...
OK, PEACE!
Back to Top
gduncan View Drop Down
Groupie
Groupie


Joined: 11 November 2009
Status: Offline
Points: 24
Direct Link To This Post Posted: 08 March 2010 at 5:49pm
Add a Visual theme to the Calendar control (which is a combo date picker) that is in SuiteControls.ocx
Currently the controls border is all mixed up.
Back to Top
Krog View Drop Down
Groupie
Groupie


Joined: 06 February 2008
Status: Offline
Points: 100
Direct Link To This Post Posted: 08 March 2010 at 10:19pm
My vote is for the markup/XAML enhancements and new features, as noted above. With them we can make a lot more.

Here are some more tips (for stretch):
http://forum.codejock.com/forum_posts.asp?TID=15870

And the support for ARC in the XAML Path element.

Thanks for your efforts.
Product: Xtreme SuitePro (ActiveX) version 15.2.1
Platform: Windows XP SP2
Language: Visual Basic 6 SP6
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: 09 March 2010 at 9:34pm
I agree with Krog -would love to see markup/xaml enhancements take a higher priority.

I sincerely believe XTP markup support is one of the most compelling and powerful features I've ever seen in a UI framework. Frankly, I think you guys are grossly under-marketing it. It's brilliant.  :-)
Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Direct Link To This Post Posted: 09 March 2010 at 10:07pm
Hi Krog & markr, and other Markup fans - I'm putting together a series of request for the MarkupLabel control in the Controls forum NEW MarkupLabel forum, and your input over there would be greatly appreciated! I've added a bunch of requests to a TODO list (but there are more to come).
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6

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: 10 March 2010 at 5:31am
Installed VC 2010 RC.
Beta 14 cannot be downloaded.
13.3.1 cannot be built with VC 2010 RC.
 
Deadlock.
 
 
Help!
PokerMemento - http://www.pokermemento.com/
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: 10 March 2010 at 11:35am
Originally posted by znakeeye znakeeye wrote:

Installed VC 2010 RC.
Beta 14 cannot be downloaded.
13.3.1 cannot be built with VC 2010 RC.
 
Deadlock.
 
 
Help!


Can you be a little more specific? "13.3.1 cannot be built with VC 2010 RC."

Did you install x64 libraries?  What configuration do you try to build?
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: 10 March 2010 at 11:45am
Originally posted by jpbro jpbro wrote:

Hi Krog & markr, and other Markup fans - I'm putting together a series of request for the MarkupLabel control in the Controls forum (unfortunately there is not separate MarkupLabel forum) and you input over there would be greatly appreciated! I've added a bunch of feature requests to the a sticky TODO list (but there are more to come).


Just for you I added this MarkupLabel subforum  Now its up to you to fill it with some posts
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: 10 March 2010 at 12:04pm
Originally posted by SuperMario SuperMario wrote:

Originally posted by jpbro jpbro wrote:

Hi Krog & markr, and other Markup fans - I'm putting together a series of request for the MarkupLabel control in the Controls forum (unfortunately there is not separate MarkupLabel forum) and you input over there would be greatly appreciated! I've added a bunch of feature requests to the a sticky TODO list (but there are more to come).


Just for you I added this MarkupLabel subforum  Now its up to you to fill it with some posts
 
I cannot choose "10.0" in the 13.3.1 deployment tool. Hence, I cannot build it with VC 2010 RC. If I understood things correctly, 2010 is only supported in 14.0. And since I cannot download it (your beta site has been a joke since 4 years), I'm stuck - deadlock!
 
There should be a link to the beta from the download area. Period!
PokerMemento - http://www.pokermemento.com/
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: 10 March 2010 at 12:07pm
No, 13.3.1 supports VS 2010 RC.

I am not sure why your 10.0 is not enabled...I just tried it and it works.  Either way, just install it, then open up toolkit workspace in 2010 and build.
Back to Top
chris3105 View Drop Down
Newbie
Newbie


Joined: 03 March 2010
Status: Offline
Points: 4
Direct Link To This Post Posted: 10 March 2010 at 6:35pm
Hi,
 
I would like to try the beta 14 version, but it seems, that there's currently no version available for download.
 
Where can I get a version?
 
Thanks in advance
Back to Top
chrisABC View Drop Down
Senior Member
Senior Member
Avatar

Joined: 05 June 2008
Status: Offline
Points: 258
Direct Link To This Post Posted: 12 March 2010 at 4:38am
Originally posted by Jebo Jebo wrote:

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

Yes please. I also would like this.
(though I would expect CANCEL to be Boolean)
Chris (Manchester, UK) -- www.abc6.co.uk ---- Using CodeJock ActiveX Suite 13.1.0 with Windows8, VB6 SP6
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 12 March 2010 at 4:48am
Originally posted by chrisABC chrisABC wrote:

(though I would expect CANCEL to be Boolean)

yes of course! ;-)
Back to Top
ampcom View Drop Down
Groupie
Groupie


Joined: 20 September 2008
Status: Offline
Points: 38
Direct Link To This Post Posted: 30 March 2010 at 12:42pm
Hi,
 
Any news of the Chart Pro package - End of March 2010?
 
Thanks in advance
 
Product: Xtreme SuitePro (ActiveX) version 15.0.1
Platform: Windows 7 (64 Bit) Ultimate
Language: Visual Basic 6.0
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Direct Link To This Post Posted: 11 April 2010 at 5:24am
A new nice round-progressbar style (as is it in SQL Server).

  

Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Direct Link To This Post Posted: 11 April 2010 at 8:08am
Originally posted by Jebo Jebo wrote:

A new nice round-progressbar style (as is it in SQL Server).

  



A throbber control / function would be nice. Could then be used together with markup to change the image.

XTPCreateThrobberBitmap(spokes, thickness, innerRadius, outerRadius, color, step, &bitmap);

http://www.codeproject.com/KB/cs/mrg_loadingcircle.aspx

Codejock support
Back to Top
ione View Drop Down
Groupie
Groupie


Joined: 25 November 2009
Status: Offline
Points: 14
Direct Link To This Post Posted: 13 April 2010 at 6:21am
Hi, is it possible to add/modify/hide customized or integrated (system default) tab/group/commands in the new Ribbon 14.0? (similar to Office2010)
Back to Top
ampcom View Drop Down
Groupie
Groupie


Joined: 20 September 2008
Status: Offline
Points: 38
Direct Link To This Post Posted: 24 April 2010 at 10:18am
Any update on version 14.0 for the end of April?
Product: Xtreme SuitePro (ActiveX) version 15.0.1
Platform: Windows 7 (64 Bit) Ultimate
Language: Visual Basic 6.0
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Direct Link To This Post Posted: 24 April 2010 at 1:52pm
Originally posted by ampcom ampcom wrote:

Any update on version 14.0 for the end of April?


Looks like its probably going to be closer to the end of May beginning of June time line now.
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Direct Link To This Post Posted: 24 April 2010 at 2:02pm
Originally posted by Support Support wrote:

Originally posted by ampcom ampcom wrote:

Any update on version 14.0 for the end of April?


Looks like its probably going to be closer to the end of May beginning of June time line now.
 
Hi,
 
Now you are talking sense, with the current version of ReportControl it would be madness to release V14.0  and it's time for fixing these... please??  
 
And @ampcom, I guess you don't use ReportControl (ActiveX) otherwise you wouldn't be asking this ?!?! 
 
 
 
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
ampcom View Drop Down
Groupie
Groupie


Joined: 20 September 2008
Status: Offline
Points: 38
Direct Link To This Post Posted: 24 April 2010 at 2:06pm
Aaron - this was CJ timescale - I was simply asking for a progress update
Product: Xtreme SuitePro (ActiveX) version 15.0.1
Platform: Windows 7 (64 Bit) Ultimate
Language: Visual Basic 6.0
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Direct Link To This Post Posted: 27 April 2010 at 8:19am
Originally posted by zaksoft zaksoft wrote:

For what ? for version 14.00 or for the first beta of 14.00 ? 
On april, 1 you promise a roadmap and a list of feature for Chart and Toolkit, can you please give us these information ?
At least beta 14 availability and scheduled release date ?


Both Chart and Toolkit will be released in the same timeline, as I mentioned earlier probably first or second week in June to be realistic.  We will start Betas a couple weeks in advance.
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
Quattro View Drop Down
Newbie
Newbie
Avatar

Joined: 17 May 2010
Status: Offline
Points: 1
Direct Link To This Post Posted: 17 May 2010 at 3:43am
In DateTimePicker please add the ability to define the value as __/__/____  (empty date).
This can be useful if is  required the input of a born date.
Actually is used the MinDate value and is not a good idea.

Also please modify the typing routine in order to accept ddmmyyyy keys (or other format, depending by system setting) and not dd,arrow,mm,arrow,yyyy

Thanks
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: 17 May 2010 at 6:35am
Originally posted by mremkes mremkes wrote:

1. Add a RichTextBox control. Easy for you to implement and a missing control to the suite currently...
2. Add a BeforeExpand event to the treeview control (cChildren = 1 + grap TVN_ITEMEXPANDING notification). This allows to fill the treeview on demand.
 
Thanks!
 
TVN_ITEMEXPANDING is absolutely crucial! As of 13.3.1 CXTreeCtrl does NOT support it!
PokerMemento - http://www.pokermemento.com/
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Direct Link To This Post Posted: 18 May 2010 at 11:43am
Can you please add Question and Exclamation icons to the TaskDialogIcons to release V14 ?
This would ease my efforts to replace Messageboxes to TaskDialogs !!!
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: 19 May 2010 at 11:33am
tobi, nowadays question marks are reserved for Help. The native taskdialog have no question mark either. These icons are available in the API:
 
#define TD_WARNING_ICON MAKEINTRESOURCEW(-1)
#define TD_ERROR_ICON MAKEINTRESOURCEW(-2)
#define TD_INFORMATION_ICON MAKEINTRESOURCEW(-3)
#define TD_SHIELD_ICON MAKEINTRESOURCEW(-4)
PokerMemento - http://www.pokermemento.com/
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: 19 May 2010 at 2:08pm
little hint:
SetMainIcon(::LoadIcon(NULL, MAKEINTRESOURCE(IDI_QUESTION)));
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: 19 May 2010 at 6:50pm
Very bad idea!
 
Please read "user experience guidelines for Windows®".
 
 
Use the question mark icon only for Help entry points. For more information, see the Help entry point guidelines.
Don't use the question mark icon to ask questions. Again, use the question mark icon only for Help entry points. There is no need to ask questions using the question mark icon anyway—it's sufficient to present a main instruction as a question.
Don't routinely replace question mark icons with warning icons. Replace a question mark icon with a warning icon only if the question has significant consequences. Otherwise, use no icon.
PokerMemento - http://www.pokermemento.com/
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: 01 June 2010 at 7:10am
Originally posted by tobi tobi wrote:

Can you please add Question and Exclamation icons to the TaskDialogIcons to release V14 ?
This would ease my efforts to replace Messageboxes to TaskDialogs !!!


We can't add it because Microsoft doesn't support them for Native TaskDialog in Vista and Windows 7. :(
But you indeed can load own Question icon instead.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Direct Link To This Post Posted: 07 June 2010 at 1:43pm
Hi, [UPDATED]

Some things have changed since my last post. Here is an updated road-map of what we have planned, we are anticipating all should be ready by the end of September 2010 to allow time for additional features and testing.

  1. Toolkit and Suite 14.0 betas introduced second week of September.

  2. Chart betas will continue to be posted as they become available.

  3. Toolkit, Suite and Chart released and ready by end of September.

  4. Toolkit Pro and Suite Pro 14.0 - many enhancements and new theme support. We have been trying to address many feature requests, this is taking longer than expected.

  5. Toolkit Platinum 14.0 – This is a new library that includes everything from the Pro version plus new dashboard components that we will be introducing soon. First addition will be Chart. There will be an upgrade path for existing Toolkit Pro users who have an active maintenance subscription.

  6. Chart 14.0 - To include many new 2D and 3D charting styles for MFC and ActiveX. The Chart will be part of the Platinum edition of Toolkit only.

Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
 Post Reply Post Reply
  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.219 seconds.