Search found 18 matches
- Wed Aug 29, 2007 10:07 am
- Forum: FiveWin for Pocket PC
- Topic: Tab Control, Pages and Menu
- Replies: 3
- Views: 1501
> 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....
- Tue Aug 28, 2007 4:35 pm
- Forum: FiveWin for Pocket PC
- Topic: Tab Control, Pages and Menu
- Replies: 3
- Views: 1501
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...
- Mon Aug 27, 2007 2:19 pm
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2227
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 ...
- Mon Aug 27, 2007 6:55 am
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2227
- Sun Aug 26, 2007 10:54 am
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2227
- Sun Aug 26, 2007 8:18 am
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2227
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...
- Thu Nov 24, 2005 8:46 am
- Forum: FiveWin for Pocket PC
- Topic: IrDA printing
- Replies: 3
- Views: 1682
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...
- Wed Nov 23, 2005 3:03 pm
- Forum: FiveWin for Pocket PC
- Topic: IrDA printing
- Replies: 3
- Views: 1682
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
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
- 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: 3480
- Thu Nov 17, 2005 9:55 am
- Forum: FiveWin for Pocket PC
- Topic: New FWPPC build with TBtnBmp fix
- Replies: 2
- Views: 1059
Re: New FWPPC build with TBtnBmp fix
Many thanks, it works perfectly.Antonio Linares wrote:We have just published a new FWPPC build that fixes a problem of using many bitmapped buttons. Now it is ok.
Claudio
- Wed Nov 16, 2005 8:32 am
- Forum: FiveWin for Pocket PC
- Topic: Pocket PC serial number
- Replies: 10
- Views: 4674
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...
- Mon Nov 14, 2005 10:12 am
- Forum: FiveWin for Pocket PC
- Topic: TBtnBmp problem
- Replies: 5
- Views: 1867
- Mon Nov 14, 2005 7:39 am
- Forum: FiveWin for Pocket PC
- Topic: TRadMenu bug with pixel metrix
- Replies: 4
- Views: 1394
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.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.
Best regards.
Claudio
- Sun Nov 13, 2005 4:43 pm
- Forum: FiveWin for Pocket PC
- Topic: Browsing arrays
- Replies: 2
- Views: 1255
Re: Browsing arrays
Thanks, i try immediatly.EnricoMaria wrote:Hi Claudio, I'm happy to see you here! This is a working sample:
[snip]
EMG
I'm here because our frend Andrea convinced me , i'm happy too.
Claudio.
- Sun Nov 13, 2005 4:36 pm
- Forum: FiveWin for Pocket PC
- Topic: TRadMenu bug with pixel metrix
- Replies: 4
- Views: 1394
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
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