Search found 96 matches: simplified

Return to advanced search

Edit control unicode support

Yes. This is a simplified testmemo code: #include "FiveWin.ch" function Main() local oDlg, oGet, oFont, cText := "" define font oFont name "XSerif CE" size 0, 20 define dialog oDlg title "Font test" from 0,0 to 200, 400 pixel @0,0 ...
by Roberto Parisi
Wed Aug 29, 2007 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit control unicode support
Replies: 12
Views: 2448

TBTNBMP with Recource - Button Prompt

... "Cancel" are my most used prompts. I have looked through the news group but can't seem to find anything that directly answers my question. A small simplified example follows: TEST1.PRG Source Follows: #include "FiveWin.ch" function MAIN () local cTitle,oWindow,oBar, oBtn[ 3 ] cTitle := "Testing ...
by angelo.c
Sun Mar 04, 2007 6:37 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: TBTNBMP with Recource - Button Prompt
Replies: 3
Views: 2172

How to use Free TWAIN_32.dll

... */ TW_STR32 Info; /* e.g. "1.0b3 Beta release" */ } TW_VERSION, FAR * pTW_VERSION; /* TWON_ARRAY. Container for array of values (a simplified TW_ENUMERATION) */ typedef struct { TW_UINT16 ItemType; TW_UINT32 NumItems; /* How many items in ItemList */ TW_UINT8 ItemList[1]; /* Array ...
by areang
Thu Aug 03, 2006 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Free TWAIN_32.dll
Replies: 0
Views: 1736

GET WITH "ON CHANGE" PROBLEM

We are using: xHarbour built 01/24/06 All FWH libraries from 03/15/06 We have GET problem (simplified, it looks like this): At the entering to dialog: nSalary := 7,500.00 cText := "SOME TEXT" .... REDEFINE GET oGet1 VAR nSalary ID 101 OF oDlg ; ON CHANGE (cText := "CHANGED",oget2:SetText(cText),oget2:refresh()) ...
by Boris
Thu Apr 20, 2006 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET WITH "ON CHANGE" PROBLEM
Replies: 2
Views: 854

Mr.Rafael This is the working sample to Crop a Bitmap to the required size. This program is simplified version of "TESTBMP.PRG" to demonstrate your particular requirement. Regards, - Ramesh Babu P #include "Fivewin.ch" static bmpFish, aCoors := {10,10,135,240} // Your ...
by RAMESHBABU
Sat Apr 01, 2006 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Croping a BMP image
Replies: 7
Views: 1735

Antonio,

I am sure you have an extra computer laying around that you can use to test it. To setup the computer to display Chinese and input Chinese all you have to do is set the computer's default language to Traditional Chinese or Simplified Chinese in Control Panel's Regional Options.
by Johnny Yiu
Wed Dec 14, 2005 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO: Antonio, TGet problem with WinXP Themes for 2 bytes?
Replies: 17
Views: 6177
Previous

Return to advanced search