|
List Info
Thread: DB 4.06 Rich Text Control Unavailable
|
|
| DB 4.06 Rich Text Control Unavailable |
  United States |
2007-03-29 03:54:20 |
|
Excuses if I have misunderstood something.
I understand that the series 4 betas are meant to be time limited full
versions of the program.
When I start the beta up there is [UNREGISTERED] in the title bar of
the program. Also when I try to add the wxRichTextCtrl to a form I
receive a dialog saying "The feature "wxRichTextCtrl" is not
available in DialogBlocks demo. Please register DialogBlocks 2006 or
higher."
I am not sure if this is an error/oversight but the same happens for
wxHyperlinkCtrl, wxSimpleHtmlListBox, wxHtmlListBox (which actually
produces a wxSimpleHtmlistBox error message).
thanks
Mal
__._,_.___
.
__,_._,___
|
| Re: DB 4.06 Rich Text Control
Unavailable |
  United Kingdom |
2007-03-29 04:06:32 |
|
Hi,
Sorry, in 4.06 I switched to the same registration behaviour to 3.x,
partly so that when
I go on holiday in a couple of weeks the thing doesn't expire on people,
and partly because
I don't want to make a full-featured version available for free
indefinitely, since I
think it's pretty close to 3.x stability.
Regards,
Julian
wxwidgetninja wrote:
> Excuses if I have misunderstood something.
>
> I understand that the series 4 betas are meant to be time limited full
> versions of the program.
>
> When I start the beta up there is [UNREGISTERED] in the title bar of
> the program. Also when I try to add the wxRichTextCtrl to a form I
> receive a dialog saying "The feature "wxRichTextCtrl" is not
> available in DialogBlocks demo. Please register DialogBlocks 2006 or
> higher."
>
> I am not sure if this is an error/oversight but the same happens for
> wxHyperlinkCtrl, wxSimpleHtmlListBox, wxHtmlListBox (which actually
> produces a wxSimpleHtmlistBox error message).
>
> thanks
> Mal
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
--
Julian Smart, Anthemion Software Ltd.
28/5 Gillespie Crescent, Edinburgh, Midlothian, EH10 4HU
www.anthemion.co.uk | +44 (0)131 229 5306
Tools for writers: www.writerscafe.co.uk
wxWidgets RAD: www.anthemion.co.uk/dialogblocks
__._,_.___
.
__,_._,___
|
| Re: DB 4.06 Rich Text Control
Unavailable |
  United States |
2007-03-29 04:13:57 |
|
You mean you don't have a registered copy of any version of DB? For
shame! (:grin
I'm kidding, of course!;) But it does appear that if you've got a
registered version already on the system (mine is Windows XP), then
the [UNREGISTERED] and the behavior you're noting don't exist. So, if
you do have a registered version and just uninstalled it for beta
purposes, try reinstalling the registered one and installing the beta
in a different area. E.G., my 'registered' version 3.18 is in:
E:Design-ProgrammingAnthemionDialogBlocks
whilst the beta 4.06 version is in:
E:Design-ProgrammingAnthemionDialogBlocksBeta
They share system "brains" (that is, they both seem to think they're
the only DB on the system, so whoever ran last populates all the DB
environment particulars, like last project, etc.) but run separately.
I think you're probably right, tho', the beta shouldn't think it's a
demo regardless!;)
fyi:
thx,
Dave S.
--- In anthemion-devtools%40yahoogroups.com">anthemion-devtools yahoogroups.com, "wxwidgetninja"
<m.nealon ...> wrote:
>
> Excuses if I have misunderstood something.
>
> I understand that the series 4 betas are meant to be time limited
full
> versions of the program.
>
> When I start the beta up there is [UNREGISTERED] in the title bar of
> the program. Also when I try to add the wxRichTextCtrl to a form I
> receive a dialog saying "The feature "wxRichTextCtrl" is not
> available in DialogBlocks demo. Please register DialogBlocks 2006 or
> higher."
>
> I am not sure if this is an error/oversight but the same happens for
> wxHyperlinkCtrl, wxSimpleHtmlListBox, wxHtmlListBox (which actually
> produces a wxSimpleHtmlistBox error message).
>
> thanks
> Mal
>
__._,_.___
.
__,_._,___
|
| Using DB to set the Title |
  United States |
2007-03-29 10:41:37 |
|
Here is a simple main dialog I am working on with DB3.15.
How do I get the title at the top of the dialog to say "CONIND" rather
than Dialog? I am not sure if I am being dumb or misunderstanding
something. In the editor view of the dialog, I set Title to CONIND, but
it still comes up as Dialog even though the xrc view shows
<title>CONIND</title>
.pjd is attached.
Ian
__._,_.___
.
__,_._,___
|
|
| Re: Using DB to set the Title |
  United Kingdom |
2007-03-29 15:58:18 |
|
Hi,
Hm, strange, it displays CONIND in the dialog for me in F5 and F6 preview,
and the generated C++ uses CONNIND for the default title.
Regards,
Julian
Ian Simpson wrote:
> Here is a simple main dialog I am working on with DB3.15.
> How do I get the title at the top of the dialog to say "CONIND" rather
> than Dialog? I am not sure if I am being dumb or misunderstanding
> something. In the editor view of the dialog, I set Title to CONIND, but
> it still comes up as Dialog even though the xrc view shows
> <title>CONIND</title>
>
> .pjd is attached.
>
> Ian
>
>
>
> Yahoo! Groups Links
>
>
>
>
> ----------------------------------------------------------
>
> <?xml version="1.0" encoding="windows-1252"?>
> <anthemion-project version="1.0.0.0" xmlns="http://www.anthemion.co.uk">
> <header>
> <long name="name_counter">0</long>
> <string name="html_path">""</string>
> <string name="title">""</string>
> <string name="author">""</string>
> <string name="description">""</string>
> <string name="xrc_filename">""</string>
> <bool name="convert_images_to_xpm">0</bool>
> <bool name="inline_images">0</bool>
> <bool name="generate_cpp_for_xrc">0</bool>
> <bool name="use_help_text_for_tooltips">1</bool>
> <bool name="translate_strings">1</bool>
> <bool name="extract_strings">0</bool>
> <string name="user_name">"Ian Simpson"</string>
> <string name="copyright_string">"Copyright: Ground-it.com Consulting Ltd."</string>
> <string name="resource_prefix">""</string>
> <bool name="use_two_step_construction">0</bool>
> <bool name="use_enums">0</bool>
> <string name="current_platform">"<All platforms&gt;"</string>
> <string name="target_wx_version">"2.6.3"</string>
> <string name="cpp_header_comment">"/////////////////////////////////////////////////////////////////////////////
> // Name: %HEADER-FILENAME%
> // Purpose:
> // Author: %AUTHOR%
> // Modified by:
> // Created: %DATE%
> // RCS-ID:
> // Copyright: %COPYRIGHT%
> // Licence:
> /////////////////////////////////////// | |