Search found 105 matches

by Andy Edward
Wed Feb 25, 2015 11:24 pm
Forum: eXpress++ Support
Topic: DCTOOLBAR - DCADDBUTTON tooltip not appearing
Replies: 6
Views: 10820

Re: DCTOOLBAR - DCADDBUTTON tooltip not appearing

Hi Roger,

Thanks. It seems I need to change all my DCADDBUTTON to DCADDBUTTONXP commands as well.

Best Regards,

Andy
by Andy Edward
Tue Feb 24, 2015 7:29 pm
Forum: eXpress++ Support
Topic: DCTOOLBAR - DCADDBUTTON tooltip not appearing
Replies: 6
Views: 10820

Re: DCTOOLBAR - DCADDBUTTON tooltip not appearing

Hi Roger, I'm trying to add a button within DCTOOLBAR with a bitmap image, but I want to still be able to show the tooltip when the mouse is hovering over the button. Just an additional information, the first image is the application compiled under xbase 1.9.331 and express++ 260 . No tooltip is sho...
by Andy Edward
Mon Feb 23, 2015 11:33 pm
Forum: eXpress++ Support
Topic: DCTOOLBAR - DCADDBUTTON tooltip not appearing
Replies: 6
Views: 10820

DCTOOLBAR - DCADDBUTTON tooltip not appearing

Hi Roger, Tooltips are not appearing when using the STATIC keyword in DCADDBUTTON I'm using Xbase 1.9.331 with Express++ 260 In the code below, the tooltip doesn't show when the mouse hovering the button. #include "DCDIALOG.CH" PROCEDURE DbeSys() ; Return PROCEDURE AppSys() ; Return PROCEDURE Main()...
by Andy Edward
Sun Feb 15, 2015 11:31 pm
Forum: Xbase++ Support
Topic: Crystal Report
Replies: 5
Views: 12869

Re: Crystal Report

pedroah wrote:this is the last version that supports ActiveX.
So does this mean subsequent versions of CR will not have ActiveX support?

Best Regards,

Andy
by Andy Edward
Thu Nov 13, 2014 1:08 am
Forum: eXpress++ Support
Topic: Radio Button problem
Replies: 8
Views: 11057

Re: Radio Button problem

Hi SbDrakos, Everything is working now, thank you for the help. :dance: I just want to add something, actually I had another problem after using parents for the radio buttons. Whenever the second tab have an element, the problem persists. Apparently I need to remove DC_GETREFRESH(GETLIST) in all my ...
by Andy Edward
Tue Nov 11, 2014 11:59 pm
Forum: eXpress++ Support
Topic: Radio Button problem
Replies: 8
Views: 11057

Re: Radio Button problem

Hey Andy, This is a matter of how objects layer on top of each other. I took your code and modified it somewhat to show you how things get positioned. I've tried your code and it's not working at my end Does a different approach is needed, if I'm trying to do the radio buttons in tabs? I didn't men...
by Andy Edward
Thu Nov 06, 2014 8:54 pm
Forum: eXpress++ Support
Topic: Radio Button problem
Replies: 8
Views: 11057

Re: Radio Button problem

Looks like you missed to put a group around every radio button pair. Place an empty DCSAY behind them and select this as the parent for the radiobuttons. Radio buttons need a group parent to act correct. Show your code. Hey Andy, I usually place each radio button set on its own static, so in your c...
by Andy Edward
Wed Nov 05, 2014 12:13 am
Forum: eXpress++ Support
Topic: DCHTMLVIEWER is still using IE 7
Replies: 6
Views: 10060

Re: DCHTMLVIEWER is still using IE 7

I found the answer on how to change the default web browser's version in XBPHtmlViewer, in Alaska Forum http://news.alaska-software.com/readmessage?id=%3C429b2dd2$3905b55d$110771@news.alaska-software.com%3E&group=public.xbase%2B%2B.activex I've implemented the instruction in my application and it se...
by Andy Edward
Sun Nov 02, 2014 8:25 pm
Forum: eXpress++ Support
Topic: Radio Button problem
Replies: 8
Views: 11057

Radio Button problem

Hi, I'm having a weird problem with radio buttons in my development machine. When I clicked the radio button, the other radio buttons will be de-selected and the program will hang. Initial screen Untitled-2.png After selection Untitled-3.png If I put the program in another PC, and run the program fr...
by Andy Edward
Thu Oct 30, 2014 1:30 am
Forum: eXpress++ Support
Topic: System Color for DCPUSHBUTTONXP
Replies: 1
Views: 4084

System Color for DCPUSHBUTTONXP

Hi, Is there a way to get the system color's RGB info? I want to use the colors for DCPUSHBUTTONXP foreground and background parameters. I realize that XP, Windows 7, and Windows 8 have different system colors, so is there a method that can give me this info? So I only need to check the system color...