Search found 34 matches: autocheckbox

Return to advanced search

Listbox displays incorrect data

Hello Everyone, We have a problem with a specific LISTBOX. For some reason, the listbox is displaying incorrect details, specifically when no key is found. The associated DBF has an index related to the specific key. What would cause this problem? I have checked the DBF for corruption and I have del...
by cdmmaui
Sat Jul 28, 2018 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2207

Strange checkbox issue with Windows IDE

... REDEFINE CHECKBOX oPart:invtyp ID 748 OF oDiw MESSAGE "Is this a stocking part ?" UPDATE works with the following line in an .rc file AUTOCHECKBOX "Stock",748,115,175,40,13 When the dialog is first displayed, the checkbox appears with the prompt Stock showing. If I click ...
by TimStone
Mon May 09, 2016 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange checkbox issue with Windows IDE
Replies: 13
Views: 3070

Re: Checkbox text disappears Harbour/MSVC

The issue becomes more complex. I began to wonder if perhaps the control should be True for TRANSPARENT ( the autocheckbox ) so I tried clicking on that property. Visual Studio wants to rebuild the .rc, and does a nice job of it, but then when trying to build it can't find the ...
by TimStone
Tue Feb 24, 2015 2:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears Harbour/MSVC
Replies: 35
Views: 6739

Re: Problem Clicking on Fields in Dialog

Tim

in my rc autocheckbox are defined this way

CONTROL "Tous les Articles", 205, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, 4, 4, 104, 16

Hth

Richard
by Richard Chidiak
Mon Feb 23, 2015 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3742

Checkbox text disappears Harbour/MSVC

I have this problem consistently on a program build using Harbour, FWH, and MSVC 2013 ( or even previous versions ). The checkbox displays normally, but when I click on a checkbox, the text ( in this case Receipts ) disappears. I suspect I should be using a different control than BS_AUTOCHECKBOX ......
by TimStone
Thu Feb 19, 2015 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears Harbour/MSVC
Replies: 35
Views: 6739

Re: Problem Clicking on Fields in Dialog

Antonio, Here is the PRG and part of RC, the WR1 listed below is only dialog that has this behavior. Please note everything was working fine until I updated with Pelles C IDE. // PRG........ DEFINE ICON oIcon RESOURCE "WMS" DEFINE DIALOG oDlg RESOURCE "DATAENTRY" TITLE cTitle ICO...
by cdmmaui
Thu Nov 07, 2013 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3742

Re: "FiveWin/3 Cannot create Dialog Box" errors?

A error reported in Line 151 Incomplete Expresson !!! CONTROL "Ei ekspordi", 4001, "Button", BS_AUTOCHECKBOX| BS_RIGHT |BS_LEFTTEXT|WS_TABSTOP, 432, 4, 42, 9 Line OK !!! ------------- CONTROL "Kinnipidamisi teostatakse", 3834, "Button", BS_AUTOCHECKBOX|BS_LEFT...
by ukoenig
Sun Apr 01, 2012 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "FiveWin/3 Cannot create Dialog Box" errors?
Replies: 22
Views: 10392

Richedit Control

Hi All, Below code snippet loads an RTF file. I want to automatically manipulate the contents, insert/delete some text on the control automatically ( within the program, much as like typing the words manually ). But I can't find any function to insert text automatically any words on a richedit contr...
by ryugarai27
Tue Dec 20, 2011 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit Control
Replies: 1
Views: 834

Re: Checkbox still strange

Tim, CONTROL "Core", 750, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, 80, 220, 40, 13 I still wonder about the above. What is a "core" control? Then it seems to be defined as both a button and a checkbox. Where did you get this syntax? Perhaps your syntax was only working bef...
by James Bott
Wed Nov 10, 2010 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6056

Re: Checkbox still strange

Tim, CONTROL "Core", 750, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, 80, 220, 40, 13 I note that when I create a default style checkbox in Workshop it looks like this: CHECKBOX "Checkbox", IDC_CHECKBOX1, 88, 20, 60, 12, BS_AUTOCHECKBOX | WS_TABSTOP Are you using a different ...
by James Bott
Thu Nov 04, 2010 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6056

Re: Checkbox still strange

Here is an example: REDEFINE CHECKBOX oInvr:invcof ID 750 OF oDiw MESSAGE "Does this part have cores attached ?" UPDATE REDEFINE CHECKBOX oInvr:invtxf ID 749 OF oDiw MESSAGE "Is this part generally taxable ?" UPDATE REDEFINE CHECKBOX oInvr:invtyp ID 748 OF oDiw MESSAGE "Is t...
by TimStone
Wed Nov 03, 2010 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox still strange
Replies: 34
Views: 6056

Re: How to type Norway Language (Norwegian) in FWH?

To use WindowsXP.Manifest with BORLAND, I changed something for sample : < FWH\samples\testget6.prg >, like James suggested. Maybe more changes needed using Borland ? I replaced in Standard "Arial.ttf" the original Chars : Ää. Öö and Üü. No ALT- or STRG-Combinations are used. http...
by ukoenig
Mon Sep 13, 2010 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to type Norway Language (Norwegian) in FWH?
Replies: 14
Views: 4889

Ayuda TXBrowse desde archivo de recursos

FWH 10.4 + XHARBOUR.COM + PELLES C Ayuda... de antemano gracias al grupo Tengo funcionando este archivo de recursos (ok), pero al agregarle un TXBROWSE, => CONTROL "Custom control", 4072, "txbrowse", 0x00000000, 12, 84, 660, 108 se genera el error listado al final // RESOURCE ...
by russimicro
Sun Jul 18, 2010 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda TXBrowse desde archivo de recursos
Replies: 1
Views: 844

Unicode + RichEdit

Hi FWH Experts, I'm trying to retrieve the Unicode's hexadecimal value of a selected character in TRichedit object, such as: greek small letter alpha := &#x03B1; greek small letter beta := &#x03B2; ... ... I tried Str2Hex(AnsiToWide( oRich:GetSel() )) but FWH raises an error "hb_xgrab c...
by ryugarai27
Fri Jul 09, 2010 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode + RichEdit
Replies: 0
Views: 465

Re: TRichEdit

Hi Stefan, Sorry, I forgot to include the file. Below is the .rc file I used during testing: #include "..\include\winapi.ch" #define IDC_EDIT1 101 Test DIALOG 41, 64, 409, 199 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Testing the RichEdit co...
by ryugarai27
Tue Jul 06, 2010 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRichEdit
Replies: 6
Views: 1439
Next

Return to advanced search