error on xbrowse footer - RESOLVED! -

User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: error on xbrowse footer

Post by cnavarro »

Look my message in Slack
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

Dear Cristobal,
I logged in from HideIPVPN from France. It works.
I can only imagine that the language setting and code page of the browser causes the problems.
I install a language pack and test. Thanks again.
I look your msg.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

Dear Cristobal,
Would you be so kind as to test it once again?
Best regards
Otto
https://www.modharbour.club/mh_bestells ... aurant.prg
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: error on xbrowse footer

Post by cnavarro »

Otto, now all is ok
Your web is very pretty, congratulations
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

Cear Cristobal,
thank you for you help and the kind words.

Testing on different systems is so important.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: error on xbrowse footer

Post by Silvio.Falconi »

Otto wrote:Cear Cristobal,
thank you for you help and the kind words.

Testing on different systems is so important.
Best regards
Otto
First I have to tell you Dear Otto,

in the past We did a procedure to create a beach access card, but nobody used it.
In the past, we have also created a payment card.
But nobody has ever used them.

I also want to tell you how I already told you.

That I really do not understand why every time I post a question a message in the forum you put me a message of your mod harbor that has nothing to do with the topic and with the topic that I asked him.

also Now I am not absolutely interested in Mod Harbor.

Why do I have to finish my application

I have tried with mod Harbor many times but have not seen that it is both possible and easy to create programs.

I realize that the future is on the web but in my position in my city only those who work in the local administration use software programs on the web,

the others still use management programs and applications in Windows,
so using mod_harbour is unnecessary for me.
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

Silvio,
I read this and thought that it could be something for you.

Image

Image

Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: error on xbrowse footer

Post by Silvio.Falconi »

Otto wrote:Silvio,
I read this and thought that it could be something for you.
Best regards
Otto




Otto
I made many year ago a symply app for smarthphone with fwppc do you remember it ?
I thinked it could be good for us
I tried to use mod_harbour many times but I not Understood How run it

starting from the beginning I did not understood how

open a dbf
enter data from a form ( add and modify)
save in dbf


Antonio Linares sad me to see genesi

but I not understood How this genesi.prg can help me

for create something for my app I need to show for a sample 800 button as

Image

or I can divide the 800 buttons on many pages

each button must have two colors green and red and must have a number as prompt

each button is created from a dbf ( structure)

the use can press each button and open a menupopup to some action menu


it's possible with mod_harbour? how I can make it ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

Hello Silvio,
I started a test and it seems you can use a bitmap and make areas.
Here you pass an array with the selected objects - in my case rooms:

function main
local aSelected := {101,104,107}
TEMPLATE PARAMS aSelected

and here you
// read selection from prg into variable: selected
var selected = <?prg return hb_jsonEncode( aSelected, .T. )?>;

// trigger selecting
setSelected(selected);

Best regards
Otto

Image

Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

Silvio,
here you can test:

https://www.modharbour.club/mh_tischres ... /index.prg

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: error on xbrowse footer

Post by Silvio.Falconi »

Otto wrote:Silvio,
here you can test:

https://www.modharbour.club/mh_tischres ... /index.prg

Best regards,
Otto





would you kindly explain to me what MOD-harbor has to do with the subject of the request I made?
I have problems with the xbrowse footer



Würden Sie mir bitte erklären, was MOD-harbour mit dem Thema meiner Anfrage zu tun hat?

Ich habe Probleme mit der xbrowse-Fußzeile
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

See above you asked me.



Otto
I made many year ago a symply app for smarthphone with fwppc do you remember it ?
I thinked it could be good for us
I tried to use mod_harbour many times but I not Understood How run it

starting from the beginning I did not understood how

open a dbf
enter data from a form ( add and modify)
save in dbf


Antonio Linares sad me to see genesi

but I not understood How this genesi.prg can help me

for create something for my app I need to show for a sample 800 button as

Image

or I can divide the 800 buttons on many pages

each button must have two colors green and red and must have a number as prompt

each button is created from a dbf ( structure)

the use can press each button and open a menupopup to some action menu


it's possible with mod_harbour? how I can make it ?
I use : FiveWin for Harbour ver. Jannuary 2020 - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC

User avatar
Silvio.Falconi

Posts: 4538
Joined: Thu Oct 18, 2012 7:17 pm

Top
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: error on xbrowse footer

Post by Silvio.Falconi »

es hat nichts damit zu tun, ich habe deine Fragen nur aus Freundlichkeit beantwortet, aber es ist logisch, dass mein Thema nichts damit zu tun hat, aber das ist nicht das einzige. siehe deine Nachricht
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: error on xbrowse footer

Post by Silvio.Falconi »

Image


das ist mein problem nicht mod_harbour
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: error on xbrowse footer

Post by Otto »

If you look into
METHOD PaintFooter( nRow, nCol, nHeight, lInvert ) CLASS TXBrwColumn
you see that
cFooter := ::footerStr()

and
::PaintBmpAndText( { nRow, nCol, nRow + nHeight, nRight }, ;
cFooter, ::nFootStrAlign, ::bLeftText, oFont, aColors[ 1 ], ;
nBmpNo, ::nFootBmpAlign, .t., ::nAlphaLevelFooter, .f. )
paints your footer.

If you trace ::footerStr() you have to check if cEditPicture is respected.
Regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
Post Reply