Imanerd Posted October 14, 2013 Report Share Posted October 14, 2013 edit: got it, see my 2nd post. I've finally found a way to get back the gtalk talkgadget panel, not the new hangouts without the need of an API (like a google talk extension that someone had made for Maxthon ages ago and then removed because of said api issues), and I would add it to the sidebar, but I'm thinking something more along the lines of a bookmarklet that opens an iframe with this html code in it: https://dl.dropboxusercontent.com/u/91871785/talkgadget.html here's the source code: https://pastebin.com/sJpL8rUK https://pastebin.com/d3cYGFfA I know how to make an iframe at bare minimum, but I can't get it to work. The only iframe example that fits what I am looking to do is the dropmark extension, available here: http://bbs.maxthon.com/forum.php?mod=viewthread&tid=585&highlight=dropmark edit: I've gotten an iframe to work as its own html document, but that doesn't help making it a bookmarklet: https://imanerd11.kd.io/temp1.html (source code: https://pastebin.com/yK622ZFb) please help? edit; okay got it somewhat, just need better poisitoning...: see image: 4210 here's the code:javascript:var%20ifra=document.createElement('iframe');ifra.src="https://imanerd11.kd.io/temp1.html";ifra.setAttribute("width","194");ifra.setAttribute("height","750");ifra.setAttribute("left","0");ifra.setAttribute("borders","no");ifra.setAttribute("scrollbars","no");ifra.setAttribute("top","0");void(document.body.appendChild(ifra)); Link to comment Share on other sites More sharing options...
Imanerd Posted October 14, 2013 Author Report Share Posted October 14, 2013 edit: darn, it won't work as an addon. but, YAY got the bookmarklet:javascript:var%20ifra=document.createElement('iframe');ifra.src="https://imanerd11.kd.io/temp1.html";ifra.setAttribute("width","194");ifra.setAttribute('style', 'position: fixed; top: 25px; left: 0px;');ifra.setAttribute("height","750");ifra.setAttribute("borders","no");ifra.setAttribute("scrollbars","no");void(document.body.appendChild(ifra));4214 Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-14 20:50 edit: darn, it won't work as an addon. but, YAY got the bookmarklet: Hi, here is your addon. I changed this 2 attributes ifra.setAttribute('style', 'position: fixed; top: 15px; left: 0px;'); ifra.setAttribute("height", "570"); your original was: ifra.setAttribute('style', 'position: fixed; top: 25px; left: 0px;'); ifra.setAttribute("height", "750"); I set "entryPoints": , you can delete sidebar. Toolbar is compatible only for MX3Classic Gtalk.mxaddon Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 19:07 Hi, here is your addon. I changed this 2 attributes very nice, thanks. Submitting it to the extension site, thanks, buddy. Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 01:14 very nice, thanks. Submitting it to the extension site, thanks, buddy. you're welcome Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 19:20 you're welcome darn it, it won't accept the GUID. either way, here's a modded version of your extension. thanks again.Classic_Gtalk.mxaddon Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 01:40 darn it, it won't accept the GUID. either way, here's a modded version of your extension. thanks ... Now all is ok, with changed GUID? Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 19:47 Now all is ok, with changed GUID? actually it won't accept the GUID, regardless of which one it is. Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 02:00 actually it won't accept the GUID, regardless of which one it is. have you formatted your PC? If yes. Install Net Framework and check you updates Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 20:04 have you formatted your PC? If so. Install Net Framework and check you updates umm...no... actually dawns on me I might not have been clear: sorry I had meant the extension center won't accept it. works finely as an extension. Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 02:06 umm...no... actually dawns on me I might not have been clear: sorry I had meant the extension cen ... yes I understand, GUID problem is caused by "Net Framework" and "Visual C". Install too "msxml4" Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 02:06 umm...no... actually dawns on me I might not have been clear: sorry I had meant the extension cen ... as an extension will work perfectly another case is the extension center Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 20:09 yes I understand, GUID problem is caused by "Net Framework" and "Visual C". Install too "msxml4" but it's not local...so how would .NET frameworks affect it...? if it's something software-related, then it's server-side.... Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 20:13 as an extension will work perfectly another case is the extension center I still don't understand what I have to do to make the extension center accept it, since installing software locally on my computer wouldn't affect the site's acceptance, especially since it's worked in the past, every time I've submitted an extension, without installing software locally...it's not a local problem... Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 02:14 but it's not local...so how would .NET frameworks affect it...? if it's something software-relate ... ok you can do nothing, but make an other extension and try whether it is accepted Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 02:14 but it's not local...so how would .NET frameworks affect it...? if it's something software-relate ... yes affect it Link to comment Share on other sites More sharing options...
Positronis Posted October 15, 2013 Report Share Posted October 15, 2013 Imanerd replied at 2013-10-15 02:17 I still don't understand what I have to do to make the extension center accept it, since installin ... Updated today without problem Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 20:41 Updated today without problem I'm gonna try that tomorrow. Sorry, some stuff....I need to rest...and think, sorry. Link to comment Share on other sites More sharing options...
Imanerd Posted October 15, 2013 Author Report Share Posted October 15, 2013 Positronis replied at 2013-10-14 20:41 Updated today without problem seems I've overlooked one particular thing: I didn't code the frame to properly open chat message boxes for individual chat, for once you click on a person's name. also Koding is having some stability issues, kinda. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.