Search found 38 matches

by shire
Tue Jul 03, 2012 11:32 am
Forum: Coding Questions
Topic: Shellexecute_() in Linux
Replies: 4
Views: 802

Re: Shellexecute_() in Linux

@Little John:

Yes, that's it. Thanks a lot. :)
by shire
Tue Jul 03, 2012 9:20 am
Forum: Coding Questions
Topic: Shellexecute_() in Linux
Replies: 4
Views: 802

Re: Shellexecute_() in Linux

A function that will open the file like:
ShellExecute_(0, "", image.zip, "", "", #SW_SHOWNORMAL)
Is there something like that?
by shire
Tue Jul 03, 2012 5:06 am
Forum: Coding Questions
Topic: Shellexecute_() in Linux
Replies: 4
Views: 802

Shellexecute_() in Linux

Hello,

Is there a function in Linux which is equivalent to Shellexecute in Windows?

Thanks.
by shire
Mon Jul 02, 2012 8:56 am
Forum: Applications - Feedback and Discussion
Topic: minizip lib
Replies: 25
Views: 19795

Re: minizip lib

Hello,

Is there a library for linux which is something like this?

Thanks.
by shire
Mon Jul 02, 2012 8:44 am
Forum: Linux
Topic: Zip Function for Linux
Replies: 5
Views: 2677

Re: Zip Function for Linux

@Idle:
I tried it but it doesn't support zip file. :|
by shire
Thu Jun 28, 2012 9:01 am
Forum: Linux
Topic: Zip Function for Linux
Replies: 5
Views: 2677

Re: Zip Function for Linux

Tnx idle.

I'll try it.
by shire
Thu Jun 28, 2012 8:37 am
Forum: Linux
Topic: Zip Function for Linux
Replies: 5
Views: 2677

Re: Zip Function for Linux

Tnx idle.

How about compressing multiple file or adding file to the existing zip file?
by shire
Thu Jun 28, 2012 7:30 am
Forum: Linux
Topic: Zip Function for Linux
Replies: 5
Views: 2677

Zip Function for Linux

Hello,

Needs help on zip function or library for linux like PureZip.
Any ideas?

Thank you.
by shire
Sat May 12, 2012 7:23 am
Forum: Linux
Topic: ListViewGadget with Transparent Background
Replies: 0
Views: 1329

ListViewGadget with Transparent Background

Hello,

Is there a way to make the ListViewGadget in Linux transparent?

Thank you.
by shire
Fri May 11, 2012 3:38 am
Forum: Coding Questions
Topic: ListViewGadget with Transparent Background - Linux
Replies: 0
Views: 481

ListViewGadget with Transparent Background - Linux

Hello,

Is there a way to make the ListViewGadget in Linux transparent?

Thank you.
by shire
Tue Apr 17, 2012 9:06 am
Forum: Coding Questions
Topic: Saving a video file to mysql database..
Replies: 3
Views: 1272

Re: Saving a video file to mysql database..

@kinglestat:

thank you your reply..

but I still can't make it work..
by shire
Wed Apr 11, 2012 3:15 am
Forum: Coding Questions
Topic: Saving a video file to mysql database..
Replies: 3
Views: 1272

Saving a video file to mysql database..

Hello,

Does anyone tried saving a video file in mysql database?

I tried using this code:

file$ = OpenFileRequester("Choose a file", "", pattern$, 0)

If ReadFile(0, file$)
length = Lof(0)
*filereadbuffer = AllocateMemory(length)
ReadData(0,*filereadbuffer,length)

filename ...
by shire
Sat Feb 11, 2012 9:06 am
Forum: Coding Questions
Topic: need to add folder not the contains using this lib
Replies: 9
Views: 3250

Re: need to add folder not the contains using this lib

Hello,

PureZip has this function:

Code: Select all

PureZIP_AddFiles("C:\Test.ZIP", "C:\File\*.*", #PureZIP_StorePathAbsolute, #PureZIP_Recursive)
and it works the same way as your function

Code: Select all

Procedure Add2ZIP(Path.s)
EndProcedure
:)
by shire
Tue Jan 24, 2012 12:57 pm
Forum: Tricks 'n' Tips
Topic: comDoc
Replies: 30
Views: 10896

Re: comDoc

@Kwaï chang caïne:

Tnx for the info.

Too bad I can't download it :(
by shire
Fri Jan 20, 2012 4:06 am
Forum: Tricks 'n' Tips
Topic: comDoc
Replies: 30
Views: 10896

Re: comDoc

Hello,

This seems good, where could I download it?

Thank you.