ProGUI V1.38 UI Library (Small Bug Fix)

Developed or developing a new product in PureBasic? Tell the world about it.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

DoubleDutch wrote:Don't forget, when you get to 20+ 'likes' you can go into the page settings and pick a proper page name for the page, eg: Facebook.com\progui
cool, thanks mate! and cheers for "liking" the page so far guys! :D maybe a dedicated thread on the forums (or my own board) would still be a good idea though for posting code examples and such as electrochrisso suggested?
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by Poshu »

... Facebook ... Nooooooo! This is like hell, but in an uncool way. A forum would have been much more usable T__T
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

Poshu wrote:... Facebook ... Nooooooo! This is like hell, but in an uncool way. A forum would have been much more usable T__T
haha lol I tend to agree (facebook = necessary evil ;)) but it's better to have more than one way to get in touch with me and the other users I suppose. I'll create a forum on the ProGUI site but it would be nice to have a topic on the PureBasic forums.

Chris.

P.s I'll answer your question soon, I agree it's a tricky one - I'll need to think about it for a while (getting old lol)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by DoubleDutch »

It's worth getting the 20 likes then you can get the \progui (before anyone else does) - the same with Twitter - you should get it before anyone else.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

bah! somebody already has it :(
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
ruslanx
User
User
Posts: 46
Joined: Mon Jun 06, 2011 8:28 am

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by ruslanx »

It's posible to make a submenu tooltip (or how to do ...) .. ? thx.
Image
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

ruslanx wrote:It's posible to make a submenu tooltip (or how to do ...) .. ? thx.
Image
Hi ruslanx, not currently but I'll add support for this in the next update (as well a hover notification for menu items).

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
ruslanx
User
User
Posts: 46
Joined: Mon Jun 06, 2011 8:28 am

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by ruslanx »

thanks PrincieD.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

no problem :)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by X »

fyi, per instructions have the following:
Help File Installation

Copy this help file (ProGUI.chm) to your "PureBasic\Help\" directory for context hot-key help in your IDE.
There is no /help directory with Purebasic 4.51 64bit.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by PrincieD »

X wrote:fyi, per instructions have the following:
Help File Installation

Copy this help file (ProGUI.chm) to your "PureBasic\Help\" directory for context hot-key help in your IDE.
There is no /help directory with Purebasic 4.51 64bit.
oops sorry about that (I'll make sure the docs are corrected). If you place it in the PureBasic root directory with the other '.chm' files it should work fine.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by ts-soft »

X wrote:There is no /help directory with Purebasic 4.51 64bit.
Create the directory! There comes never a directory "Help" from pb installation.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by X »

Thank you!
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: ProGUI V1.22! User Interface Library (now just $30!)

Post by electrochrisso »

Here is my tip to have your ProGUI key load from a separate file location such as Shared, so your key does not get accidentally displayed, when submitting code onto forums and the like.

Code: Select all

If FileSize("..\..\Shared\StartProGUI.pb") <> -1 ;Set your location here
  IncludeFile "..\..\Shared\StartProGUI.pb" ;and here
Else
  StartProGUI("", 0, 0, 0, 0, 0, 0, 0)
EndIf
The file StartProGUI.pb is where your 1 line key code is to be found, name it to your own preference.
PureBasic! Purely the best 8)
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.22! User Interface Library (new forums on site

Post by PrincieD »

Hey guys!

I've created the new ProGUI forums: http://www.progui.co.uk/phpBB/index.php
electrochrisso wrote:Here is my tip to have your ProGUI key load from a separate file location such as Shared, so your key does not get accidentally displayed, when submitting code onto forums and the like.

Code: Select all

If FileSize("..\..\Shared\StartProGUI.pb") <> -1 ;Set your location here
  IncludeFile "..\..\Shared\StartProGUI.pb" ;and here
Else
  StartProGUI("", 0, 0, 0, 0, 0, 0, 0)
EndIf
The file StartProGUI.pb is where your 1 line key code is to be found, name it to your own preference.
electrochrisso: could you post your good tip on the ProGUI forums too? :D

Cheers!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Locked