PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Button on webdev 25
Button on webdev 25
Débuté par Paulino Rosemberg, 19 sep. 2020 01:56 - 4 réponses
Membre enregistré
14 messages
Posté le 19 septembre 2020 - 01:56
Just started coding with webdev (selected American English) and the CSS style came with BTN_Defaut (french). The app then complained:

Error:WEBDEV style BTN Defaut unknown. PAGE_BrioQuote.BTN_GetQuote is using a WEBDEV style named 'BTN Defaut'. This style does not exist in the style sheet of the project or in the one of the page. Check whether the style sheets are accessible and if they are, create a style with this name from the control to re-use it or dissociate the control from the style.
PAGE_BrioQuote.BTN_GetQuote, , line 1, column 1
Error:CSS style unknown. PAGE_BrioQuote.BTN_GetQuote is using a CSS style named ''. This style exists neither in the project style sheet, nor in the page style sheet. Check whether the style sheets are accessible and if they are, create a style with this name from the control to re-use it or dissociate the control from the style.
PAGE_BrioQuote.BTN_GetQuote, , line 1, column 1

--
Paul Rosemberg
Membre enregistré
3 messages
Posté le 19 octobre 2020 - 11:30
Try to regenerate or repaire the page
Membre enregistré
14 messages
Posté le 19 octobre 2020 - 15:28
Hi Kara, thanks for porting a response.

Are you running version 25?

Any project that I create on my computer is giving me UI errors. I am not sure how to post a screen shot here. After reading your post I created a PHP project (it doesn't matter what kind of project I try and create). Went through the initial questions of project creation. Created the first page (blank) with editing default style and selected maximum desktop size. Added a static edit control, no problem, then added a phone control. Immediately I get UI errors *which does not prevent me from running the test.

Here they are:

Error:The responsive positioning block containing the PAGE_Quote.RADIO_Sex control in the Tablet slice is in a conflicting position.
PAGE_Quote.RADIO_Sex, , line 1, column 1
Error:The responsive positioning block containing the PAGE_Quote.RADIO_Sex control in the Mobile (Smartphone) slice is in a conflicting position.
PAGE_Quote.RADIO_Sex, , line 1, column 1
Error:The responsive positioning block containing the PAGE_Quote.RADIO_Smoker control in the Tablet slice is in a conflicting position.
PAGE_Quote.RADIO_Smoker, , line 1, column 1
Error:The responsive positioning block containing the PAGE_Quote.RADIO_Smoker control in the Mobile (Smartphone) slice is in a conflicting position.
PAGE_Quote.RADIO_Smoker, , line 1, column 1

Any suggestions will be welcome. But I am looking for people running version 25...

--
Paul Rosemberg
Membre enregistré
14 messages
Posté le 19 octobre 2020 - 15:30
Sorry I ended up posting the UI errors that I am getting another project that had the form all finished.

Here are the errors on this sample project

Error:The responsive positioning block containing the PAGE_Quote.EDT_Phone control in the Tablet slice is in a conflicting position.
PAGE_Quote.EDT_Phone, , line 1, column 1
Error:The responsive positioning block containing the PAGE_Quote.EDT_Phone control in the Mobile (Smartphone) slice is in a conflicting position.
PAGE_Quote.EDT_Phone, , line 1, column 1
Error:WEBDEV style SAI Normal unknown. PAGE_Quote.EDT_Phone is using a WEBDEV style named 'SAI Normal'. This style does not exist in the style sheet of the project or in the one of the page. Check whether the style sheets are accessible and if they are, create a style with this name from the control to re-use it or dissociate the control from the style.
PAGE_Quote.EDT_Phone, , line 1, column 1
Error:CSS style SAI unknown. PAGE_Quote.EDT_Phone is using a CSS style named 'SAI'. This style exists neither in the project style sheet, nor in the page style sheet. Check whether the style sheets are accessible and if they are, create a style with this name from the control to re-use it or dissociate the control from the style.
PAGE_Quote.EDT_Phone, , line 1, column 1
Error:CSS style Normal unknown. PAGE_Quote.EDT_Phone is using a CSS style named 'Normal'. This style exists neither in the project style sheet, nor in the page style sheet. Check whether the style sheets are accessible and if they are, create a style with this name from the control to re-use it or dissociate the control from the style.
PAGE_Quote.EDT_Phone, , line 1, column 1
Error:CSS style jeton unknown. PAGE_Quote.EDT_Phone is using a CSS style named 'jeton'. This style exists neither in the project style sheet, nor in the page style sheet. Check whether the style sheets are accessible and if they are, create a style with this name from the control to re-use it or dissociate the control from the style.
PAGE_Quote.EDT_Phone, , line 1, column 1
Error:The <D:\My Projects\Webdev\PQuote\Calendar.svg> file was not found on the disk.
PAGE_Quote, , line 1, column 1

--
Paul Rosemberg
Membre enregistré
14 messages
Posté le 20 octobre 2020 - 00:22
I failed to add a skin to the project.

--
Paul Rosemberg