x hunter33 10 Posted February 21, 2014 Pretty much new to scripting, how could i make a script that adds an action to the scroll menu at any time and when selected opens up your web browser on a secific website? Share this post Link to post Share on other sites
LowFlyZone 10 Posted February 21, 2014 I don't think it's possible but I may be wrong. For adding an action to the scroll menu look at https://community.bistudio.com/wiki/addAction Share this post Link to post Share on other sites
x hunter33 10 Posted February 21, 2014 I don't think it's possible but I may be wrong.For adding an action to the scroll menu look at https://community.bistudio.com/wiki/addAction Alright, i really hope its possible. Adding an action isnt too difficult (thats pretty much all i can do xD) but thanks anyways :) Share this post Link to post Share on other sites
fusion13 11 Posted February 21, 2014 Well there was something about a Java scripting addon and I know its possible via Java, But I don't know if the java for that is "dumbed down" per-say. Share this post Link to post Share on other sites
spudly 10 Posted February 21, 2014 This might be close to what you are looking for: http://killzonekid.com/arma-extension-url_fetch-dll-v2-0/ Share this post Link to post Share on other sites
fusion13 11 Posted February 21, 2014 That would semi-work, but it gets the RAW data of a website. Share this post Link to post Share on other sites
gunny1979 3 Posted February 21, 2014 I have actually coded displaying data from a PHP webpage into a GUI within ArmA. This is used within the ALiVE Newsfeed and will be utilised to display data from the War Room stats website in game. This has a link of which you can click, and it will take you the war room online. Share this post Link to post Share on other sites
fusion13 11 Posted February 21, 2014 Can you provide us a direct link to this code? And I have been messing about with different ways of loading a java file, but no luck. Share this post Link to post Share on other sites
gunny1979 3 Posted February 21, 2014 I'm not going to share my exact code from ALiVE, but I will point you in the right direction. Check out BIS_fnc_GUInewsfeed; Share this post Link to post Share on other sites
fusion13 11 Posted February 21, 2014 There is no info on it in the wiki. See Here Share this post Link to post Share on other sites
gunny1979 3 Posted February 21, 2014 Check out the code within ArmA Share this post Link to post Share on other sites
das attorney 858 Posted February 21, 2014 Thanks for the tip with BIS_fnc_GUInewsfeed Gunny, will check this out :) BTW - Your username; is it from Peepshow? (The service revolver episode) Share this post Link to post Share on other sites
naught 6 Posted February 21, 2014 You could also try this for retrieving data from the web: http://forums.bistudio.com/showthread.php?166534-Naught-Net Share this post Link to post Share on other sites
gunny1979 3 Posted February 21, 2014 Thanks for the tip with BIS_fnc_GUInewsfeed Gunny, will check this out :)BTW - Your username; is it from Peepshow? (The service revolver episode) Ha ha no it's from my surname, but I remember that episode well ;) Share this post Link to post Share on other sites
das attorney 858 Posted February 22, 2014 Totally cool man - .38 calibre (Indiana Jones' fave shooter as well) reference makes it even more awesome :D I'd better say something on topic; so if I can figure out any shit about that web function, then I'll post it up here guys :) Share this post Link to post Share on other sites
trnapster 12 Posted February 22, 2014 Just to wrap this up: If you want to have a custom "newsfeed" and know your way around Dialogs & Controls you can create your own custom HTML control and load a website with htmlLoad Share this post Link to post Share on other sites