ProGUI Library!

Windows specific forum
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

oh :)
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

This is an example of what I mean by the combined tree and list icon...

http://www.codeproject.com/jscript/jstr ... ontrol.asp

-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

In your demo you have a bug that I also had in one of my programs...

On the right click a toolbar item, then while the right button is down - do a left click - the toolbar locks into its own little world...

-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Post by PrincieD »

DoubleDutch:

I should be able to implement the treelistview although im not quite sure how it's meant to work? do the tree elements corrolate with the list elements or is the tree an entirely seperate entity?

Edit
Oh I see how it works, got that demo project working in IE!


The right click problem im aware of :) will be fixed, don't worry :) - its an easyfix!
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

If the elements of the table could be different gadgets that would also be great. For example a pull down list of options for a particular box, editable boxes etc

-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Post by PrincieD »

yep, should be able to do this as it would use the same code as the treeview :)
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Nice, can't wait... :D
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

Please don't include Microsoft Windows XP dlls like that, as its not legal.
If you want you can link up to a dll archive website that lets you download a copy of the dll (but as I see it, you have to buy windows, there you get the licence to use it, but no one even states you can deliver its dlls, even if registered user or not) anyway quite out of context.

You should add office-like menues with transparency on the selected field, etc. Then it'd be interesting.

Please, dont use other's icon artwork for featuring your library/program, thanks.
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Please send me a PM when you release your lib for sell!! :D

I hope you price it right ;) (not much! he he)
ARGENTINA WORLD CHAMPION
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Any news?
ARGENTINA WORLD CHAMPION
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Post by PrincieD »

Hi ricardo!

I've been busy finnishing of an application for a client and I have to retake a maths exam next Wednesday which sucks :( so I havn't had chance to post any updates.

However, now that im here i'll give u an update!

New text controls are in, propper transparency, winapi gradient backgrounds and antialiesed fonts (handy for doing headers, titles of windows).

Support for all pb gadgets with transparency on the extended panels.
Custom extended windows rebars to support vertical autoresizable bars for use in apps where u have a main text window/iconlist etc...

Heres a screeney showing the new text control at the top and the extended panel control with transparent pb gadgets:
Image
Ani-chan
User
User
Posts: 12
Joined: Tue Sep 06, 2005 11:35 am
Location: Germany

Post by Ani-chan »

PrincieD: Please give me also a short PM when you release this lib :)
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Any news on this library/dll?

-Anthony
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

:D Me wants to know prices and news about this.
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
PrincieD
Addict
Addict
Posts: 861
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Post by PrincieD »

Hi dagcrack, I've pretty much finnished the app I was doing for a client so I'll be able to devote all my spare time on ProGUI!

Just to keep everyone updated! Rebars now have custom code to allow them to be used just like a splitter gadget with vertical resizing (very cool!) the upshot of this is that in order to add this new functionality I think I have found a way to eliminate the terrible gadget flickering everyone has been discussing lately whith some very clever coding (currently working with rebars) - super smooth window resizing :)
Post Reply