Unfortunately, it's as I was afraid of. However, thank you both.Dude + RSBasic wrote:No.....
Search found 161 matches
- Sat May 05, 2018 9:58 am
- Forum: Coding Questions
- Topic: CalendarGadget question
- Replies: 3
- Views: 1438
Re: CalendarGadget question
- Sun Apr 08, 2018 9:53 am
- Forum: Coding Questions
- Topic: CalendarGadget question
- Replies: 3
- Views: 1438
CalendarGadget question
It seems that the CalendarGadget language is determined by the Windows language version. Is there a possibility to set CalenderGadget "hard" to English regardless of the version of Windows?
- Fri Mar 23, 2018 12:09 am
- Forum: Coding Questions
- Topic: Compilation problem!
- Replies: 6
- Views: 2170
Re: Compilation problem!
Close PureBasic IDE.
Open each source file in NotePad++ and verify or set the encoding = UTF-8-BOM.
Then open the PB IDE and make sure to set UTF-8 as default in preferences.
Also check if you changed your compiler options?
An hour after my previous reply:
Your advice was right. I switch to ...
Open each source file in NotePad++ and verify or set the encoding = UTF-8-BOM.
Then open the PB IDE and make sure to set UTF-8 as default in preferences.
Also check if you changed your compiler options?
An hour after my previous reply:
Your advice was right. I switch to ...
- Thu Mar 22, 2018 10:55 pm
- Forum: Coding Questions
- Topic: Compilation problem!
- Replies: 6
- Views: 2170
Re: Compilation problem!
Close PureBasic IDE.
Open each source file in NotePad++ and verify or set the encoding = UTF-8-BOM.
NotePad ++ reports ANSI encoding. In IDE, the Czech text is perfect. Distortion occurs after compilation. That was not the case before. I've probably shaken some settings, but I have no idea where ...
Open each source file in NotePad++ and verify or set the encoding = UTF-8-BOM.
NotePad ++ reports ANSI encoding. In IDE, the Czech text is perfect. Distortion occurs after compilation. That was not the case before. I've probably shaken some settings, but I have no idea where ...
- Thu Mar 22, 2018 7:35 pm
- Forum: Coding Questions
- Topic: Compilation problem!
- Replies: 6
- Views: 2170
Re: Compilation problem!
.......... You really have to provide some source code example that reproduces the problem.
The problem has to be compilation somewhere. I took the old version, which was compiled beforehand without any problems, and now behaves the same way.
The source code is over 4000 rows, and texts are ...
The problem has to be compilation somewhere. I took the old version, which was compiled beforehand without any problems, and now behaves the same way.
The source code is over 4000 rows, and texts are ...
- Thu Mar 22, 2018 5:57 pm
- Forum: Coding Questions
- Topic: Compilation problem!
- Replies: 6
- Views: 2170
Compilation problem!
The program I'm developing has Czech key descriptions. I've been tuning the program for some time now. Today we have a very strange behavior. The IDE program runs without error. After compiling into exe file, the functionality of the program remained, but in all texts every Czech character changed ...
- Wed Mar 21, 2018 6:04 pm
- Forum: Coding Questions
- Topic: End of text in asociated Notepad
- Replies: 5
- Views: 1393
Re: End of text in asociated Notepad
That's a really nice trick. I will use it in my NotePad reminder. Thanks.Marc56us wrote:There is a very old function in NotePad, it's ability to serve as a log or memo.............
- Wed Mar 21, 2018 2:30 pm
- Forum: Coding Questions
- Topic: End of text in asociated Notepad
- Replies: 5
- Views: 1393
Re: End of text in asociated Notepad
I am impressed! So fast and so perfect answer. Thank you.RSBasic wrote:Do you mean like this?
- Wed Mar 21, 2018 2:01 pm
- Forum: Coding Questions
- Topic: End of text in asociated Notepad
- Replies: 5
- Views: 1393
End of text in asociated Notepad
Using the RunProgram(GetCurrentDirectory () + B$ + ".txt") , I open the associated Notepad.exe. I would like it to open at the end of the text (so that the end of the text can be seen immediately). Is it possible to arrange?
- Mon Mar 12, 2018 5:57 pm
- Forum: Coding Questions
- Topic: How send a mail from aplication window?
- Replies: 1
- Views: 726
How send a mail from aplication window?
I would like to place a form for sending an email to my address on the window of my freely distributed application. I do not want to burden the user with the need for some other activity. Is there an anonymous mail server suitable for that purpose? Or is there any other possibility? I welcome the ...
- Mon Mar 12, 2018 11:08 am
- Forum: Coding Questions
- Topic: Behavior in different screen - error or properties?
- Replies: 5
- Views: 1346
Re: Behavior in different screen - error or properties?
Oh!Dude wrote: It's easy and will fix your text-cropping issue.

Big thanks.
- Sun Mar 11, 2018 12:59 am
- Forum: Coding Questions
- Topic: Behavior in different screen - error or properties?
- Replies: 5
- Views: 1346
Re: Behavior in different screen - error or properties?
Screenshots for comparison?......
http://people.fsv.cvut.cz/~svobodal/NB%201366x768.jpg
First machine (notebook) - it is OK.
http://people.fsv.cvut.cz/~svobodal/PC%201920x1080.jpg
http://people.fsv.cvut.cz/~svobodal/PC%201280x720.jpg
Second machine (desktop computer) - problem ...
http://people.fsv.cvut.cz/~svobodal/NB%201366x768.jpg
First machine (notebook) - it is OK.
http://people.fsv.cvut.cz/~svobodal/PC%201920x1080.jpg
http://people.fsv.cvut.cz/~svobodal/PC%201280x720.jpg
Second machine (desktop computer) - problem ...
- Thu Mar 08, 2018 9:03 am
- Forum: Coding Questions
- Topic: Behavior in different screen - error or properties?
- Replies: 5
- Views: 1346
Behavior in different screen - error or properties?
For developing PureBasic programs I use two machines: NB with 1280x768 resolution and PC with 1920x1080 monitor resolution. In a program that uses relatively small windows (480 x 390), I noticed that longer button descriptions (which are tight when using NB) are too long for a PC. I used PureBasic 5 ...
- Mon Mar 05, 2018 11:18 am
- Forum: Coding Questions
- Topic: Image inside the source code
- Replies: 13
- Views: 3069
Re: Image inside the source code
Maybe I was a little greedy.oO0XX0Oo wrote:In your original post you've stated that the image would be about up to 300kb large
For an image with your ~30 kb size, you could use e.g. this:
http://www.purebasic.fr/english/viewtop ... 27&t=59301

Thanks.
- Mon Mar 05, 2018 11:12 am
- Forum: Coding Questions
- Topic: Image inside the source code
- Replies: 13
- Views: 3069
Re: Image inside the source code
The best way: Bin2Data
[url]http://www.purebasic.fr/english/viewtopic.php?p=374183[/url
the DropBox Link does not seem to work ??]
Although I do not understand the code very much, I managed to shorten it to 300 lines. The section data has 800 lines, but it does not matter. Increasing the size of ...
[url]http://www.purebasic.fr/english/viewtopic.php?p=374183[/url
the DropBox Link does not seem to work ??]
Although I do not understand the code very much, I managed to shorten it to 300 lines. The section data has 800 lines, but it does not matter. Increasing the size of ...