Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
98 user(s) are online (59 user(s) are browsing Forums)

Members: 0
Guests: 98

more...

Headlines

 
  Register To Post  

« 1 (2)
Re: Random news
Home away from home
Home away from home


See User information
Quote:

alfkil wrote:
Who can spot the difference...??

Screenshot 1


So, the right one uses the native rendering engine? In that case, your rendering engine already works quite well, as the two are almost indistinguishable, aside from something that looks like a cursor on the left side (but also looks like it could be a glitch).

Hans

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more.
https://keasigmadelta.com/ - more of my work
Go to top
Re: Random news
Just can't stay away
Just can't stay away


See User information
Quote:
What's the speed difference?


The right version certainly starts and ends faster than the left version. The usage speed is not so much different in this example, but it is very clear in some of the demos. I'll keep you posted .

Go to top
Re: Random news
Just can't stay away
Just can't stay away


See User information
Quote:
Native fonts...does it mean we can change font styles and sizes now?


I have yet to add a "default font" option in the prefs, but I certainly will some day. Appart from that then yes, Qt uses different fonts and sizes flawlessly (I assume you are refering to one of the early versions, where only one font and style and size was supported).

Go to top
Re: Random news
Just can't stay away
Just can't stay away


See User information
Quote:
How about resize on that, can we able to resize the window now ?


The calculator example IS NOT SUPPOSED to be able to resize, since the code specifies that has static size. Other examples resize very well, but the screen update during resize is currently very slow with the native engine (probably due to the fact, that I am freeing and reallocating both the Bitmap associated with the WindowSurface AND the Layer, TmpRas and AreaInfo of that same bitmap (rastport) in the process. I'm not sure if there is a better solution, the only option I see is, that every widget allocates a bitmap the size of the entire screen, which seems to be not such a great idea (even tooltips would then take up a complete 32 bit Bitmap the size of the entire screen)).

Go to top
Re: Random news
Not too shy to talk
Not too shy to talk


See User information
Quote:

I have yet to add a "default font" option in the prefs, but I certainly will some day.

Nice. I just want to use the same size and style as in my Workbench.

CD32/A500/A600/A600+Furia/A1200/A4000D+A2320+PiccoloSD64/Sam440 flex 800MHz RAM 1GB HD7750 128MB OS4.1 SBLive! ->
Go to top
Re: Random news
Home away from home
Home away from home


See User information
@alfkil

Quote:
The calculator example IS NOT SUPPOSED to be able to resize


Mmm so maybe in that case it would be better to just remove entirely the resize gadget, having it without any resize functionality still a bit confusing, still also to eliminate certain QT internal resize gadget, actually on a few demos we have two gadget resize, one "internal" from the QT framework and another one on the Amiga window .. the standard Amiga resize gadget would be enough, don't know how easy would be but i think it's needed ..

Beside that i'm very happy about your work on native implementation, is very intriguing to follow and i really looking forward to it

Any timeline for a new public beta ?

Go to top
Re: Random news
Just can't stay away
Just can't stay away


See User information
Quote:
Mmm so maybe in that case it would be better to just remove entirely the resize gadget, having it without any resize functionality still a bit confusing


Yes, I know... <sigh> The problem is, that the fixed size in this particular case is only set AFTER the window/Widget has been opened, and I don't know if it is possible to remove a resize gadget from an already opened window. Anyone??

Quote:
actually on a few demos we have two gadget resize, one "internal" from the QT framework and another one on the Amiga window .. the standard Amiga resize gadget would be enough, don't know how easy would be but i think it's needed ..


Yes, I have lazily been overlooking that issue, but it definetely needs fixing at some point. Not a first priority, though .

Quote:
Any timeline for a new public beta ?

Soon.


Edited by alfkil on 2012/3/5 19:37:36
Go to top
Re: Random news
Home away from home
Home away from home


See User information
@alfkil Quote:
Yes, I know... <sigh> The problem is, that the fixed size in this particular case is only set AFTER the window/Widget has been opened, and I don't know if it is possible to remove a resize gadget from an already opened window. Anyone??

Is this another case where delayed-opening of the window (based upon some kind of rules) might be a good idea? I don't know QT though, so I don't know how feasible that is.

Author of the PortablE programming language.
Go to top
Re: Random news
Just can't stay away
Just can't stay away


See User information
@ChrisH

I am already using delayed opening of Widgets/windows because of the strange resize effects that Qt does when showing Widgets. So in this case, the static size is set even AFTER the delayed opening, which is hard to get at...

Go to top
Re: Random news
Amigans Defender
Amigans Defender


See User information
@alfkil

Quote:
I don't know if it is possible to remove a resize gadget from an already opened window. Anyone??


Doesn't look like it. The solution is probably to close and reopen the window without the size gadget, but that's probably quite messy. Personally I don't really see the harm in having a size gadget that doesn't move, provided the same issue isn't stopping a size gadget from being present when it is needed.

re: the other thing about slow resizing due to re-allocating bitmaps
An option here might be to use IDCMP_SIZEVERIFY. This removes the "opaque resize" (or whatever OS4 calls it) and will stop you getting loads of events whilst the window is being resized.

Go to top
Re: Random news
Just can't stay away
Just can't stay away


See User information
@Chris

Quote:
Doesn't look like it.


That's what I figured... :-/

Quote:

re: the other thing about slow resizing due to re-allocating bitmaps
An option here might be to use IDCMP_SIZEVERIFY.


Thanks for the tip, I will take a look at it.

Go to top

  Register To Post
« 1 (2)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project