Home Forum Download/Upload Links Search
Home arrow Forum
NetTalk Central
June 19, 2013, 04:25:24 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the NetTalk Central Forums!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 15
1  NetTalk Web Server / Web Server - Ask For Help / Re: Date and Button not aligned on: April 21, 2013, 10:34:38 PM
Hallo Alberto,

>Why is this happening?
Try doing larger width also play with firebug Shocked)

Robert
2  NetTalk Web Server / Web Server - Ask For Help / Re: avoid display duplicate error message on server-side on: April 10, 2013, 05:11:09 AM
Hallo Kevin,


How can I avoid duplicate message error on web server?
> I write my own code to check in validate routine
>>it's an options but more nice it will be to have a options on webserver settings on/off.

How can I avoid duplicate message error on web server? I would like to show them on web page not on the server-side.
> I use CSMessage which can be set to just log messages rather than display them
>>ok, but in message like duplicate record you need to let user and display an message.

If there is no other options I will go for 1st options , check on validate routine for any duplicates records

Regards,
Robert
3  NetTalk Web Server / Web Server - Ask For Help / avoid display duplicate error message on server-side on: April 10, 2013, 03:49:16 AM
Hallo,


How can I avoid duplicate message error on web server? I would like to show them on web page not on the server-side. If this message occurs on web server then it will stop the activities... How can I prevent this?
It's happen when I try to insert a record in another table in post update embed of a form.

Thank you for any suggestions.

Regards,
Robert
4  NetTalk Web Server / Web Server - Ask For Help / Re: Styling the Print Button on: March 20, 2013, 01:17:11 PM
Hallo Poul,

>Can i style the Print button?
Yes! play with firebug and add your css style as you like

>Perhaps to look like the other jquery buttons.
hmm all buttons inherit jQuery style. How did you populate the button? it's on a browse or a form?

>and maybe control the TEXT.
Yes you can. depends how did you populate the button and if it's on a browse or a form.

*tips: try to search in source code the print button, this way it's very easy to understand how to make some changes
 
Robert
5  The Rest Of NetTalk / The Rest - Ask For Help / Use my own CSS for buttons _ONLY_ on: March 01, 2013, 01:02:18 AM
Hallo,


Is there any way I can use my own CSS for buttons instead of shipped one?

Ex: I need to replace the save button css with my own one. I go in WebServer template > Buttons > select Save Button and put on Button Class the name of my own css. Compiled and run. The button will use my css but also others like : ui-button ui-widget ... etc
How can I use _only_ my own css on that button?

Thank you,
Robert
6  NetTalk Web Server / Web Server - Ask For Help / Re: Refresh a Browse after Change on: February 07, 2013, 11:10:09 AM
your update form it's a popup? the browse should refresh automatically... you don't need to refresh manually.
The browse it's on a form?
Maybe you can explain more what do you want to do so we can help you.
Regards,
Robert
7  NetTalk Chat / Chat - Ask For Help / Re: Create PDF file on Windows 7 on: February 06, 2013, 07:10:23 AM
Hallo Vinnie,

Examples works for you? Adobe reader installed? Did you try with different browser? Try disable also the anti-virus if you have one... and turn off Windows defender from MS.
To be sure it's not a security restrictions try to create a new txt or doc file in that directory to see if it's possible.Try enable debugging and see what kind of message will show you.

Regards,
Robert
8  NetTalk Web Server / Web Server - Ask For Help / Re: How can we make footer stay on the bootom on: February 05, 2013, 04:40:50 AM
Hallo,

thank you for help. Now it's working but not 100% as I want Shocked)
If you resize the height the footer will go up over body content...How can I prevent this?, the footer should stop if find the body content...
In example from that link if you resize the height you will see how the footer will stay fixed when find the body content.

Something like this I want.

Thanks,
Robert
9  NetTalk Web Server / Web Server - Ask For Help / How can we make footer stay on the bootom on: February 05, 2013, 01:25:36 AM
Hallo,


I would like to have footer stay on the bottom of the page. Now the footer stay under the last control like in examples. I would like to be when you use frames... to stay on the bottom of the page even if you resize the page.
example: http://matthewjamestaylor.com/blog/bottom-footer-demo.htm


How can we do this in NT?

Thank you,
Robert
10  NetTalk Web Server / Web Server - Ask For Help / Re: NT7 and scroll browse on: February 05, 2013, 01:16:44 AM
Hallo Bruce,


>this is more or less done (still needs a bit of work though).
super!

>this is somewhat unlikely. The intrinsic limitations of page-loading mean that on windows there's no way to make this work right - on the web there is _some_ advantage to it - but it is very (disk i/o) expensive. It's not something I'm ruling out, but it's also not top of my list at the moment.

sometimes I have a browse with 20 or 30 records and it's more nice and efficient to see all of them and to have a scroll bar.
Buttons next, back, first, last ... are some how old fashion this days...next, next, next....
I agree if you have a lot of records then this options will not work. But for small no of records will be perfect.

>> also can be implemented infinite scroll?
>on a page? a sort of "facebook timeline" type thing?
yesss something like facebook Shocked)

Robert
11  NetTalk Web Server / Web Server - Ask For Help / Re: NT7 and scroll browse on: February 04, 2013, 07:55:31 AM
I would like to have both way.

>a) a file Loaded browse, with the "browse area" limited - and with vertical scrolling ?
YES

>b) a page loaded browse with a scroll thumb?
YES

also can be implemented infinite scroll?

thank you,
Robert
12  NetTalk Web Server / Web Server - Ask For Help / NT7 and scroll browse on: February 03, 2013, 04:28:24 AM
Hallo Bruce,

Is this possible/supported in NT7?

Thank you,
Robert
13  NetTalk Web Server / Web Server - Ask For Help / Re: change the height of a drop list from 20 rec to 10 on: December 05, 2012, 12:39:00 AM
I try figure out where exactly I have to embed this one but cannot find.
Play with firebug no chance.

Let me know If it's a workaround or you can add this on the next build?

Thank you,
Robert
14  NetTalk Web Server / Web Server - Ask For Help / Re: Refresh a Field?? on: December 04, 2012, 01:33:36 PM
try this:

CASE Bil3:RouteId
      OF 6 OROF 7
          Bil3:ShipperId = p_web.GSV('Cus3:CustomerId')
          Bil3:ShipperName=p_web.GSV('CustomerName')         
      END

 p_web.SSV('Bil3:ShipperName',Bil3:ShipperName)

do Refresh::Bil3:ShipperName   ! Field is auto-validated
do SendMessage

Regards,
Robert
15  NetTalk Web Server / Web Server - Ask For Help / Re: change the height of a drop list from 20 rec to 10 on: December 04, 2012, 09:27:12 AM
>the number of lines at one time
yes, ex if I have 100 recs in a drop list , I would like to show 10 then begin to scroll down ... now it will scroll after 20 recs.

Robert
Pages: [1] 2 3 ... 15
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Login Form

Welcome Guest.






Lost Password?
No account yet? Register
home contact search contact search