Poster | Thread |
excesdj
| |
reaction gtk emulation layer Posted on 24-Jan-2006 16:45:23
| | [ #1 ] |
|
|
|
New Member |
Joined: 1-Oct-2005 Posts: 3
From: Unknown | | |
|
| hey guys im currently working on the reaction gtk emulation layer for mozilla and was wondering whether anyone knew where i can find reaction tutorials in order to proceed with the layer? I'm quite new to this project and not really an experienced programer... Any help is greately appreciated!
thankss
nitesh |
|
Status: Offline |
|
|
amipal
| |
Re: reaction gtk emulation layer Posted on 24-Jan-2006 16:49:12
| | [ #2 ] |
|
|
|
Super Member |
Joined: 8-Apr-2003 Posts: 1907
From: Saltdean, East Sussex, UK | | |
|
| @excesdj
Welcome to Amigaworld.net!
The people at http://amigadev.amigaworld.net should be able to assist you with any questions you have. I myself am completely new to C programming, so am still learning the basics. _________________ After a decade away from the scene, I am back! |
|
Status: Offline |
|
|
Anonymous
| |
Re: reaction gtk emulation layer Posted on 24-Jan-2006 16:52:32
| | [ # ] |
|
| |
|
|
|
elwood
| |
Re: reaction gtk emulation layer Posted on 24-Jan-2006 19:25:33
| | [ #4 ] |
|
|
|
Elite Member |
Joined: 17-Sep-2003 Posts: 3428
From: Lyon, France | | |
|
| @excesdj
and read your PMs. _________________ Philippe 'Elwood' Ferrucci Sam460 1.10 Ghz AmigaOS 4 betatester Amiga Translator Organisation |
|
Status: Offline |
|
|
ikir
| |
Re: reaction gtk emulation layer Posted on 24-Jan-2006 19:32:20
| | [ #5 ] |
|
|
|
Elite Member |
Joined: 18-Dec-2002 Posts: 5647
From: Italy | | |
|
| |
Status: Offline |
|
|
balis
| |
Re: reaction gtk emulation layer Posted on 24-Jan-2006 19:53:38
| | [ #6 ] |
|
|
|
Regular Member |
Joined: 22-Apr-2005 Posts: 139
From: Lille | | |
|
| @excesdj
Hi and welcome here!
It's nice to see new developpers faces here
By the way, are you one of the students working on the Amizilla project? |
|
Status: Offline |
|
|
excesdj
| |
Re: reaction gtk emulation layer Posted on 24-Jan-2006 19:57:28
| | [ #7 ] |
|
|
|
New Member |
Joined: 1-Oct-2005 Posts: 3
From: Unknown | | |
|
| @balis
actually i am! just trying to get moving with the project! :) |
|
Status: Offline |
|
|
salass00
| |
Re: reaction gtk emulation layer Posted on 24-Jan-2006 20:12:25
| | [ #8 ] |
|
|
|
Elite Member |
Joined: 31-Oct-2003 Posts: 2707
From: Finland | | |
|
| @excesdj
to AW.net .
As somebody already pointed out http://utilitybase.com is a good forum to ask development related questions.
Also NDK 3.9 contains a few ReAction example sources, which will probably need some adaption for OS4 but may still be of some help, as well as ReActor, which could be used to quickly test out ReAction GUI designs/tag settings before actually implementing them in C code... Last edited by salass00 on 24-Jan-2006 at 08:13 PM.
|
|
Status: Offline |
|
|
excesdj
| |
Re: reaction gtk emulation layer Posted on 21-Feb-2006 15:03:36
| | [ #9 ] |
|
|
|
New Member |
Joined: 1-Oct-2005 Posts: 3
From: Unknown | | |
|
| Hey, it's been a while since I've been on AW.net!
Thanks to all for the various links to Reaction stuff. I've had a look at everything that was suggested here, but I can't find what I really need - a simple introduction to Reaction, something like the liquido2 tutorial.
I'm sure that it's actually really very simple once you know how, but the problem is I don't know how. I now have a pretty good understanding of basic Intuition coding, and now it feels quite intuitive. However, I can't make head nor tail of the Reaction examples I've found. This is mainly because the examples given are all either medium to advanced level examples.
Even a simple example which explains step by step how to open a basic window which does nothing useful would be better. I wonder, could somebody perhaps translate the liquido2 tutorial (which I thought was superb btw) into Reaction?
Any help would be much appreciated, as at the moment I am well on my way to failing my degree!
|
|
Status: Offline |
|
|
Crumb
| |
Re: reaction gtk emulation layer Posted on 21-Feb-2006 15:43:04
| | [ #10 ] |
|
|
|
Elite Member |
Joined: 12-Mar-2003 Posts: 2209
From: Zaragoza (Aragonian State) | | |
|
| @excesdj
try out xml2reaction and create code for a window with just one button. it runs with some bugs but kinda works on UAE/MOS/AmigaOS3 (os4 comming soon) _________________ The only spanish amiga news web page/club: CUAZ |
|
Status: Offline |
|
|
abalaban
| |
Re: reaction gtk emulation layer Posted on 21-Feb-2006 16:01:35
| | [ #11 ] |
|
|
|
Super Member |
Joined: 1-Oct-2004 Posts: 1114
From: France | | |
|
| @excesdj
Reaction is nothing more than a set of Boopsi classes. So to understand the underlying of Reaction you should first understand the concept of Boopsi which is part of Intuition and for which a presentation guide exist in the Rom Kernel Manual (which is not available anymore except on ebay (beware many revisions and only the last one usefull here) or on the DevCD 2.1). If really you can't have access to this ressource email me maybe I can help... _________________ AOS 4.1 : I dream it, Hyperion did it ! Now dreaming AOS 4.2... Thank you to all devs involved for this great job ! |
|
Status: Offline |
|
|
CodeSmith
| |
Re: reaction gtk emulation layer Posted on 21-Feb-2006 16:27:14
| | [ #12 ] |
|
|
|
Elite Member |
Joined: 8-Mar-2003 Posts: 3045
From: USA | | |
|
| There are a lot of simple "window with a button" examples on UtilityBase, they were ported from ClassAct (which is what Reaction evolved from).
|
|
Status: Offline |
|
|