Search found 42 matches

by Molchyn
Mon Feb 16, 2009 11:08 pm
Forum: Coding Questions
Topic: Frontdesk / kiosk / reception programming
Replies: 12
Views: 2161

by Molchyn
Thu Feb 05, 2009 4:40 pm
Forum: General Discussion
Topic: Modbus
Replies: 6
Views: 4728

by Molchyn
Thu Feb 05, 2009 4:18 pm
Forum: Coding Questions
Topic: TCP/modbus
Replies: 2
Views: 3056

here snippet to check WatLow temperature controller
Use "Esc" to exit and "." to check status of registers in time


ModBUScontroller$="PDXXXXXX" ;by name
ModBUScontroller$="10.10.10.47" ;by IP

;- Endian procs by wilbert - Thank you
Procedure.w xchEndianW(e.w)
ProcedureReturn (e & $FF) << 8 ...
by Molchyn
Mon Sep 29, 2008 7:00 pm
Forum: General Discussion
Topic: OCR Pleasee..
Replies: 9
Views: 3108

Take a look on CUNEIFORM V.12
http://www.cuneiform.ru/eng/index.html
by Molchyn
Wed Aug 06, 2008 7:12 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

Hi gnozal
ImageButton have a 2nd Image for pressed-state
#PB_Button_PressedImage: Set the image displayed when the button is pressed.
Can you implement it?
example here http://www.purebasic.fr/english/viewtop ... 579#245579
BR
by Molchyn
Sun Sep 09, 2007 1:26 pm
Forum: Announcement
Topic: JLC's Internet TV v1.1 Beta 5 (old)
Replies: 37
Views: 14445

I DON'T CHARGE MONTHLY! Stop saying that, it's a one year subscription. And if you read my disclaimer you'll see what I mean about the situation:
http://www.jlc-software.com/internet_tv_disclaimer.html

100% legal where I come from, and 20 for a year isn't much. This is the only way I can still ...
by Molchyn
Sun Jul 01, 2007 9:00 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

gnozal
in last version String gadget if I add PATH in Default gadget text- it's remove all slashes
its mean c:\Program Files\PureBasic\Examples\PureZIP\_TEST_4.pb
looks like c:Program FilesPureBasicExamplesPureZIP_TEST_4.pb
by Molchyn
Sat Jun 16, 2007 3:45 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

And it seems to work here : I have compared buttons, imagebuttons and images, the results are the same.
I am always try to explain on ez way(english not my native language), but this one difficult to explaine...
if you choose distance in pix some it's ok-work, but if in first time after starting ...
by Molchyn
Thu Jun 14, 2007 6:21 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

gnozal
Thanks it's work
but sometime when you just start PF and use default distance 5 pix it's can produce different distance not a 5 pix(looks like a some correlation between size of botton or pic)
by Molchyn
Tue Jun 12, 2007 1:12 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

gnozal
:roll:
sorry same effect:
1 create ButtonImage - insert picture - clone 3 times - change pics on clones
2 create Image - insert picture - clone 4 times- change pics on clones
:roll:
it's generate code like this

;{ Gadgets
Enumeration
#ButtonImage_0
#ButtonImage_1
#ButtonImage_2 ...
by Molchyn
Sun Jun 10, 2007 1:04 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

gnozal
It's about two window project
When you strat to scroll gadgets in Gadget Property window (with arrows in Gadget Property window) when it switched on second window in project Pureform always crashed.
PureFORM_Project_Begin
Project¶CRASH[20070609-195014]apointment1_1
Window¶1¶#Window_0 ...
by Molchyn
Sat Jun 09, 2007 6:24 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

gnozal
If I use clone gadget for ImageGadget with already inserted picture and after that just change pics on second ImageGadget
pureform produce code :
Enumeration
#Image_1
#Image_2
EndEnumeration
;}
;{ Images
Enumeration
#Image_Image_1
#Image_Image_1
EndEnumeration
;}
;{ Included Images ...
by Molchyn
Fri May 04, 2007 5:33 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

yep
by Molchyn
Thu May 03, 2007 11:25 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

gnozal
With compiler directive EnableExplicit
it's ask about declaration not explicitly declared variables like
Event,EventGadget,EventType,EventWindow....etc
Maybe need add a chekmark in F12 menu?
by Molchyn
Thu Apr 19, 2007 6:39 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 598567

gnozal
when I create project with several windows and save as code it's initialaze only first window

Code: Select all

;:PureFORM:Gadgets:End:
OpenWindow_Window_0()
;:PureFORM:Main:Start: