Search found 228 matches

by +18
Fri Jun 22, 2012 8:21 am
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 53524

Re: Simple PropertyGrid

many thanks to peterb for useful improvement ... :D
by +18
Wed Jun 20, 2012 2:38 pm
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 53524

Re: Simple PropertyGrid

hello Danilo
in firstly, thanks for share a useful grid whit we, and i suggest to improve your nice project please ... please and please :D
thanks again
by +18
Fri Jun 15, 2012 4:25 am
Forum: Tricks 'n' Tips
Topic: Tips window
Replies: 2
Views: 2125

Re: Tips window

nice job, thanks really.
:D :D :D
by +18
Thu May 31, 2012 1:14 pm
Forum: Coding Questions
Topic: HyperLink in menu item
Replies: 2
Views: 1248

Re: HyperLink in menu item

yes , thanks IdeasVacuum
by +18
Thu May 31, 2012 11:38 am
Forum: Coding Questions
Topic: HyperLink in menu item
Replies: 2
Views: 1248

HyperLink in menu item

is there a tip for use HyperLink into a pop-up menu or menu or sub-menu items?
i search in forums and don't find a thing.
by +18
Fri Feb 11, 2011 7:06 am
Forum: Feature Requests and Wishlists
Topic: Project Report
Replies: 1
Views: 860

Project Report

Hi mans
Whenever we have a big project, i think to need a Paper Management as Category of Contents Chapter...
for example :
1- All gadget names used in project based on category types.
2- All API functions names used in project.
3- Data added...
and more

I think to knows these is useful for Feature ...
by +18
Wed Jan 26, 2011 7:30 pm
Forum: Coding Questions
Topic: MenuItem check uncheck
Replies: 4
Views: 1636

Re: MenuItem check uncheck

Thanks Rashad , that's very nice :D
Other Different code from Rashad :D
by +18
Wed Jan 26, 2011 1:57 pm
Forum: Coding Questions
Topic: MenuItem check uncheck
Replies: 4
Views: 1636

Re: MenuItem check uncheck

Thanks Shardik , you are right :D
by +18
Wed Jan 26, 2011 1:29 pm
Forum: Coding Questions
Topic: MenuItem check uncheck
Replies: 4
Views: 1636

MenuItem check uncheck

Hello
http://pic.xtar.ir/images/42420590044742369828.png

Procedure MenuItemControler()
For i=0 To 4 : CheckMenuItem_(GetMenu_(WindowID(0)),i,#MF_UNCHECKED) : Next
CheckMenuItem_(GetMenu_(WindowID(0)),EventMenu(),#MF_CHECKED)
EndProcedure

OpenWindow(0,0,0,150,160,"Menu",#PB_Window_SystemMenu ...
by +18
Mon Jan 24, 2011 1:25 pm
Forum: Coding Questions
Topic: Change in this code (Abuot : "Editable Listicon")
Replies: 2
Views: 1236

Re: Change in this code (Abuot : "Editable Listicon")

maaaaaaaaaaaaaaaaaaaaaaaany thanks :D
by +18
Sun Jan 23, 2011 8:19 pm
Forum: Coding Questions
Topic: Change in this code (Abuot : "Editable Listicon")
Replies: 2
Views: 1236

Change in this code (Abuot : "Editable Listicon")

code is :

;'Edit ListIcon'.
;-----------------
; Stephen Rodriguez.
; Created with Purebasic 4.02 for Windows (date: May 2007).
; Maintained with PB 4.2.

; Platforms: Windows (tested on XP and Vista 32-bit).

; Licence: DAYLike
; (Do As You Like with it! - No Warranties!)
; A credit to ...
by +18
Fri Jan 21, 2011 7:51 pm
Forum: Off Topic
Topic: A great loss...
Replies: 87
Views: 14714

Re: A great loss...

I'm really sad :cry:
I wish you success always, Wherever you are, Wherever you takes breath, ...And we prayers your way convoy.
I want God to you health and happiness and prosperity I seek.
please come back if it's possible.
by +18
Mon Jan 10, 2011 1:23 pm
Forum: Coding Questions
Topic: big problem whit #PB_String_Numeric (flickering)
Replies: 4
Views: 1667

Re: big problem whit #PB_String_Numeric (flickering)

yes i have some redraws and use panel for main body, even in this small code u will see some flikering if use non numeric digits in string input (Oh ever if we have big code!):

If OpenWindow(0, 0, 0, 322, 220, "FlickeringGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
PanelGadget (0 ...