Search found 18 matches

by claudio.driussi
Wed Aug 29, 2007 10:07 am
Forum: FiveWin for Pocket PC
Topic: Tab Control, Pages and Menu
Replies: 3
Views: 1413

> Can i build a menu without resources ? There is no way to create a main pulldown menu without resources. Windows Mobile does not allow it. So if you need a main menu, and then you need to use resources, you may be able to use resources for testpage sample. Its the easiest way Many thanks Antonio....
by claudio.driussi
Tue Aug 28, 2007 4:35 pm
Forum: FiveWin for Pocket PC
Topic: Tab Control, Pages and Menu
Replies: 3
Views: 1413

Tab Control, Pages and Menu

Hi all, I'm here again. I need some way to do multipage on a window. I seen TestPage and TestTab examples but them don't fit my needs. TestPage is built on resources and i prefere avoid resources, is possible build it without res and full screen? TestTab is fine, but have not TTabs attached, and i d...
by claudio.driussi
Mon Aug 27, 2007 2:19 pm
Forum: FiveWin for Pocket PC
Topic: undo gets [newbye]
Replies: 8
Views: 2017

USE YourDbf DATABASE oDbf edit your fields using oDbf:FieldName to save the register do oDbf:Save(). If canceled, do nothing I wonder, how you bind the field names to the object? i found _obj* function, but you don't use them in your source code. Sorry for boring you, but really, i'm not confident ...
by claudio.driussi
Mon Aug 27, 2007 6:55 am
Forum: FiveWin for Pocket PC
Topic: undo gets [newbye]
Replies: 8
Views: 2017

Antonio Linares wrote: What do you need the original values for ? Just to check which ones have changed their values ?
Simply when a user edit a record if he click on cancel button i need to restore original values.

This let me edit the databese fields instead a copy of values.

Best Regards
Claudio
by claudio.driussi
Sun Aug 26, 2007 10:54 am
Forum: FiveWin for Pocket PC
Topic: undo gets [newbye]
Replies: 8
Views: 2017

Try this: for n = 1 to Len( oWnd:aControls ) if oWnd:aControls[ n ]:ClassName == "TGET" oWnd:aControls[ n ]:oGet:Undo() oWnd:aControls[ n ]:Refresh() endif next very nice! > And how to undo other controls? Once their initial values have changed there is no way to undo them. It may be just ...
by claudio.driussi
Sun Aug 26, 2007 8:18 am
Forum: FiveWin for Pocket PC
Topic: undo gets [newbye]
Replies: 8
Views: 2017

undo gets [newbye]

I'm not very skilled in fwppc and x/harbour at all. The dummy question is: It is a way to restore original values of all get and other controls of a form? Lurking on TGet class i seen undo method, but i need a variable to call the instance, there are a way to collect all gets from parent window? And...
by claudio.driussi
Thu Nov 24, 2005 8:46 am
Forum: FiveWin for Pocket PC
Topic: IrDA printing
Replies: 3
Views: 1551

Claudio, Yes, we are planning to provide support for it. Based on what we have seen, it may work as a standard comm port as Jose comments you. It may also work as a socket. Probably we have to call a setup function to select comm or sockets mode. Many thanks, but if is a COM port, how i can identif...
by claudio.driussi
Wed Nov 23, 2005 3:03 pm
Forum: FiveWin for Pocket PC
Topic: IrDA printing
Replies: 3
Views: 1551

IrDA printing

Antonio, are you planning to add IrDA suppor for FWPPC?
I have a IrDA to parallel converter connected to a Epson LX300 printer,
it works fine my application written fon PalmOS and now i would like to port
it under PPC.
Claudio
by claudio.driussi
Thu Nov 17, 2005 3:11 pm
Forum: FiveWin for Pocket PC
Topic: I Am End Function serial number For Pocket PC
Replies: 3
Views: 3363

Hello In my hp ipaq it says: "could not retrieve serial number" and after a message box with 13 in the heading On my Acer N50 it give me an alphabumeric string 17 chars lenght. Perhaps ipaq hardware don't implement seral number? Try eVC4 demo called GetUUID, that do approximately the same...
by claudio.driussi
Thu Nov 17, 2005 9:55 am
Forum: FiveWin for Pocket PC
Topic: New FWPPC build with TBtnBmp fix
Replies: 2
Views: 989

Re: New FWPPC build with TBtnBmp fix

Antonio Linares wrote:We have just published a new FWPPC build that fixes a problem of using many bitmapped buttons. Now it is ok.
Many thanks, it works perfectly.

Claudio
by claudio.driussi
Wed Nov 16, 2005 8:32 am
Forum: FiveWin for Pocket PC
Topic: Pocket PC serial number
Replies: 10
Views: 4306

Re: Pocket PC serial number

Our FWPPC user Hathal has found the bottom source code to detect the Pocket PC serial number. We have adapted like this, but gives wrong values (warnign: it does not work on the emulator). We leave it here just in case you want to test it or fix it (?): It does'nt work also on my Acer N50, but i fo...
by claudio.driussi
Mon Nov 14, 2005 10:12 am
Forum: FiveWin for Pocket PC
Topic: TBtnBmp problem
Replies: 5
Views: 1704

Antonio Linares wrote:Claudio, Enrico,

Already fixed. Please download a new FWPPC build.

Please Claudio, try your code and let me know if it works ok. Thanks,
Unfortunatly not, try two or three times the open button and you
will be pushed out of program.

Claudio
by claudio.driussi
Mon Nov 14, 2005 7:39 am
Forum: FiveWin for Pocket PC
Topic: TRadMenu bug with pixel metrix
Replies: 4
Views: 1302

Antonio Linares wrote:Claudio,

In our tests it seems that we should better not use it and leave the code as it is right now. It looks better.
I tried modified code with pixel metrix and it works fine for me, with the original code radio buttons disappare. I did'nt tried with pixel switch off.

Best regards.
Claudio
by claudio.driussi
Sun Nov 13, 2005 4:43 pm
Forum: FiveWin for Pocket PC
Topic: Browsing arrays
Replies: 2
Views: 1143

Re: Browsing arrays

EnricoMaria wrote:Hi Claudio, I'm happy to see you here! This is a working sample:

[snip]

EMG
Thanks, i try immediatly.
I'm here because our frend Andrea convinced me :) , i'm happy too.

Claudio.
by claudio.driussi
Sun Nov 13, 2005 4:36 pm
Forum: FiveWin for Pocket PC
Topic: TRadMenu bug with pixel metrix
Replies: 4
Views: 1302

TRadMenu bug with pixel metrix

I found a bug in TRadMenu, the line 112:

AAdd( ::aItems, TRadio():New( nRow + ( n - 1 ) , nCol, acItems[ n ],;

seems to be changed to:

AAdd( ::aItems, TRadio():New( nRow + ( n - 1 )*nStep , nCol, acItems[ n ],;

Best regards.

Claudio