Search found 97 matches

by seppe
Tue Dec 09, 2014 3:04 am
Forum: English
Topic: Create a Folder link on the desktop
Replies: 1
Views: 4070

Create a Folder link on the desktop

With this topic I like to share my method to create a link on the desktop to a folder. (a link is also named shortcut or alias). This may be obvious for some of you, but maybe not . . . 1. Right-click anywhere on the desktop to bring up the "Add Icon" window - In Name, enter the name you w...
by seppe
Sun Nov 23, 2014 1:25 am
Forum: English
Topic: Uefi Boot?
Replies: 4
Views: 5054

Re: Uefi Boot?

I guess not. You might be interested to read a recent topic about EFI plans: viewtopic.php?f=23&t=2730
by seppe
Wed Nov 12, 2014 2:08 am
Forum: Application libraries
Topic: TrueType
Replies: 80
Views: 52622

Re: TrueType

bubach wrote:here's a link to a small truetype support file in C.
http://mollyrocket.com/forums/viewtopic.php?t=736
SoUrcerer wrote:So, I managed to compile this library.
The link seems broken. :cry:
I would like to see the c source.
by seppe
Wed Oct 15, 2014 3:39 pm
Forum: Coding
Topic: Scroll window pixels
Replies: 0
Views: 15045

Scroll window pixels

I need a function (a syscall) to efficiently scroll window pixels. Parameters: rect, dh, dv rect is the rectangle specified in window coordinates. dh,dv are the horizontal and vertical number of pixels to move the pixels. positive values move pixels to the right and down. negative values move pixels...
by seppe
Thu Oct 02, 2014 11:34 pm
Forum: English
Topic: Installing Kolibri through a USB stick.
Replies: 5
Views: 9136

Re: Installing Kolibri through a USB stick.

I made a one step installer for windows named kinst.exe.
See topic viewtopic.php?f=23&t=2870
by seppe
Thu Sep 25, 2014 1:59 am
Forum: English
Topic: Dual boot Windows 8.1/KolibriOS?
Replies: 7
Views: 6587

Re: Dual boot Windows 8.1/KolibriOS?

I tried the utility on my 16gb Cruzer flashdrive, but it doesn't boot. If the kinst.exe application showed the success message, then your flashdrive became a Kolibri boot drive. Now you need to instruct your PC to boot from your flashdrive (in legacy bios mode) when your pc starts up. If you search...
by seppe
Fri Sep 19, 2014 11:21 pm
Forum: English
Topic: Dual boot Windows 8.1/KolibriOS?
Replies: 7
Views: 6587

Re: Dual boot Windows 8.1/KolibriOS?

Foxxy wrote:There is no way to disable UEFI? I have been able to boot from Linux before.
Some brands (like my HP650 laptop) let you choose between UEFI or legacy bios.
Other brands (like my new Packard Bell) only sypport UEFI.
by seppe
Fri Sep 19, 2014 11:17 pm
Forum: English
Topic: Dual boot Windows 8.1/KolibriOS?
Replies: 7
Views: 6587

Re: Dual boot Windows 8.1/KolibriOS?

If you can set the bios of your PC to boot from a USB flash drive, then you can preview the progress of KolibriOS without affecting your own operating system. Download ftp://kolibrios.org/users/seppe/kinst.exe to a USB flash drive, and run it from there with administrator rights. The application ins...
by seppe
Thu Sep 11, 2014 2:08 am
Forum: English
Topic: Klib version 2 released
Replies: 1
Views: 4524

Klib version 2 released

Latest revision of Klib : version 2, 10.09.2014 Please find attached the second version of Klib.API.rtf : Klib.API.rtf To test or experiment, you need to download the Klib folder from ftp://kolibrios.org/users/seppe . Please download the Klib folder on a USB flash drive or a hard drive to use on yo...
by seppe
Tue Aug 26, 2014 8:25 pm
Forum: English
Topic: How can an application obtain its full path?
Replies: 2
Views: 3723

How can an application obtain its full path?

How can an application obtain it's full path?
Note: the thread info record only reveals it's application name.
by seppe
Sun Aug 24, 2014 3:27 pm
Forum: English
Topic: unicode rasterfont files
Replies: 11
Views: 8094

Re: unicode rasterfont files

uw-ttyp0 Thank you for this URL. On this site, Uwe Waldmann freely offers bdf text files for 1-bit unicode rasterfonts for several font sizes and font faces: regular and bold 12,14,16,18, 20, and italic 16,18. These fontsizes represent the em-height in pixels. I developed a font-compiler on win7 to...
by seppe
Tue Aug 19, 2014 9:47 pm
Forum: English
Topic: unicode rasterfont files
Replies: 11
Views: 8094

Re: unicode rasterfont files

What about licensing issues? Neither Arial nor Consolas are free fonts. Yes, you have a point. But what other font(s) shall I use for extraction? :? There are many fonts on the net, but i need a crispy font (or set) for small font-sizes with sufficient unicodes (Latin, Greek, Cyrillic). I assume th...
by seppe
Sun Aug 17, 2014 4:10 pm
Forum: English
Topic: unicode rasterfont files
Replies: 11
Views: 8094

unicode rasterfont files

Unicode on Kolibri is born : To get started, I produced (on my win7 pc) 2 unicode raster font files : Arial regular and Consolas. Both files have the data for 2211 glyphs, for the fontsizes 7,8,10,12, and 14, and take 460Kb each. For now, I left out the Hebrew and Arabic glyphs. (I do not intent to...
by seppe
Fri Aug 15, 2014 9:06 pm
Forum: English
Topic: NumLock on at startup
Replies: 7
Views: 4900

Re: NumLock on at startup

It looks like two letters are displayed in the lower panel that correspond to the chosen keyboard. That is "En, Fi, Ge, Ru, Fr, Et". The letters for Belgium and Italy are junk. The case of the first letter reflects the caps-lock keyboard status (except for Italy). In view of the many new k...
by seppe
Fri Aug 15, 2014 12:44 am
Forum: English
Topic: UEFI plans?
Replies: 2
Views: 3986

Re: UEFI plans?

I share this information to those of you who would like to develop a UEFI Kolibri loader in assembly . . . From the net you should download: - a free ebook about EFI programming: http://www.microbe.cz/docs/Beyond_BIOS_Second_Edition_Digital_Edition_(15-12-10)%20.pdf - a pdf file with the UEFI specs ...