Search found 38 matches

by glops
Wed Dec 26, 2012 5:52 am
Forum: The PureBasic Form Designer
Topic: 5.10 b1 Form designer problems
Replies: 24
Views: 8406

Re: 5.10 b1 Form designer problems

Hi Thanks for this new version !!!
I can see 3 problems
1) When Form designer is opened, when I type code in a PB source code, then after 3 letters, the cursor automatically goes to the Form Designer :cry:
2) Not able to create menus, toolbar, statusbar, Cursor even if options are available in the ...
by glops
Sat Oct 20, 2012 6:58 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588607

Re: PureFORM 1.99 (yet another FORM designer)

Did you translate with Google ? :lol:
by glops
Mon Jun 20, 2011 8:52 am
Forum: Announcement
Topic: REPRAP & PB & ARDUINO
Replies: 1
Views: 2689

REPRAP & PB & ARDUINO

Hello, I don't know if it is the right place to put this message, but wanted to let you know that there is an interesting offer ....

http://www.indiegogo.com/eMAKER-Huxley-3D-printer-kits

I suscribed to it, and maybe there could be some developements arround PB to be used with this printer.
If ...
by glops
Sat Dec 11, 2010 12:06 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588607

Re: PureFORM 1.99 (yet another FORM designer)

ok....
With Purebasic x86 on Windows 7.... :D it runs....
Will use it to create the code and then compile it with x64 if needed
Thanks for your support ! Maybe one future version will be x64 compatible !! At least I'm not crazy !
by glops
Sat Dec 11, 2010 9:50 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588607

Re: PureFORM 1.99 (yet another FORM designer)

Purebasic (x64) installed on a new directory directly from download
Pureform installed as described
No more message of Scintilla...blabla
.ini file of Pureform updated (date & hour changed) flag useScintilla = 1
BUT use Scintilla Option always goes to initial value when I open Pureform...
on Windows ...
by glops
Tue Dec 07, 2010 1:13 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588607

Re: PureFORM 1.99 (yet another FORM designer)

Well, as all of my previous versions of Pureform and CodeInfusion were and are running, there is no way for me to run the last version....
Ok I didn't follow all the versions, but....
Same problems on XP, XP Pro, Windows 7...does not save option Scintilla, does not find Scintilla.dll even, no Code ...
by glops
Mon Dec 06, 2010 2:54 pm
Forum: Coding Questions
Topic: Windows 7 & deleteFile...
Replies: 1
Views: 786

Windows 7 & deleteFile...

Hi, have a new PC Windows 7...
tried some of my programs with the compiler and have an issue

My program deletes some temporary files from a directory before to create new ones...
Same version running on XP is ok.
DeleteFile( ) on Win 7 ...seems to not delete the files...

Am I the only one who have ...
by glops
Mon Dec 06, 2010 2:48 pm
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588607

Re: PureFORM 1.99 (yet another FORM designer)

Hello, got a new Windows 7 PC....and tried latest version of Pureform...
Cannot activate Scintilla option in the preferences...I check the option...I save quit...I restart Pureforms...option is empty...No code Infusion available
I tried to install Scite...with Scintilla.dll but this DLL does not ...
by glops
Fri Nov 26, 2010 6:35 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588607

Re: PureFORM 1.99 (yet another FORM designer)

Windows XP, as admin
Same directory as Purebasic. Purebasic runs.
No problem with my previous "old" version 3.90
by glops
Thu Nov 25, 2010 7:18 am
Forum: PureFORM & JaPBe
Topic: PureFORM 1.99 (yet another FORM designer)
Replies: 1537
Views: 588607

Re: PureFORM 1.99 (yet another FORM designer)

Hi
I have a message ....sorry I'm french
"Windows ne parvient pas à accéder au périphérique, au chemin d'accès ou au fichier spécifié. Vous ne disposez peut-être pas des autorisations appropriées pour avoir accès à l'élément."

when I try to run Pureform (version from 17.11.2010)
by glops
Wed Sep 08, 2010 2:45 pm
Forum: Tricks 'n' Tips
Topic: How to connect a SAP ® system with PureBasic (Windows)
Replies: 9
Views: 10875

Re: How to connect a SAP ® system with PureBasic (Windows)

Thanks ! I already published some working codes using COMATE last year. It's a little more readable and easy to manage, imha. Will try your's when I have time !
ps: and works with SAP Netweaver as well !
by glops
Thu Jun 18, 2009 12:09 pm
Forum: Coding Questions
Topic: Bug 4.31 variables ?
Replies: 17
Views: 3679

Bug 4.31 variables ?

Hi,
I believed a global CARD$ was different than a local card$ in a procedure ? Did I ever missed they were the same ? I'm surprised, pretty sure was different, as one is in uppercase, over in lowercase....
by glops
Tue Mar 31, 2009 4:52 pm
Forum: Applications - Feedback and Discussion
Topic: wxWidget
Replies: 30
Views: 24322

wxListCtrl

Does anybody know what's missing for a wxListCtrl ?

XIncludeFile #PB_Compiler_Home + "Include\inc.wx.pbi"

Enumeration
#CONTROL
#myFrame
#myText
#myPanel
#myButton
#myBitmapButton
#myBitmap
#myImage
#myListCtrl
EndEnumeration

Enumeration
#WINDOW_TEST
EndEnumeration

Global APP.i ...
by glops
Thu Mar 26, 2009 3:47 pm
Forum: Applications - Feedback and Discussion
Topic: wxWidget
Replies: 30
Views: 24322

thanks ! Will have further questions later !!
by glops
Thu Mar 26, 2009 1:42 pm
Forum: Applications - Feedback and Discussion
Topic: wxWidget
Replies: 30
Views: 24322

what's wrong with that event ?

XIncludeFile #PB_Compiler_Home + "Include\inc.wx.pbi"

Enumeration
#CONTROL
#myFrame
#myText
#myPanel
#myButton
#myBitmapButton
#myBitmap
#myImage
EndEnumeration

Enumeration
#WINDOW_TEST
EndEnumeration

Global APP.i

Procedure click_event()
x= 0
EndProcedure

Procedure OnInit ...