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: 1518
- Tue Aug 28, 2007 4:35 pm
- Forum: FiveWin for Pocket PC
- Topic: Tab Control, Pages and Menu
- Replies: 3
- Views: 1518
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 ...
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 ...
- Mon Aug 27, 2007 2:19 pm
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2232
- Mon Aug 27, 2007 6:55 am
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2232
- Sun Aug 26, 2007 10:54 am
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2232
- Sun Aug 26, 2007 8:18 am
- Forum: FiveWin for Pocket PC
- Topic: undo gets [newbye]
- Replies: 8
- Views: 2232
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 ...
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 ...
- Thu Nov 24, 2005 8:46 am
- Forum: FiveWin for Pocket PC
- Topic: IrDA printing
- Replies: 3
- Views: 1729
- Wed Nov 23, 2005 3:03 pm
- Forum: FiveWin for Pocket PC
- Topic: IrDA printing
- Replies: 3
- Views: 1729
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: 3441
- Thu Nov 17, 2005 9:55 am
- Forum: FiveWin for Pocket PC
- Topic: New FWPPC build with TBtnBmp fix
- Replies: 2
- Views: 1094
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
- Wed Nov 16, 2005 8:32 am
- Forum: FiveWin for Pocket PC
- Topic: Pocket PC serial number
- Replies: 10
- Views: 4583
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 ...
It does'nt work also on my Acer N50, but i ...
- Mon Nov 14, 2005 10:12 am
- Forum: FiveWin for Pocket PC
- Topic: TBtnBmp problem
- Replies: 5
- Views: 1855
- Mon Nov 14, 2005 7:39 am
- Forum: FiveWin for Pocket PC
- Topic: TRadMenu bug with pixel metrix
- Replies: 4
- Views: 1654
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
- Sun Nov 13, 2005 4:43 pm
- Forum: FiveWin for Pocket PC
- Topic: Browsing arrays
- Replies: 2
- Views: 1339
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.
- Sun Nov 13, 2005 4:36 pm
- Forum: FiveWin for Pocket PC
- Topic: TRadMenu bug with pixel metrix
- Replies: 4
- Views: 1654
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