On Wed, Aug 15, 2012 at 12:11 PM, Art Heimsoth <artst...@artheimsoth.com> wrote:
>
>> Looks like a bug in ooDialog.  Names like SysTimeDatePick32 are no
>> longer, usually, used in RC files.  I'll open a bug and fix it.
>>
>> In the mean time, you should be able to fix your RC file by
>> replacing SysTimeDatePick32 with:
>>
>> DATETIMEPICK_CLASS
>
> I have send the files directly to you in a zip format.  Thanks for the help.

Art,

To get things working for you, just change the line to:

  CONTROL "",IDC_TKT_DATE,DATETIMEPICK_CLASS,WS_CHILD |WS_TABSTOP
|WS_VISIBLE ,100,45,66,14

That is, remove the quotes around DATETIMEPICK_CLASS.

Things like SysTimeDatePick32 were strings, while things like
DATETIMEPICK_CLASS are symbols.

ooDialog 4.2.0 will be officially released in a week or two.  Well,
the end of August.  The release version will have a fix so that it
works with your resource editor without you having to manually change
things.

Can you give me some info on what you are using for a resource editor?
 A link to its website would be good.

--
Mark Miesfeld

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to