Welcome, Guest. Please login or register.

Author Topic: New Timberwolf Beta Now Available  (Read 9681 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline lempkee

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 2860
    • Show only replies by lempkee
    • http://www.amigaguru.com
Re: New Timberwolf Beta Now Available
« Reply #14 on: February 17, 2012, 09:37:06 PM »
Quote from: Jose;680820
Does this use Reaction or MUI ?


Not Mui atleast :-)
Whats up with all the hate!
 

Offline cha05e90

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 232
  • Country: de
    • Show only replies by cha05e90
    • http://www.ruthe.info
Re: New Timberwolf Beta Now Available
« Reply #15 on: February 17, 2012, 10:21:12 PM »
Quote from: Jose;680820
Does this use Reaction or MUI ?


It uses non of them.
X1000|II/G4|440ep|2000/060|2000/040|1000
 

Offline slayer

  • Full Member
  • ***
  • Join Date: May 2009
  • Posts: 188
    • Show only replies by slayer
Re: New Timberwolf Beta Now Available
« Reply #16 on: February 17, 2012, 10:56:26 PM »
:hammer:
~Yes I am a Kiwi, No, I did not appear as an extra in \'Lord of the Rings\'~
1x AmigaOne X5000 2.0GHz 2gM RadeonR9280X AOS4.x
3x AmigaOne X1000 1.8GHz 2gM RadeonHD7970 AOS4.x
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show only replies by takemehomegrandma
Re: New Timberwolf Beta Now Available
« Reply #17 on: February 17, 2012, 11:00:56 PM »
Quote from: Jose;680820
Does this use Reaction or MUI ?


AFAIK, it uses its own alien GUI, not Reaction, not MUI, not anything else native on Amiga...
MorphOS is Amiga done right! :)
 

Offline billt

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 910
    • Show only replies by billt
    • http://www.billtoner.net
Re: New Timberwolf Beta Now Available
« Reply #18 on: February 17, 2012, 11:17:56 PM »
Quote from: takemehomegrandma;680834
AFAIK, it uses its own alien GUI, not Reaction, not MUI, not anything else native on Amiga...


Where was that said?
Bill T
All Glory to the Hypnotoad!
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: New Timberwolf Beta Now Available
« Reply #19 on: February 17, 2012, 11:24:23 PM »
Quote from: takemehomegrandma;680834
AFAIK, it uses its own alien GUI, not Reaction, not MUI, not anything else native on any desktop platform...


There, I fixed it for you ;) Mozilla has had it's own abstract UI components since, well, forever. On some systems, these can be wrapped around the native GUI and improve the sense of integration (more often than not, it's just themed that way). BOOPSI, with it's slightly unusual dispatch engine and support for runtime-defined classes etc. isn't always the easiest UI to wrap around.
int p; // A
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show only replies by takemehomegrandma
Re: New Timberwolf Beta Now Available
« Reply #20 on: February 17, 2012, 11:36:33 PM »
Quote from: Karlos;680836
There, I fixed it for you ;)


So *IT IS* using an Amiga Native UI, and not its own?
MorphOS is Amiga done right! :)
 

Offline Duce

  • Off to greener pastures
  • Hero Member
  • *****
  • Join Date: Jul 2009
  • Posts: 1699
    • Show only replies by Duce
    • http://amigabbs.blogspot.com/
Re: New Timberwolf Beta Now Available
« Reply #21 on: February 17, 2012, 11:43:47 PM »
Works very well, was pleasantly surprised - a massive step in my books in general day to day usability for this wee little SAM 440ep machine I have.

Very good work, many thanks!
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: New Timberwolf Beta Now Available
« Reply #22 on: February 18, 2012, 12:41:29 AM »
Quote from: takemehomegrandma;680838
So *IT IS* using an Amiga Native UI, and not its own?


Not quite sure how you interpreted my post that way. It is using its own UI components (someone please correct me if that's not the case). I simply pointed out the simple fact that it does this on most, if not all, platforms. On some systems, the system-dependent layer may implement the UI components using those provided by the OS. I doubt if that would be the case here as BOOPSI based gadgets can be awkward to wrap.
int p; // A
 

Offline cha05e90

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 232
  • Country: de
    • Show only replies by cha05e90
    • http://www.ruthe.info
Re: New Timberwolf Beta Now Available
« Reply #23 on: February 18, 2012, 09:18:13 AM »
Quote from: takemehomegrandma;680838
So *IT IS* using an Amiga Native UI, and not its own?


Depends. Please define "native"... :-) In principle it uses the Amiga native port of XUL - which was btw one of the reasons for makiing this port, 'cos with a native running XUL enviroment it is possible to port other stuff more easy. In itself it utilizes of course native API like graphics.library, intuition.library, BOOPSI, maybe cairo etc. - so it doesn't depend on a specific GUI *toolkit* like MUI or Reaction. Just plain, unwrapped OS functions (this is all AFAIK and might be partly wrong...) which translate the GUI descriptions from XUL into a user interface.
X1000|II/G4|440ep|2000/060|2000/040|1000
 

Offline takemehomegrandma

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 2990
    • Show only replies by takemehomegrandma
Re: New Timberwolf Beta Now Available
« Reply #24 on: February 18, 2012, 09:24:28 AM »
Quote from: Karlos;680846
Not quite sure how you interpreted my post that way.


Jose asked if it used MUI or Reaction, and I answered neither, it's using its own, alien GUI that's not native to Amiga. You felt the need to correct this for some reason (by basicly just repeating what I just said, which is strange), but looking at the screenshot, it seems like the only Amiga UI part is the outer window border, then inside this is like a huge square, filled from left to right, up to down, where the content and GUI of an alien kind is rendered, not looking one bit like Amiga. Even the scroll bar to the right is inside this rendered field, and not part of the Amiga window. It has some "File, Edit, View, etc" menus at the top, just like you would expect on a Windows or Linux system, but not Amiga. The tabs doesn't look Amiga, nothing looks Amiga. Nothing that is rendered inside the outer Amiga window, has anything to do with Amiga UI styles, looks and feel. It's like looking at a remote Windows screen in that Amiga window. That's all I tried to say. So to answer Jose's question once again - No, it's neither using Reaction (the OS4 native UI), nor is it using MUI (the MorphOS native UI), it's using its own custom, non-Amiga UI. Hope that clarifies it a bit! :)
MorphOS is Amiga done right! :)
 

Offline cha05e90

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 232
  • Country: de
    • Show only replies by cha05e90
    • http://www.ruthe.info
Re: New Timberwolf Beta Now Available
« Reply #25 on: February 18, 2012, 09:31:11 AM »
Quote from: takemehomegrandma;680861
not looking one bit like Amiga...has anything to do with Amiga UI styles, looks and feel.


Ah - ok, this is your definition of "native" GUI (in regards of my post above). Yes, then it's not native - I have the same feeling when I fire up Imagine or Vista Pro every now and then - totally un-Amiga... :-)
X1000|II/G4|440ep|2000/060|2000/040|1000
 

Offline wawrzon

Re: New Timberwolf Beta Now Available
« Reply #26 on: February 18, 2012, 11:09:05 AM »
timberwolf needs as far as i understood own, non-amiga, so objects. i wonder if the solution to port it wasnt simply an linux emulator, simple virtual machine running eventually on another core. is the window dynamically resizeable at all?
 

Offline cha05e90

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 232
  • Country: de
    • Show only replies by cha05e90
    • http://www.ruthe.info
Re: New Timberwolf Beta Now Available
« Reply #27 on: February 18, 2012, 11:28:34 AM »
Quote from: wawrzon;680874
is the window dynamically resizeable at all?


You haven't read my post, didn't you? Of course it's resizable like any other AmigaOS window - it's plane graphics. and intuition.library stuff - so what did you expect?
X1000|II/G4|440ep|2000/060|2000/040|1000
 

Offline Tripitaka

  • Hero Member
  • *****
  • Join Date: Jun 2005
  • Posts: 1307
    • Show only replies by Tripitaka
    • http://acidapple.com
Re: New Timberwolf Beta Now Available
« Reply #28 on: February 18, 2012, 02:14:54 PM »
Quote from: takemehomegrandma;680861
It's like looking at a remote Windows screen in that Amiga window.


Best you get skinning then. Then again, why do you care? Your a MOS man are you not.
Falling into a dark and red rage.
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: New Timberwolf Beta Now Available
« Reply #29 from previous page: February 18, 2012, 02:29:20 PM »
Quote from: takemehomegrandma;680861
Jose asked if it used MUI or Reaction, and I answered neither, it's using its own, alien GUI that's not native to Amiga. You felt the need to correct this for some reaso...n


I clarified it. You make it sound as if the "alien" non-amiga GUI is somehow a (negative) feature only of the OS4 port. It isn't. It uses it's own UI components no matter which platform it is running on. There is an underlying, cross-platform portability layer upon which the browser and other mozilla products are built. Firefox's UI may look more "native" on other operating systems, but more often than not, that's just appropriate skinning.
int p; // A