<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>CAD F&#243;rum : iLogic Dialog dll</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : iLogic a ETO : iLogic Dialog dll]]></description>
  <pubDate>Wed, 06 May 2026 16:37:09 +0000</pubDate>
  <lastBuildDate>Mon, 09 Nov 2020 10:47:56 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum/RSS_post_feed.asp?TID=31220</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[iLogic Dialog dll : Dobr&#253; den,v Dialog1 je pouze ten...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121927&amp;title=ilogic-dialog-dll#121927</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=26140">PopelkaM</a><br /><strong>Předmět:</strong> 31220<br /><strong>Zasláno:</strong> 09.lis.2020 v 10:47<br /><br />Dobrý den,<br>v Dialog1 je pouze ten kód.<br>V součásti je v pravidle iLogic reference na dll soubor a automaticky vygenerovaný kód.<br>Říkáte,že kód pro Dialog1 je nekompletní - možná je to ta příčina.....<br><br>Popelka<br><br><br><img src="uploads/26140/iLogic_Osazeny_Šroub_Dialog.PNG" height="446" width="695" border="0" />]]>
   </description>
   <pubDate>Mon, 09 Nov 2020 10:47:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121927&amp;title=ilogic-dialog-dll#121927</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic Dialog dll : T&#283;&#382;ko &#345;&#237;ct. Ten k&#243;d pro Dialog1...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121924&amp;title=ilogic-dialog-dll#121924</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9996">Navara</a><br /><strong>Předmět:</strong> 31220<br /><strong>Zasláno:</strong> 09.lis.2020 v 09:23<br /><br />Těžko říct. Ten kód pro Dialog1 je sice nekompletní, ale to nemusí být příčina, zbytek může být v jiném souboru.<div>Bez toho, abych si to pustil nedokážu poradit. Takhle na první pohled to vypadá v pořádku.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 09 Nov 2020 09:23:02 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121924&amp;title=ilogic-dialog-dll#121924</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic Dialog dll : Dobr&#253; den,d&#283;kuji za tip...Zkou&#353;&#237;m...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121920&amp;title=ilogic-dialog-dll#121920</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=26140">PopelkaM</a><br /><strong>Předmět:</strong> 31220<br /><strong>Zasláno:</strong> 09.lis.2020 v 06:15<br /><br />Dobrý den,<br>děkuji za tip...<br><br>Zkouším to takto níže ,ale vyskakuje tato hláška.<br>Poradíte mi co je špatně ?<br><br>Děkuji Popelka<br><br><br><img src="uploads/26140/Chybová_hláška.PNG" height="322" width="426" border="0" />...<br><br>Imports System.Windows.Forms<br>Imports Autodesk.iLogic.Interfaces<br><br>Public Class Dialog1<br>&nbsp;&nbsp;&nbsp; Public SrazeniZavit As Double<br>&nbsp;&nbsp;&nbsp; Public MPrumer As Double<br>&nbsp;&nbsp;&nbsp; Public DelkaZavit As Double<br>&nbsp;&nbsp;&nbsp; Public SRazeniValec As Double<br>&nbsp;&nbsp;&nbsp; Public SPrumer As Double<br>&nbsp;&nbsp;&nbsp; Public DelkaValce As Double<br>&nbsp;&nbsp;&nbsp; Public ZaobleniUHlavy As Double<br>&nbsp;&nbsp;&nbsp; Public iLogicVB As ILowLevelSupport<br>&nbsp;&nbsp;&nbsp; Public iProperties As IiProperties<br><br><br><br>&nbsp;&nbsp;&nbsp; Private Sub OK_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK_Button.Click<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SrazeniZavit = TextBox1.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MPrumer = TextBox2.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DelkaZavit = TextBox3.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SRazeniValec = TextBox4.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPrumer = TextBox5.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DelkaValce = TextBox6.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ZaobleniUHlavy = TextBox7.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iProperties.Material = ComboBox1.Text<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.DialogResult = System.Windows.Forms.DialogResult.OK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.Close()<br>&nbsp;&nbsp;&nbsp; End Sub<br><br>&nbsp;&nbsp;&nbsp; Private Sub Cancel_Button_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Cancel_Button.Click<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.DialogResult = System.Windows.Forms.DialogResult.Cancel<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.Close()<br>&nbsp;&nbsp;&nbsp; End Sub<br><br>&nbsp;&nbsp;&nbsp; Private Sub Dialog1_Load(sender As Object, e As EventArgs) Handles MyBase.Load<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TextBox1.Text = SrazeniZavit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TextBox2.Text = MPrumer<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TextBox3.Text = DelkaZavit<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TextBox4.Text = SRazeniValec<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TextBox5.Text = SPrumer<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TextBox6.Text = DelkaValce<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TextBox7.Text = ZaobleniUHlavy<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ComboBox1.Text = iProperties.Material<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For Each material In iProperties.Materials<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ComboBox1.Items.Add(material)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<br><br><br><br>&nbsp;&nbsp;&nbsp; End Sub<br><br>&nbsp;&nbsp;&nbsp; Private Sub Label2_Click(sender As Object, e As EventArgs) Handles Label2.Click<br><br>&nbsp;&nbsp;&nbsp; End Sub<br><br>&nbsp;&nbsp;&nbsp; Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'iProperties.Value("Design Tracking Properties", "Material") = ComboBox1.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; iProperties.Material = ComboBox1.Text<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ILogicVB.DocumentUpdate()<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.DialogResult = System.Windows.Forms.DialogResult.OK<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.Close()<br>&nbsp;&nbsp;&nbsp; End Sub<br>End Class<br><br>---------------------------------------------------------------------------------<br><br>AddReference "iLogic Osazeny Šroub Dialog.dll"<br><br><br>localTrigger = iTrigger0<br>&nbsp;Using dlg As New iLogic_Osazeny_Šroub_Dialog.Dialog1<br>&nbsp; dlg.SrazeniZavit = SrazeniZavit<br>&nbsp; dlg.MPrumer = MPrumer<br>&nbsp; dlg.DelkaZavit = DelkaZavit<br>&nbsp; dlg.SRazeniValec = SRazeniValec<br>&nbsp; dlg.SPrumer = SPrumer<br>&nbsp; dlg.DelkaValce = DelkaValce<br>&nbsp; dlg.ZaobleniUHlavy = ZaobleniUHlavy<br>&nbsp; dlg.iProperties = iProperties<br>&nbsp; Dim i As Integer = dlg.ShowDialog()<br>&nbsp; If i &lt;&gt; vbOK Then Return<br>&nbsp; SrazeniZavit =&nbsp; dlg.SrazeniZavit<br>&nbsp; MPrumer =&nbsp; dlg.MPrumer<br>&nbsp; DelkaZavit =&nbsp; dlg.DelkaZavit<br>&nbsp; SRazeniValec =&nbsp; dlg.SRazeniValec<br>&nbsp; SPrumer =&nbsp; dlg.SPrumer<br>&nbsp; DelkaValce =&nbsp; dlg.DelkaValce<br>&nbsp; ZaobleniUHlavy = dlg.ZaobleniUHlavy<br>&nbsp; End Using<br>&nbsp;iLogicVb.UpdateWhenDone = True<br><br><br>]]>
   </description>
   <pubDate>Mon, 09 Nov 2020 06:15:13 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121920&amp;title=ilogic-dialog-dll#121920</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic Dialog dll : Ud&#283;lat se to d&#225;.Ale je to sp&#237;&#353;...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121853&amp;title=ilogic-dialog-dll#121853</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9996">Navara</a><br /><strong>Předmět:</strong> 31220<br /><strong>Zasláno:</strong> 04.lis.2020 v 00:27<br /><br />Udělat se to dá.&nbsp;<img src="https://www.cadforum.cz/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /><div>Ale je to spíš na konzultaci, než na jednoduchou odpověď. Ale jedno minimalistické řešení je zde:</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>AddReference "System.Drawing.dll"</div><div>Imports System.Windows.Forms</div><div><br></div><div><br></div><div>Sub Main</div><div><br></div><div>&nbsp; &nbsp;Dim part As PartDocument = ThisDoc.Document</div><div>&nbsp; &nbsp;Dim materialDlg As MaterialDialog = New MaterialDialog()</div><div>&nbsp; &nbsp;materialDlg.Part = part</div><div>&nbsp; &nbsp;materialDlg.ShowDialog()</div><div><br></div><div>End Sub</div><div><br></div><div>Public Class MaterialDialog</div><div>&nbsp; &nbsp;Inherits Form</div><div><br></div><div>&nbsp; &nbsp;Public Sub New()</div><div>&nbsp; &nbsp; &nbsp; InitializeComponent()</div><div>&nbsp; &nbsp;End Sub</div><div><br></div><div>&nbsp; &nbsp;Property Part As PartDocument</div><div>&nbsp; &nbsp; &nbsp; Get</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Return _part</div><div>&nbsp; &nbsp; &nbsp; End Get</div><div>&nbsp; &nbsp; &nbsp; Set</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;_part = value</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PopulateMaterialCombo()</div><div>&nbsp; &nbsp; &nbsp; End Set</div><div>&nbsp; &nbsp;End Property</div><div><br></div><div>&nbsp; &nbsp;Private Sub PopulateMaterialCombo()</div><div>&nbsp; &nbsp; &nbsp; ComboBox1.Items.Clear()</div><div>&nbsp; &nbsp; &nbsp; Dim app As Inventor.Application = Part.Parent</div><div>&nbsp; &nbsp; &nbsp; For Each material As MaterialAsset In app.ActiveMaterialLibrary.MaterialAssets</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ComboBox1.Items.Add(material.DisplayName)</div><div>&nbsp; &nbsp; &nbsp; Next</div><div>&nbsp; &nbsp;End Sub</div><div><br></div><div>&nbsp; &nbsp;Private Sub ComboBox1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles ComboBox1.SelectedIndexChanged</div><div>&nbsp; &nbsp; &nbsp; Dim app As Inventor.Application = Part.Parent</div><div><br></div><div>&nbsp; &nbsp; &nbsp; Dim material As MaterialAsset = app.ActiveMaterialLibrary.MaterialAssets(ComboBox1.SelectedItem.ToString())</div><div><br></div><div>&nbsp; &nbsp; &nbsp; Part.ActiveMaterial = material</div><div>&nbsp; &nbsp;End Sub</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;Friend WithEvents ComboBox1 As ComboBox</div><div>&nbsp; &nbsp;Private _part As PartDocument</div><div><br></div><div>&nbsp; &nbsp;Private Sub InitializeComponent()</div><div>&nbsp; &nbsp; &nbsp; Me.ComboBox1 = New System.Windows.Forms.ComboBox()</div><div>&nbsp; &nbsp; &nbsp; Me.SuspendLayout()</div><div>&nbsp; &nbsp; &nbsp; '</div><div>&nbsp; &nbsp; &nbsp; 'ComboBox1</div><div>&nbsp; &nbsp; &nbsp; '</div><div>&nbsp; &nbsp; &nbsp; Me.ComboBox1.FormattingEnabled = True</div><div>&nbsp; &nbsp; &nbsp; Me.ComboBox1.Location = New System.Drawing.Point(12, 12)</div><div>&nbsp; &nbsp; &nbsp; Me.ComboBox1.Name = "ComboBox1"</div><div>&nbsp; &nbsp; &nbsp; Me.ComboBox1.Size = New System.Drawing.Size(121, 21)</div><div>&nbsp; &nbsp; &nbsp; Me.ComboBox1.TabIndex = 0</div><div>&nbsp; &nbsp; &nbsp; '</div><div>&nbsp; &nbsp; &nbsp; 'MaterialDialog</div><div>&nbsp; &nbsp; &nbsp; '</div><div>&nbsp; &nbsp; &nbsp; Me.ClientSize = New System.Drawing.Size(284, 261)</div><div>&nbsp; &nbsp; &nbsp; Me.Controls.Add(Me.ComboBox1)</div><div>&nbsp; &nbsp; &nbsp; Me.Name = "MaterialDialog"</div><div>&nbsp; &nbsp; &nbsp; Me.ResumeLayout(False)</div><div><br></div><div>&nbsp; &nbsp;End Sub</div><div><br></div><div>End Class</div></div><div><br></div><div></pre></td></tr></table></div><div><br></div><span style="font-size:10px"><br /><br />Upravil Navara - 04.lis.2020 v 00:36</span>]]>
   </description>
   <pubDate>Wed, 04 Nov 2020 00:27:09 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121853&amp;title=ilogic-dialog-dll#121853</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic Dialog dll : Dobr&#253; den,m&#225;m vytvo&#345;en&#253; dialog...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121836&amp;title=ilogic-dialog-dll#121836</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=26140">PopelkaM</a><br /><strong>Předmět:</strong> 31220<br /><strong>Zasláno:</strong> 03.lis.2020 v 06:48<br /><br />Dobrý den,mám vytvořený dialog (*.dll ve Visual Studiu) propojený se součástí prostřednictvím<br>iLogicu v Inventoru.<br>Dialog slouží na editaci součásti.<br>Lze do dialogu doplnit i možnost vybrat materiál součásti (ComboBox),nebo některé iVlastnosti?<br>Poradíte mě jak?<br>Dialog vytvořený v iLogicu má omezené možnosti použití.<br><br>Děkuji Popelka<img src="https://www.cadforum.cz/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Tue, 03 Nov 2020 06:48:48 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=31220&amp;PID=121836&amp;title=ilogic-dialog-dll#121836</guid>
  </item> 
 </channel>
</rss>