Search found 56 matches: moshe

Return to advanced search

BEEP() / TONE()

Hello,

When I use Tone() in my application I get a message: "not implemented yet"

Is there other way create a tone alarm?


Thanks,
Moshe Yarden
by yardenmo
Thu May 06, 2010 9:25 am
 
Forum: FiveWin for Pocket PC
Topic: BEEP() / TONE()
Replies: 1
Views: 547

Re: garbage collector?

Antonio,

Thanks a lot.

I'll check it all.

Regards,
Moshe Yarden
by yardenmo
Wed Nov 18, 2009 10:50 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1411

Re: garbage collector?

Moshe,

Regarding FTP, it will work no matter how you set the internet connection.

I mean, once the internet conection is working, FTP works as usual.

Please review FWPPC\samples\ftp.prg and ftpdir.prg
by Antonio Linares
Wed Nov 18, 2009 10:41 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1411

Re: garbage collector?

Moshe, hb_gcAll() is a Harbour function, not a FWPPC one. You can check our wiki to review the most updated documentation: http://wiki.fivetechsoft.com It is a work in progress. Also it is important that you check the consume ...
by Antonio Linares
Wed Nov 18, 2009 10:38 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1411

Re: garbage collector?

Antonio,

Thanks. I'll add it.
Is there a full list of FWPPC FUNCTIONS?
FTP between PPC and PC using GPRS, and automatic internet open: had it been added to the samples?

Regards,
Moshe Yarden
by yardenmo
Wed Nov 18, 2009 10:35 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1411

Re: garbage collector?

Moshe,

You should call hb_gcAll() from time to time, mainly after doing some work from your EXE, so the garbage collector cleans all the unused memory.
by Antonio Linares
Wed Nov 18, 2009 10:24 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1411

garbage collector?

... time. It seems that it happens just after using the application few times. That is the reason I was thinking about garbage collector. Thanks, Moshe Yarden
by yardenmo
Wed Nov 18, 2009 9:46 am
 
Forum: FiveWin for Pocket PC
Topic: garbage collector?
Replies: 6
Views: 1411

Re: SAY <--> REDEFINE

Hi Antonio,

Thanks.
Now it works very good.


Regards,
Moshe Yarden
by yardenmo
Sun Jan 25, 2009 12:28 pm
 
Forum: FiveWin for Pocket PC
Topic: SAY <--> REDEFINE
Replies: 3
Views: 565

Re: SAY <--> REDEFINE

Moshe, > 1. Is there a way to change/redefine the prompt of a SAY? oSay:SetText( "New text" ) > 2. The REDEFINE cmnd: is it just to redefine a resource SAY? Yes > The vars (cImpExp, cManifest, cDschLoad) ...
by Antonio Linares
Sun Jan 25, 2009 12:16 pm
 
Forum: FiveWin for Pocket PC
Topic: SAY <--> REDEFINE
Replies: 3
Views: 565

SAY <--> REDEFINE

... to be changed when clicking a button. However, calling the SAY again with the new vars is not changing the say's prompts on the screen. Thanks, Moshe Yarden
by yardenmo
Sun Jan 25, 2009 10:24 am
 
Forum: FiveWin for Pocket PC
Topic: SAY <--> REDEFINE
Replies: 3
Views: 565

Re: FONT samples

Moshe, Here you have a working example: testfont.prg // FiveWin for Pocket PC - Testing fonts #include "FWCE.ch" function Main() local oWnd, oSay1, oSay2, oFont1, oFont2 DEFINE FONT oFont1 NAME "Verdana" ...
by Antonio Linares
Sat Jan 24, 2009 4:55 am
 
Forum: FiveWin for Pocket PC
Topic: FONT samples
Replies: 2
Views: 451

FONT samples

Hi,

Where can I find a sample for using FONTS?


Thanks,
Moshe Yarden
by yardenmo
Fri Jan 23, 2009 12:57 pm
 
Forum: FiveWin for Pocket PC
Topic: FONT samples
Replies: 2
Views: 451

Re: Change BOX content

... 4, 10 SAY cManifest OF oWnd COLOR nRGB( 255, 255, 255 ), nRGB( 0, 255, 0 ) Bit then I don't know how ro use redine from an outer function. Thanks, Moshe Yarden
by yardenmo
Fri Jan 23, 2009 12:49 pm
 
Forum: FiveWin for Pocket PC
Topic: Change BOX content
Replies: 4
Views: 704

Re: Change BOX content

... and: @ 0, 40 SAY "I022345" OF oWnd //BOX //cManifest The buttons do work, but the SAY is not shown. What do I do wrong? Thanks, Moshe Yarden
by yardenmo
Fri Jan 23, 2009 9:30 am
 
Forum: FiveWin for Pocket PC
Topic: Change BOX content
Replies: 4
Views: 704
Next

Return to advanced search