Hello Wolfgang,
thank you, found it ! Now all are mareked read, lets see if it works now.
regards
Rudolf
Search found 382 matches
- Thu Nov 15, 2018 1:10 pm
- Forum: phpBB Board Support
- Topic: email notification
- Replies: 14
- Views: 50695
- Thu Nov 15, 2018 1:01 am
- Forum: phpBB Board Support
- Topic: email notification
- Replies: 14
- Views: 50695
Re: email notification
Hello, Wolfgang: cannot find this in rogers board under unanswered posts, also on unreaded posts. Can you post a screenshot from Rogers forum of this ? Attached the German Xbase++ forum and Rogers forum, here I miss the "mark all readed" link. But I cannot believe that I have to mark all postings to...
- Wed Nov 14, 2018 1:28 am
- Forum: phpBB Board Support
- Topic: email notification
- Replies: 14
- Views: 50695
Re: email notification
Hello Roger, do you mean this, here I have 12 pages with postings there. They are not important for me, so no need to reed them. And I have not answered any of this post. Must I click now on each posting ? Must I read all postings to get email notification ? I cant believe it. My private postings ar...
- Tue Nov 13, 2018 11:32 am
- Forum: phpBB Board Support
- Topic: email notification
- Replies: 14
- Views: 50695
Re: email notification
Hello Roger,
thank you, if it depends on unread posting, than there are a lot. I hope I do not have to read all of them
regards
Rudolf
thank you, if it depends on unread posting, than there are a lot. I hope I do not have to read all of them
regards
Rudolf
- Tue Nov 13, 2018 1:32 am
- Forum: phpBB Board Support
- Topic: email notification
- Replies: 14
- Views: 50695
email notification
Hello,
I know there were problems in the past, but I get still no mails since a long time, the settings in my profile are correct.
Roger: is this a known issue ? could you please check if something wrong with my account ?
regards
Rudolf
I know there were problems in the past, but I get still no mails since a long time, the settings in my profile are correct.
Roger: is this a known issue ? could you please check if something wrong with my account ?
regards
Rudolf
- Tue Nov 13, 2018 1:05 am
- Forum: CXP / Web Development
- Topic: How store user input from HTML/Javascript to variable
- Replies: 9
- Views: 33876
Re: How store user input from HTML/Javascript to variable
Hello Victor, there are some files missing, can you please add them to the zip And include your point 8 HTML output for checking, this is easier for me. I have a function for my framwork where I retrieve vars you can get in various ways, maybe you can implement this part from it for your project. Wi...
- Mon Nov 12, 2018 11:49 am
- Forum: CXP / Web Development
- Topic: How store user input from HTML/Javascript to variable
- Replies: 9
- Views: 33876
Re: How store user input from HTML/Javascript to variable
Hello Victorio, I would need a sample HTML with the table for this. I use datatables, very powerful. When selecting a row, for editing I can popup with Javascript a separate window or change to a new site and return to the table. Attached a sample. But you should start with standard tables. I use al...
- Mon Nov 12, 2018 12:08 am
- Forum: CXP / Web Development
- Topic: How store user input from HTML/Javascript to variable
- Replies: 9
- Views: 33876
Re: How store user input from HTML/Javascript to variable
Hello,
put all in a form:
setting value in js:
regards
Rudolf
put all in a form:
Code: Select all
<form action="callfunction" method="POST" name="callfunction" id="callfunction">
<input name="myvar" type="hidden" value="?">
...
Code: Select all
document.callfunction.myvar.value=myclickvalue;
Rudolf
- Fri Nov 09, 2018 1:21 am
- Forum: CXP / Web Development
- Topic: How store user input from HTML/Javascript to variable
- Replies: 9
- Views: 33876
Re: How store user input from HTML/Javascript to variable
Hello,
make a form on this page and a hidden formvar, here you can store all your calculated values etc. In XB2NET you can then extract the form values very easy.
regards
Rudolf
make a form on this page and a hidden formvar, here you can store all your calculated values etc. In XB2NET you can then extract the form values very easy.
regards
Rudolf
- Fri Nov 09, 2018 1:17 am
- Forum: eXpress++ Support
- Topic: How can I improve image scaling in bmp2bmp()?
- Replies: 19
- Views: 36627
Re: How can I improve image scaling in bmp2bmp()?
Hello,
for complicated conversions I use the commandline of imagemagick with runshell(), is very powerful.
regards
Rudolf
http://www.imagemagick.org/Usage/windows/
for complicated conversions I use the commandline of imagemagick with runshell(), is very powerful.
regards
Rudolf
http://www.imagemagick.org/Usage/windows/