World: r3wp
[Red] Red language group
older newer | first last |
Kaj 4-Dec-2011 [3956] | http://red.esperconsultancy.nl/Red-GTK/doc/trunk/examples/GTK-widgets.reds |
james_nak 5-Dec-2011 [3957] | Thanks Kaj. |
Dockimbel 5-Dec-2011 [3958] | Here's a screenshot of Kaj's GTK-widgets under Win7: http://static.red-lang.org/red-system-gtk-widgets.png |
Kaj 5-Dec-2011 [3959] | Thanks :-) |
MagnussonC 6-Dec-2011 [3960] | I put alla files in red-system/tests, including Red-48x48.png. I got GTK-widgets.reds running, but with "Window: skipping missing icon.". Where do I put the PNG? As far as I see there is no path defined for this file in GTK-widgets.reds. Using Win7 (x64). I thought the icon would be built in the exe. I tried now to put the PNG in the same dir as the built exe and the icon shows, but I still got that DOS terminal to open. Sorry for stupid newbie questions. |
Dockimbel 6-Dec-2011 [3961x2] | For getting rid of the DOS console, you should compile using the following option: -t Windows |
The default target on Windows for Red/System apps is MSDOS (console mode). When Red will be there, I guess we'll switch the default target to Windows (GUI mode). | |
Kaj 6-Dec-2011 [3963x3] | The icon file should go in the directory where you start the executable from, so usually that would be the builds/ directory that Red creates within itself |
Alternatively, you could add a path to the icon in the program | |
There are no facilities in Red yet to add resources within executable files | |
Dockimbel 6-Dec-2011 [3966] | I think that reshacker tool should work for that: http://www.angusj.com/resourcehacker/ |
Kaj 6-Dec-2011 [3967] | Yeah, but it's very system dependent |
Dockimbel 6-Dec-2011 [3968] | An executable resources handling module for Red/System linker would be nice, if someone is interested in contributing. |
Endo 6-Dec-2011 [3969] | An alternative to ResHacker, XN Resource Editor, http://www.wilsonc.demon.co.uk/d10resourceeditor.htm Windows only I think. |
Kaj 7-Dec-2011 [3970x2] | Implemented the ability to maximise or fullscreen a GTK window |
I squeezed both maximising and resizing into the dialect, but the expressiveness is getting tight | |
Dockimbel 7-Dec-2011 [3972] | IIRC, you'll present Red on 09/12? (Syllable conf?) |
Kaj 7-Dec-2011 [3973x2] | Dec 10, GeoFreedomDay |
http://www.geofreedomday.nl | |
Dockimbel 7-Dec-2011 [3975] | Are your bindings ready for the show? |
Kaj 7-Dec-2011 [3976x2] | I hope they will be ready for the show, but they don't exist yet :-) |
Adrenalin is the best drug to make them on ;-) | |
Dockimbel 7-Dec-2011 [3978] | Oh, I see :-) |
MagnussonC 7-Dec-2011 [3979] | Thnx for the answers. |
Kaj 7-Dec-2011 [3980] | By the way, I added an extra error message when the icon file cannot be loaded |
Kaj 9-Dec-2011 [3981x5] | I have a basic binding with OSM GPS Map working |
A simple OpenStreetMap browser goes like this: | |
#include %OSM-GPS-Map.reds gtk-view [ gtk-maximize "OSM GPS Map Browser" osm-gps-map ogm-new-osd ] | |
I've got a basic binding with LibChamplain to work, too | |
The code for an OSM browser is very similar | |
Kaj 10-Dec-2011 [3986x3] | The presentation of the map bindings at GeoFreedomDay went well - that is, after I could coerce my Linux to display on the beamer |
People immediately came up with the standard question of "Why yet another language?", but when I showed the GUI dialect and compared it to conventional development, they recognised that something special was offered | |
I'll make some screenshots tomorrow | |
GrahamC 10-Dec-2011 [3989] | Nice .. |
Kaj 11-Dec-2011 [3990x4] | http://red.esperconsultancy.nl/screenshots/OSM-GPS-Map-browser-on-RedSystem.png |
http://red.esperconsultancy.nl/screenshots/Champlain-map-browser-on-RedSystem.png | |
Response from Twitter: "Good job. This makes even butt-ugly Gtk look cool." | |
My thoughts exactly | |
Pekr 12-Dec-2011 [3994] | It seems that float support is bothering more than one RED supporter here, so we will see what's Doc's decision towards the priorities, once Doc is back ... |
Kaj 12-Dec-2011 [3995x4] | I've got my WebKit browser to work on my graphical version of Syllable Server, so I'll start using it for real browsing tasks |
I've moved the GLib binding in the GTK+ binding to a separate project, here: | |
http://red.esperconsultancy.nl/Red-GLib | |
This is now needed by every GTK binding | |
Steeve 13-Dec-2011 [3999x3] | For your information: A small code editor including lua scripting (GTK + scintilla bindings) All sources included. Low c footprint. A good inspiration for further RED evolution. http://caladbolg.net/luadoc/textadept/manual/1_Introduction.html |
AKA an aspiring RED code editor | |
with RED scripting | |
BrianH 13-Dec-2011 [4002] | Looks interesting, Steeve. Be sure to post what you find out about Textadept in the Editors group. |
Kaj 13-Dec-2011 [4003] | It's nicely integrated with Lua. Doc has a similar plan for Red, and I'm also looking in that direction |
Kaj 14-Dec-2011 [4004x2] | I've published the map bindings here: |
http://red.esperconsultancy.nl/Red-GTK-Champlain | |
older newer | first last |