Search found 19 matches

by RobKiwi
Sat Jan 25, 2014 11:39 pm
Forum: Feature Requests and Wishlists
Topic: Documentation of how to switch from one version to the next
Replies: 3
Views: 1589

Re: Documentation of how to switch from one version to the n

As a relative beginner, I do strongly agree with this idea...
by RobKiwi
Sat Jan 25, 2014 1:09 am
Forum: Coding Questions
Topic: problem with latest version
Replies: 6
Views: 1855

Re: problem with latest version

Many thanks to both of you. It works well now with the new version.
But I wonder what I would have done without your advice? I find nothing about
the alteration in the list of changes. Very frustrating to those of us who are less than brilliant!
by RobKiwi
Fri Jan 24, 2014 2:10 am
Forum: Coding Questions
Topic: problem with latest version
Replies: 6
Views: 1855

problem with latest version

Some time ago I wrote a small program on Purebasic 4.61 which worked well.
I have just upgraded to version 5.21 and find that the following lines generate a syntax error:

DataSection
_OPT_Form1_ImageMain:IncludeBinary "Images\query.png"
_OPT_Form1_Thumbs1:IncludeBinary "Images\blankitS.png ...
by RobKiwi
Tue Jul 02, 2013 4:47 am
Forum: Coding Questions
Topic: Fonts the wrong size on another computer
Replies: 2
Views: 375

Re: Fonts the wrong size on another computer

That is exactly what it was, my wife suggested the solution! But thanks anyway. :lol:
by RobKiwi
Tue Jul 02, 2013 4:27 am
Forum: Coding Questions
Topic: Fonts the wrong size on another computer
Replies: 2
Views: 375

Fonts the wrong size on another computer

I have just managed to transfer my compiled program to my wife's laptop, experimenting with packaging it.
On my wife's laptop all the fonts appear too large and overlap their spaces. They are Verdana, and the laptop certainly has that font. The program specifies for example "LoadFont(#Gadget_Form1 ...
by RobKiwi
Tue Jul 02, 2013 3:58 am
Forum: Coding Questions
Topic: Making an executable work on another computer
Replies: 6
Views: 659

Re: Making an executable work on another computer

I have now copied the entire directory with images over and it works... obvious I suppose! Thanks folks.
Now to sort out a fonts problem...they re too big on the laptop! :P
by RobKiwi
Tue Jul 02, 2013 3:45 am
Forum: Coding Questions
Topic: Making an executable work on another computer
Replies: 6
Views: 659

Re: Making an executable work on another computer

Thanks for the suggestions. I don't have a 64 bit OS on either machine. I obviously have to learn something more abut loading pictures!
by RobKiwi
Tue Jul 02, 2013 3:21 am
Forum: Coding Questions
Topic: Making an executable work on another computer
Replies: 6
Views: 659

Re: Making an executable work on another computer

Thanks, that was quick: the program shows a series of small pictures to which the user responds. Do these need to be installed on the target computer? The executable seems large enough to contain these (246kB)
Don't think it's an antivirus issue. I did try to run as administrator.
by RobKiwi
Tue Jul 02, 2013 3:06 am
Forum: Coding Questions
Topic: Making an executable work on another computer
Replies: 6
Views: 659

Making an executable work on another computer

I have made a program executable which works well on my Win7 computer with PureBasic installed.
However when I copy "myprogram.exe" on to my wife's Win7 laptop and try to make it work nothing happens.
Any ideas please? I'm pretty well a beginner. Apologies if this has been asked before, but I can ...
by RobKiwi
Thu Nov 15, 2012 2:28 am
Forum: Coding Questions
Topic: Help on what to do AFTER Visual Designer
Replies: 29
Views: 6404

Re: Help on what to do AFTER Visual Designer

One small point: there was an error in the URL for EasySetup given, but I chased it to earth and it should be
http://www.thprogs.de/EasySetup/eng/
Robin
by RobKiwi
Mon Nov 12, 2012 10:49 pm
Forum: Coding Questions
Topic: Help on what to do AFTER Visual Designer
Replies: 29
Views: 6404

Re: Help on what to do AFTER Visual Designer

Thanks for that. As I have a number of .JPG files in directories to accompany the .EXE I will use one of the installation programs you suggest. Not quite time for that yet, though, but I like to know these things in advance!
by RobKiwi
Thu Nov 08, 2012 6:48 pm
Forum: Coding Questions
Topic: Help on what to do AFTER Visual Designer
Replies: 29
Views: 6404

Re: Help on what to do AFTER Visual Designer

I've now got most of my program running, thanks to the help I have received, and will soon have to figure out some sort of an installation program. Any suggestions? Or is one necessary, considering that there are no dlls to bother with?
by RobKiwi
Wed Oct 31, 2012 9:15 pm
Forum: Coding Questions
Topic: Help on what to do AFTER Visual Designer
Replies: 29
Views: 6404

Re: Help on what to do AFTER Visual Designer

My sincere thanks to you, Danilo and TI, for explaining so clearly something that puzzled me, and which I do think could be made more clear in the literature. Most versions of Basic have something simple like " LoadImage (Control, "Picture.jpg") " and PureBasic's double-shuffle takes a time to ...
by RobKiwi
Mon Oct 29, 2012 6:24 am
Forum: Coding Questions
Topic: Help on what to do AFTER Visual Designer
Replies: 29
Views: 6404

Re: Help on what to do AFTER Visual Designer

I am now getting quite well with coding and some things are working well. I've now got the paid-for version of PB.

But I have some difficulty in understanding just what is going on when loading an image into an existing imagebox or imagebutton, created with PureVision, which I tried and liked.

The ...
by RobKiwi
Fri Oct 26, 2012 4:47 am
Forum: Coding Questions
Topic: Help on what to do AFTER Visual Designer
Replies: 29
Views: 6404

Re: Help on what to do AFTER Visual Designer

Very briefly: hooray! The image viewer works! Ka pai!
I am most grateful. I think I am over the hump now. But I look forward to more of the updates examples I mentioned.
NB: a useful bit of housework for some glutton for punishment with nothing else to do: go looking for examples and tutorials which ...