Thread overview
new version of core32 (running in DMD 1.013)
Apr 30, 2007
yidabu
Apr 30, 2007
yidabu
Apr 30, 2007
Brad Anderson
Apr 30, 2007
jcc7
Apr 30, 2007
yidabu
April 30, 2007
new version of core32 (running in DMD 1.013)

I tried suggest the new version of  Core32 to http://svn.dsource.org/projects/core32/ use TortoiseSVN, but failed, anybody help?

qiezi modified core32 to fit DMD 1.013.
download here:
http://bbs.yidabu.com/attachments/d/core32.zip
http://bbs.yidabu.com/attachments/d/embed_ie.zip

first:how to get the properties of ie?
  in activex\ie.d:
	sucessed:
	ie.set("Left", toVariant(10));

	failed:
	auto re=ie.get("Left");

2 how to get the hwnd of ie (I want to SetParent() to Form.handle(created by DFL),display HTML + CSS in a GUI )

thanks
April 30, 2007
anybody update the get function in activex.d and suggest the new version of Core32 to http://svn.dsource.org/projects/core32/ ?
April 30, 2007
== Quote from yidabu (yidabu.nospam@gmail.com)'s article
> new version of core32 (running in DMD 1.013)
> I tried suggest the new version of  Core32 to
> http://svn.dsource.org/projects/core32/ use TortoiseSVN, but failed, > anybody help?

Since you're not a member of the Core32 project, dsource won't let you make changes.

I can upload the change to SVN, but I like to know what I'm changing. Do you happen to know what some of the changes are that qiezi made?


> qiezi modified core32 to fit DMD 1.013.
> download here:
> http://bbs.yidabu.com/attachments/d/core32.zip
> http://bbs.yidabu.com/attachments/d/embed_ie.zip
> first:how to get the properties of ie?
>   in activex\ie.d:
> 	sucessed:
> 	ie.set("Left", toVariant(10));
> 	failed:
> 	auto re=ie.get("Left");
> 2 how to get the hwnd of ie
> (I want to SetParent() to Form.handle(created by DFL),display HTML +
> CSS in a GUI )
> thanks

I managed to compile your attached embed_ie.d. So are you just having problems getting it to work with DFL?

jcc7
April 30, 2007
yidabu wrote:
> anybody update the get function in activex.d and suggest the new version of Core32 to http://svn.dsource.org/projects/core32/ ?

You must have 'write' access to the SVN repos, and this is reserved for project members only.  You should contact the project members 'l8night' or you will probably have better luck contacting jcc7.  Tell them your dsource username and they can give you commit rights.

BA
April 30, 2007
On Mon, 30 Apr 2007 13:57:45 +0000 (UTC)
jcc7 <technocrat7@gmail.com> wrote:


> I can upload the change to SVN, but I like to know what I'm changing. Do you happen to know what some of the changes are that qiezi made?
> 
  I don't know the changes qiezi made,

> > (I want to SetParent() to Form.handle(created by DFL),display HTML +
> > CSS in a GUI )
> > thanks
> 
> I managed to compile your attached embed_ie.d. So are you just having problems getting it to work with DFL?
> 

I will try it later.