cool, thanks mate! and cheers for "liking" the page so far guys!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
ProGUI V1.38 UI Library (Small Bug Fix)
Re: ProGUI V1.22! User Interface Library (now just $30!)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.22! User Interface Library (now just $30!)
... Facebook ... Nooooooo! This is like hell, but in an uncool way. A forum would have been much more usable T__T
Re: ProGUI V1.22! User Interface Library (now just $30!)
haha lol I tend to agree (facebook = necessary evilPoshu wrote:... Facebook ... Nooooooo! This is like hell, but in an uncool way. A forum would have been much more usable T__T
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
- DoubleDutch
- 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!)
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
https://reportcomplete.com <- School end of term reports system
Re: ProGUI V1.22! User Interface Library (now just $30!)
bah! somebody already has it 
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.22! User Interface Library (now just $30!)
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
Re: ProGUI V1.22! User Interface Library (now just $30!)
thanks PrincieD.
Re: ProGUI V1.22! User Interface Library (now just $30!)
no problem 
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.22! User Interface Library (now just $30!)
fyi, per instructions have the following:
There is no /help directory with Purebasic 4.51 64bit.Help File Installation
Copy this help file (ProGUI.chm) to your "PureBasic\Help\" directory for context hot-key help in your IDE.
Re: ProGUI V1.22! User Interface Library (now just $30!)
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.X wrote:fyi, per instructions have the following:
There is no /help directory with Purebasic 4.51 64bit.Help File Installation
Copy this help file (ProGUI.chm) to your "PureBasic\Help\" directory for context hot-key help in your IDE.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: ProGUI V1.22! User Interface Library (now just $30!)
Create the directory! There comes never a directory "Help" from pb installation.X wrote:There is no /help directory with Purebasic 4.51 64bit.
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

- electrochrisso
- Addict

- Posts: 989
- Joined: Mon May 14, 2007 2:13 am
- Location: Darling River
Re: ProGUI V1.22! User Interface Library (now just $30!)
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.
The file StartProGUI.pb is where your 1 line key code is to be found, name it to your own preference.
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
PureBasic! Purely the best 
Re: ProGUI V1.22! User Interface Library (new forums on site
Hey guys!
I've created the new ProGUI forums: http://www.progui.co.uk/phpBB/index.php

Cheers!
Chris.
I've created the new ProGUI forums: http://www.progui.co.uk/phpBB/index.php
electrochrisso: could you post your good tip on the ProGUI forums too?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.
The file StartProGUI.pb is where your 1 line key code is to be found, name it to your own preference.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
Cheers!
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk



