If you want the actual file, let me know and I'll email you off list.
Nate L.
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<dPanel classID="46864304" BorderColor="(0, 0, 0)" sizerInfo="{}"
Name="SearchPanel" Buffered="False" AlwaysResetSizer="False"
Enabled="True" MinSizerWidth="10" ForeColor="(0, 0, 0)" Tag="None"
designerClass="path://SearchPanel.cdxml" savedClass="True"
Transparency="255" BackColor="(236, 233, 216)" MinSizerHeight="10"
BorderStyle="Default" ToolTipText="None" BorderLineStyle="Solid"
BorderWidth="0">
<code>
</code>
<properties>
</properties>
<dBorderSizer classID="46864304-46921424" FontUnderline="False"
FontBold="False" Orientation="Horizontal" FontSize="8"
DefaultBorderTop="False" DefaultBorderRight="False" DefaultSpacing="0"
DefaultBorderBottom="False" Caption="Search" DefaultBorderLeft="False"
designerClass="LayoutBorderSizer" BackColor="(236, 233, 216)"
SlotCount="9" FontItalic="False" DefaultBorder="0">
<dComboBox FontUnderline="False" BorderColor="(0, 0, 0)"
sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left',
'VAlign': 'Middle', 'Border': 0, 'Expand': False}" Width="130"
FontFace="MS Shell Dlg 2" BorderWidth="0" BorderStyle="Default"
FontBold="False" Keys="[]" ForeColor="(0, 0, 0)" BackColor="(255, 255,
255)" FontItalic="False" DataSource="" classID="46864304-46559792"
ValueMode="string" Name="SearchFieldEntry" Enabled="True" Value="None"
Choices="[]" designerClass="controlMix" Transparency="255"
BorderLineStyle="Solid" Height="21" Tag="None" DataField=""
FontSize="8" ToolTipText="None"></dComboBox>
<dPanel classID="46864304-48827152" Spacing="5"
sizerInfo="{'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Middle'}"
designerClass="LayoutSpacerPanel"></dPanel>
<dComboBox FontUnderline="False" BorderColor="(0, 0, 0)"
sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign': 'Left',
'VAlign': 'Middle', 'Border': 0, 'Expand': False}" Width="95"
FontFace="MS Shell Dlg 2" BorderWidth="0" BorderStyle="Default"
FontBold="False" Keys="[]" ForeColor="(0, 0, 0)" BackColor="(255, 255,
255)" FontItalic="False" DataSource="" classID="46864304-53217360"
ValueMode="position" Name="SearchParameterEntry" Enabled="True"
Value="0" Choices="[u'Exatch Match', u'Contains']"
designerClass="controlMix" Transparency="255" BorderLineStyle="Solid"
Height="21" Tag="None" DataField="" FontSize="8"
ToolTipText="None"></dComboBox>
<dPanel classID="46864304-51462320" Spacing="5"
sizerInfo="{'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Middle'}"
designerClass="LayoutSpacerPanel"></dPanel>
<dTextBox PasswordEntry="False" BorderColor="(0, 0, 0)"
sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'HAlign': 'Left',
'VAlign': 'Middle', 'Border': 0, 'Expand': False}" TextLength="None"
Width="162" FontFace="MS Shell Dlg 2" BorderWidth="0"
BorderStyle="Default" FontBold="False" ForeColor="(0, 0, 0)"
BackColor="(255, 255, 255)" FontItalic="False" DataSource=""
classID="46864304-52782800" Name="SearchValueEntry" Enabled="True"
Value="" designerClass="controlMix" Transparency="255"
FontUnderline="False" BorderLineStyle="Solid" Height="21"
ReadOnly="False" Tag="None" DataField="" FontSize="8" ForceCase="None"
Alignment="Left" ToolTipText="None"></dTextBox>
<dPanel classID="46864304-51002928" Spacing="5"
sizerInfo="{'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Middle'}"
designerClass="LayoutSpacerPanel"></dPanel>
<dButton FontUnderline="False" BorderColor="(0, 0, 0)"
sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign':
'Center', 'VAlign': 'Middle', 'Border': 0, 'Expand': False}"
Width="75" FontFace="MS Shell Dlg 2" BorderWidth="0"
BorderStyle="Default" FontBold="False" ForeColor="(0, 0, 0)"
BackColor="(236, 233, 216)" FontItalic="False"
classID="46864304-52564240" Name="SearchButton" Enabled="True"
Caption="Search" designerClass="controlMix" Transparency="255"
BorderLineStyle="Solid" Height="23" Tag="None" FontSize="8"
ToolTipText="None">
<code>
<onHit><![CDATA[
def onHit(self, evt):
self.Parent.controller.Search()
]]>
</onHit>
</code>
</dButton>
<dPanel classID="46864304-51668208" Spacing="5"
sizerInfo="{'Proportion': 0, 'HAlign': 'Center', 'VAlign': 'Middle'}"
designerClass="LayoutSpacerPanel"></dPanel>
<dButton FontUnderline="False" BorderColor="(0, 0, 0)"
sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'HAlign':
'Center', 'VAlign': 'Middle', 'Border': 0, 'Expand': False}"
Width="75" FontFace="MS Shell Dlg 2" BorderWidth="0"
BorderStyle="Default" FontBold="False" ForeColor="(0, 0, 0)"
BackColor="(236, 233, 216)" FontItalic="False"
classID="46864304-52153168" Name="ClearButton" Enabled="True"
Caption="Clear" designerClass="controlMix" Transparency="255"
BorderLineStyle="Solid" Height="23" Tag="None" FontSize="8"
ToolTipText="None">
<code>
<onHit><![CDATA[
def onHit(self, evt):
self.Parent.controller.ClearSearch()
]]>
</onHit>
</code>
</dButton>
</dBorderSizer>
</dPanel>
On Tue, Jun 17, 2008 at 6:03 PM, Ed Leafe <[EMAIL PROTECTED]> wrote:
> On Jun 17, 2008, at 7:39 PM, Paul McNett wrote:
>
>>> OK, so the font is being set and not in 'availableFonts'. Let me
>>> look
>>> into how that could happen.
>>
>> The font in question isn't a real font, but a registry mapping to a
>> real
>> font.
>
>
> So his registry is messed up?
>
> It's coming from the code that sets the properties of an object, in
> this case a combo box. Nate, can you post the .cdxml for this?
>
> -- Ed Leafe
>
>
>
>
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]