www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - new version of core32 (running in DMD 1.013)

reply yidabu <yidabu.nospam gmail.com> writes:
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
Apr 29 2007
next sibling parent reply yidabu <yidabu.nospam gmail.com> writes:
anybody update the get function in activex.d and suggest the new version of
Core32 to http://svn.dsource.org/projects/core32/ ?
Apr 29 2007
parent Brad Anderson <brad dsource.org> writes:
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
Apr 30 2007
prev sibling parent reply jcc7 <technocrat7 gmail.com> writes:
== 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
Apr 30 2007
parent yidabu <yidabu.nospam gmail.com> writes:
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.
Apr 30 2007