Search found 37 matches

by delikanli_19_82
Wed Apr 10, 2013 5:50 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Re: Packer Problem

hi fred,

i tested with the UseZipPacker().

With that, it works fine cross platform. but with the UseBriefLZPacker() it doesn't. i think this is a bug.
by delikanli_19_82
Wed Apr 10, 2013 4:11 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Re: Packer Problem

i could add one more byte to the and of the packfile to notice on which os the file have been packed. sample:

0 = mac
1 = windows

but how can i change the EOL character when reading the packer? sample code maybe?
by delikanli_19_82
Wed Apr 10, 2013 3:54 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Re: Packer Problem

ts-soft

the files to add in a pack-file used from my app contains:

1) one settings file (text)
2) one or more text-files for doc-content
3) nothing, one or more image-files (png,jpeg)

thats all.

the user can save the packfile by the savefilerequester and open it with the openfilerequester ...
by delikanli_19_82
Wed Apr 10, 2013 3:42 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Re: Packer Problem

hi ts-soft,

yes i could use this function. i will do. but the problem has nothing to do with this. because in the pack-file there will not insert the whole path to each file, or will it?
by delikanli_19_82
Wed Apr 10, 2013 3:40 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Re: Packer Problem

The app is running in unicode mode. that means that all filenames are reading in unicode-mode. could be this a problem?
by delikanli_19_82
Wed Apr 10, 2013 3:36 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Re: Packer Problem

no imagine,

you work on mac and start a new document in my app. think the app is something like msword. you wrote text and used images in the doc. now you save it. my app creates a pack-file with a text-file in it and a copy of all the images you used.

you copy the doc onto a usb-stick and stick ...
by delikanli_19_82
Wed Apr 10, 2013 3:23 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Re: Packer Problem

hi fred,

the original code is very large.

if i run the packer and create a file on windows and read the file on windows, everything works fine. but if i read the file, which is created on windows, in mac, it doesn't work. if i run packer and create a file on mac and read it on mac, everything is ...
by delikanli_19_82
Wed Apr 10, 2013 2:13 pm
Forum: Mac OSX
Topic: Packer Problem
Replies: 17
Views: 4456

Packer Problem

hi guys,

i have no idea how to solve that problem.

i used the UseBriefLZPacker() to create an own format for my app. The app cross-works between windows and mac.

i have created several test-docs in my own format, which is in the reality only a file created with this packer. if i want to load them ...
by delikanli_19_82
Mon Mar 12, 2012 7:25 pm
Forum: Mac OSX
Topic: mac os x standard theme
Replies: 0
Views: 1256

mac os x standard theme

hello guys,

i am looking since a while in google and browsed in my system also, but i havent succeed.

has anyone an idea, where the os-x-theme data is stored?

is it a lib or any type of file? or are they normal pictures stored somewhere?

kind regards

:-)
by delikanli_19_82
Tue Feb 21, 2012 3:50 pm
Forum: Feature Requests and Wishlists
Topic: important abilities i think
Replies: 4
Views: 1461

Re: important abilities i think

hi Franky,

its because what aonyn says. purebasic delivers lot's of build in libs. you need nothing more.
thats why i thought, it would be good to have these all things directly build in purebasic.

some of the things, you say it can be done by us is not a really solution. because not every one
has ...
by delikanli_19_82
Sun Feb 19, 2012 9:09 am
Forum: Feature Requests and Wishlists
Topic: important abilities i think
Replies: 4
Views: 1461

important abilities i think

i have some suggestions that could add to the future pb-releases (for windows, mac and linux):

support for apng and mng animation formats on all os would be very nice.

support for gzip and tar on all os. for packaging and extracting.

mouse and keyboard event monitoring on all three os without the ...
by delikanli_19_82
Sun Feb 19, 2012 8:38 am
Forum: Mac OSX
Topic: quit app by dock or mac-menu
Replies: 8
Views: 2959

Re: quit app by dock or mac-menu

programming means also studying. you could never know everything. sometimes also so simple things.

thanks again :-)
by delikanli_19_82
Sun Feb 19, 2012 8:32 am
Forum: Mac OSX
Topic: special window
Replies: 0
Views: 1070

special window

hello guys,

on windows it's possible to make a window like a popup-menu. that means, if you load the window by clicking in example on a button on another main window, this second window will show over the main window, but the focus still stays on the main window.

every event that occurs on the ...
by delikanli_19_82
Sat Feb 18, 2012 8:09 pm
Forum: General Discussion
Topic: image rotation on all os
Replies: 2
Views: 1263

Re: image rotation on all os

thanks for the wonderful link.

it works also fine on os x.

:-)
by delikanli_19_82
Sat Feb 18, 2012 2:14 pm
Forum: General Discussion
Topic: image rotation on all os
Replies: 2
Views: 1263

image rotation on all os

hello guys,

i am looking for a solution to rotate an image on windows, mac and linux.

as it seems, there is no solution from purebasic yet.

the most solutions i found in the internet are only based on windows. that means, for
windows its ok.

but how is it with mac and linux?

a second problem ...