Search found 147 matches

by Zdeno Bielik
Sat May 23, 2015 10:01 am
Forum: Xbase++ 2.0
Topic: CxpHttpEndpoint - some problems
Replies: 4
Views: 10977

CxpHttpEndpoint - some problems

Hi Roger, I finishing “release candidate” version of my WebOnLine application based on your examples for CxpHttEndpoint. There are some little problems(at this moment it is not very important, but it must later solved too) and some big problems to solve yet, especially these: - there are any problem...
by Zdeno Bielik
Thu May 21, 2015 4:23 am
Forum: Xbase++ 2.0
Topic: Updated Web20 Samples
Replies: 2
Views: 9033

Re: Updated Web20 Samples

Hi Roger, there are any problems with displaying/showing examples on mobile phones/tablets with Android. Please, just try run any example, e.g. Test:echo() or Test:echoVars() on mobile phone or on tablet with Android. Instead of created html pages there is only html code/source dislayed on the scree...
by Zdeno Bielik
Sun May 03, 2015 11:16 pm
Forum: eXpress++ Support
Topic: wtf font
Replies: 5
Views: 9008

Re: wtf font

Hi Roger,

please, can you also add support to change/set font for columns in browse windows in dc_Dbu()?
Many thanks

Zdeno
by Zdeno Bielik
Sun Apr 26, 2015 7:42 am
Forum: Xbase++ 2.0
Topic: echo example
Replies: 14
Views: 27963

Re: echo example

Roger,

many thanks for next example, I will look at it.

Zdeno
by Zdeno Bielik
Sat Apr 25, 2015 1:47 am
Forum: Xbase++ 2.0
Topic: echo example
Replies: 14
Views: 27963

Re: echo example

Hi Roger, I have solution/workaround! After next more tests I found that only REMOTE_IP value is unique for each device (computer/notebook...) - maybe I am wrong… but without complete Xbase++ docs I just try some things… So, my idea was simple: instead of defining/creating many variables I will just...
by Zdeno Bielik
Fri Apr 24, 2015 3:29 am
Forum: eXpress++ Support
Topic: How to make a DLL-library?
Replies: 2
Views: 7184

Re: How to make a DLL-library?

Hi,

following this tip http://bb.donnay-software.com/donnay/vi ... edll#p7672
I did it - and it works great!
Created dll file just add into your XPJ file of main app.

Zdeno
by Zdeno Bielik
Thu Apr 23, 2015 10:38 am
Forum: Xbase++ 2.0
Topic: CxpHttpServer
Replies: 6
Views: 15662

Re: CxpHttpServer

Hi, if someone is interesting, I made this „workaround“ for now: before end of METHOD MyTest01:Text06b() I added this code and now in web-browser are displayed our nationals chars OK... ... MemoWrit('test06b.html',cHtml) && ok, first save actual cHtml wtf cHtml * * and then create NEW temp html, whi...
by Zdeno Bielik
Thu Apr 23, 2015 2:25 am
Forum: Xbase++ 2.0
Topic: echo example
Replies: 14
Views: 27963

Re: echo example

Roger,

many thanks for now.
I hope you will find any solution/workaround soon,
because now web-app doesn‘t look like „multi-user“,
but like „single-user“ opened/accessed on more computers/browser windows.

Zdeno
by Zdeno Bielik
Wed Apr 22, 2015 10:54 am
Forum: Xbase++ 2.0
Topic: echo example
Replies: 14
Views: 27963

Re: echo example

Roger, below are little modified your examples. I defined some next variables and added it in some next methods. There are some problems or some for me weird behaviors with visibility and results of each types of defined variables. If you run echo, getTime or echoVars, variables are inicialized and ...
by Zdeno Bielik
Tue Apr 21, 2015 9:18 am
Forum: Xbase++ 2.0
Topic: Session managenet
Replies: 1
Views: 6581

Session managenet

Roger, in CXP is nice feature: automatic session management: - auto-creating memory variable if it not yet exists and assigning value into it - auto assigning NIL to all ::Session variables after Session TimeOut event occurs I just convert next CXP code to CxpHttpServer, and I am not sure, what will...