Hi I got the site working but I can not get any apps into the store since the windev installation wizzard wants a user and password. I do not know what that is . Should be the same as the windows user when installing the application server I guess? Iam going to use a new strato VPS ( More capacity ) ThenI have to install the app server again as well I hope I canget it right then. As nowby Allard - WinDev Forum
Hi I downloaded all apps in windev . when using windev I have no simulators to choos from. Do I have to download the seperate windev mobile for that ? regards Renko Allardby Allard - WinDev Forum
They changed it. Art first id had to be server side or browser side. Now that is done automatically . So it somehow regcognises that your code needs it then it is available if not then it is not availabe. something like thatby Allard - WinDev Forum
Hi It has been possible for a long time . But it is way more expensive. You can get a server licence without dongles but you have to pay rediculous amount af money I worked at a company that did this like 6 years agoby Allard - WinDev Forum
Can you install the app server ? I found a link . It downloads an .exe but I cannot open or run it regards Renko Allardby Allard - WinDev Forum
Nice indeed I have already registeredby Allard - Links to Wx-related Forums & Sites
Hi Can we develop an app for an android faltscreen tv ( big screen ) ? Can we develo for an android watch with windev mobile thanksby Allard - WinDev Forum
frame Doesnot work in version 2024 tried that.by Allard - WinDev Forum
So nobody is using this new feature ? Really ?by Allard - WinDev Forum
The combogives n int . You can get the value from the combo ==> comboname.displayedvalue Then it will be a string regards Renko Allardby Allard - WinDev Forum
Hi Use anchoring on the control .by Allard - WinDev Forum
Hi Anyone know how to get that private / public store website wordking.? I have it inslaaed and I can run it But inwindev , when creating version for this it askes for a user name and password. ==> Where do I get this username and password??? Thanksby Allard - WinDev Forum
Hi I have a page now that does kind of the same I use and other domain and then link on the server to this with wdsoftware.nl So This kind of works. My issue is when developping it generates dll . SoI fyou have a page with like 10 pages with 3 templates p[er page desktop ( Max screen) tablet ( medim screen) MObile ( Smallscreen) Then this is a huge problem. In awp modesby Allard - WinDev Forum
Hi do you have an url? like to see your websiteby Allard - WinDev Forum
Hi stefen, I have the private store installed on my app server All Ok . But when I generate a windev app and want to install it on that private store => It asks for a username or email and A password. Is this the password used to install the applicationserver , maybe ? Or else Wat did you use for this ? regards Renko Allard van der Molenby Allard - WinDev Forum
Hi Paul try making different layouts on a awp page. desktop one for tablt and one for mobile . see what happens.by Allard - WinDev Forum
Do you have a print screen of your solution and maybe some code that you use If you profide that then Iam willing to have a look at your problem regards Renko allardby Allard - WinDev Forum
Hi I had the same with sql server connector. How do you make a connection? Running the sql commands sqlexec and sqlgetcol etc require a different connection . so you want to use hfunctions? How do you connect with connection in the analyse or by programming ? Give me a bit more info and I think I can help you out. regards Renko Allardby Allard - WinDev Forum
Hi I got it working. not with a frame set but with a redirect from my hosting panel . The templates issue. I have found a way to work with this 1 Use cels only. So adding a buch of cells to a page. Use nothing else. onley one template with only one layout.Do not add the layouts to the template. It will generate huge amout of dll processes on your pc making it slow . Then make the cby Allard - WinDev Forum
Hi With Dynamic webdev pages . It it is OK . One can make something, a web app that is working. In awb Modus for me it is unuseable. Sorry It is buggy as .... I wanted to use the layouts so I didnot have to use the responsive tool. a public fasing website has to be responsive these days!!!! 1 It is generating many times ---wd290web64.dll (support de CEF/CEF support) - Win64 it is getby Allard - WinDev Forum
Hi Do you run the query in the report or outside the report? You can do coding in a report then when passing to the p[arams of the report and based onthat to the query works fine even bbefore wd18 that worked ok for me Coding in the report PS But if you do the right coding outside and connect the query or connect to an array ( that has the results ) then that should work as wellby Allard - WinDev Forum
There is a new update available Iam going to try that one.Hope it has fixed my issues regards Renko Allardby Allard - WinDev Forum
Version 2024 seems to be strange not and not good. And I get strange answers from support as well. I do not know who works there now but in the past is was way better . I think at this point I have to go back to version 28 for webdev as it is not workable for me 1 I cannot get a page into a frame page . So on my domain.com in a frame of 100% mydomein.com/the site is called So visitorsby Allard - WinDev Forum
Hi Just a question.Is there anyone out there working succes full with version2024 of webdev. I tried windev running web pages ( got all dongles ) And now I evern tried webdev 2024 the r version "stand olone ". It has a huge bug it starts up a dll angainand again till all memory is used and nothing works on my pc. They told me in version r this issue would be solved.well it isby Allard - WinDev Forum
Hi Yep taht is kind of the code I used to use. Now however this doesnot work anymore. The page just will not run it is a 2024 thing. Quite an issue as i now cannot use my website I put a question to support on this regards Renko Allardby Allard - WinDev Forum
Hi Does any one know how to let a webapplication know to start at the root of the domain ? I used to use a frame page whitch in it's code called th start page of the wab application awp project. the way vi the html frame doesnot work anymore with webev 2024. Does any one know how to set this redirect on the server ( The application server ) regards Renko Allard van der Molenby Allard - WinDev Forum
Yes it can be done.What do you want the more specific you are the better I can help outby Allard - WinDev Forum
Hi It is quite easy. Do the bulk with a query . sql or the tool for making queries. Then select that query . then in the control you can do all kinds of things to get excatly what you want.by Allard - WinDev Forum
Hi i used to use this code to dispaly a webdev page and keep the domain name <HTML> <HEAD> <TITLE>wdsoftware</TITLE> </HEAD> <FRAMESET> <FRAME src="; </FRAMESET> </HTML> This doesnot work anymore with webdev 2024 .Any one AnIdea how to fix this ??by Allard - WinDev Forum
Hi . Make a button in a row. ( add a desription like "view details ) or something similar. You can add a click event to that button. Then add server code to get the details you wantby Allard - WinDev Forum