|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
First I'd like to thank Kichik and deguix for push me a little on the developing of the source code (soon included).
Now: This is my plugin for showing the web browser control (IE) in a custom page... See the attached file... Comment it, please? Note: Is not beta, but also not official... * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,216
|
I think you mean or not nor in the readme
![]() nor would mean url or not file. But good job on the rest (I know English isn't your first language). Just tried it, works very bloody well! I will definately use it for my MapUpdater app thingy ![]() -Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
lol, can't type correctly
![]() One more hitch and will be ready to be published
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#4 |
|
Major Dude
|
This is what I was wanting for some time. Looking foward for the source code
... I'll have a time testing your plugin later.
|
|
|
|
|
|
#5 |
|
Major Dude
|
some mistakes in the examples of your plugin:
the classic ui uses this code: code: won't work, because i copied the dll into plugins directory. also, it's not necessary, because of the plugin structure of nsis. nsis will automatically include and extract all used plugins. so, this code from the modern ui example is also useless: code: even if you'd use this, you never refer to $pluginsdir\nsweb.dll code: this is the new style. the old plugin code style (with needed manual extraction) looks like this: code: hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#6 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
@Comm@nder21: Dude, those are examples... you do the rest
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#7 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,216
|
Well, he does have a point. The examples will make it that tiny bit harder for new people than necessary
![]() Edit: Nvm, you've updated them already ![]() -Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#8 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
One step more to be officially "official"
:- Update the nsWeb - Classic UI.nsi (Tip from Comm@nder21) Comments from non-XP...? * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#9 |
|
Banned
Join Date: Jan 2001
Location: Norway
Posts: 927
|
We've got ourself a new ActiveX / ATL wizard in town.
I just tried out your plugin and it's f**** great! I was thinking of making such a plugin myself for a long while. That though started after I took a look on the example in the Platforms SDK for embedding the HTML Editor (which is a WebBrowser control instantiated a bit differently) thorugh the ActiveX control interfaces, but decided to drop the whole idea as I'm not up for coding ATL/ActiveX stuff.
Thanks for releaving me of the pain of doing this myself. I'm also looking forward for the source code. I'm very interested in learning more about ActiveX and ATL. |
|
|
|
|
|
#10 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
First: Thanks for the comments, saivert
![]() Second: The source code will included in the final ZIP and will be uploaded in my server (if I don't get reports of bugs.. I'll be uploading tomorrow morning plus its own Web Archive site )Third: I'n not using ATL
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#11 |
|
Banned
Join Date: Jan 2001
Location: Norway
Posts: 927
|
Not using ATL, huh??
So you must be cracking it the hard way then. Raw Win32 API power and ActiveX OLE interfaces, right?? It's late night here in Norway so I better get some sleep... |
|
|
|
|
|
#12 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
Last update, for now
:- Rename functions. - Add ShowHTMLInPage.- Display plain HTML text in a custom page dialog So...last update... if everything is alright, I'll uploaded later... * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#13 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#14 |
|
Major Dude
|
well, attached a zip file with complete nsis file structure, and so easier to install:
Contrib -nsWeb --readme.txt --file1.htm --file2.htm --Source ---*.c ---*.h ---... Examples -example1.nsi -example2.nsi Plugins -nsWeb.dll hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#15 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
I'd like to keep it like I uploaded....
![]() After all, this isn't my first plugin ![]() Thanks dude... * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#16 |
|
Banned
Join Date: Jan 2001
Location: Norway
Posts: 927
|
Instead of arguing about how to package your plugin why not end the discussion and make an NSIS installer for it.
|
|
|
|
|
|
#17 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
Good idea, saivert! :idea: Done!
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|