<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dlgset in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978982#M25631</link>
    <description>Probably you're screwing your Dlg variable somehow. Reuse of same Dlg variable for two dialog boxes at a same time or failure to call DlgUnInit and reuse static Dlg from earlier call may lead to a various number of nasty behaviours. You can try to insert Dflogm.f90 (...DFInclude or ...Samples) directly to your project and debug it along.  &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
    <pubDate>Tue, 08 Jan 2002 21:01:01 GMT</pubDate>
    <dc:creator>Jugoslav_Dujic</dc:creator>
    <dc:date>2002-01-08T21:01:01Z</dc:date>
    <item>
      <title>dlgset</title>
      <link>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978979#M25628</link>
      <description>I'm trying to disable an edit box using dlgset.  My program uses several levels of subroutines and some are recursive.  If I call dlgset near the top level every thing is fine, it turns the edit box on and off. If I call it near the bottom level it does nothing, the return value is .true. and if I use dlgset to write to the edit box at this same level that works fine.  Any ideas??  is this some type of stack problem. &lt;BR /&gt; &lt;BR /&gt;Thanks  Ray</description>
      <pubDate>Sat, 05 Jan 2002 04:25:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978979#M25628</guid>
      <dc:creator>Ray_R_1</dc:creator>
      <dc:date>2002-01-05T04:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: dlgset</title>
      <link>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978980#M25629</link>
      <description>Hi Ray,&lt;BR /&gt;&lt;BR /&gt;I don't know what the problem is, but try calling DlgFlush after disabling the edit box.  Normally, DlgSet changes are not individually sent to the "real" dialog box, but wait until the end of your callback procedure.  DlgFlush will apply the changes immediately.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Leo</description>
      <pubDate>Sat, 05 Jan 2002 05:51:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978980#M25629</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2002-01-05T05:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: dlgset</title>
      <link>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978981#M25630</link>
      <description>Leo thanks for the reply, I tried DlgFlush but it didn't help.  I tried calling Dlgset to disenable the edit box, DlgFlush (I tried both Fushall set to true then to false) then called DlgGet to check the enable state and it comes back true all the time.  The return values of DlgSet and DlgGet are true and I can change the actual text displayed in the edit box.  It would seem that for some reason I can't disenable the edit or combo boxes, but can disenable radio and check boxes.  I don't have I lot of time to dump into solving this, so I will just let it go for now.  By the way the compiler I'm using is V6.6.  I tried to upgrade to V6.6A but I got the following run time error "Debug Assertion Failed ....File dbgheap.c ..... _CrtsValidHeapPointer(pUserData) ..."  Version 6.6 and earlier doesn't give this error.  Do you think I may have another problem hiding somewhere? or could this be a compiler/ run time library problem???</description>
      <pubDate>Tue, 08 Jan 2002 00:28:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978981#M25630</guid>
      <dc:creator>Ray_R_1</dc:creator>
      <dc:date>2002-01-08T00:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: dlgset</title>
      <link>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978982#M25631</link>
      <description>Probably you're screwing your Dlg variable somehow. Reuse of same Dlg variable for two dialog boxes at a same time or failure to call DlgUnInit and reuse static Dlg from earlier call may lead to a various number of nasty behaviours. You can try to insert Dflogm.f90 (...DFInclude or ...Samples) directly to your project and debug it along.  &lt;BR /&gt; &lt;BR /&gt;Jugoslav</description>
      <pubDate>Tue, 08 Jan 2002 21:01:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/dlgset/m-p/978982#M25631</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-01-08T21:01:01Z</dc:date>
    </item>
  </channel>
</rss>

