Giter VIP home page Giter VIP logo

Comments (4)

e-marchand avatar e-marchand commented on August 20, 2024

1ère erreur ici 4d/android-ProjectGenerator#4
la version a retenir c'est pas celle donnée mais celle du project generator obtenu en lancant le jar avec l'option de version
donc j'invalide cette partie

sinon pour l'autre erreur, je fais de cette stack le bug

from 4d-mobile-app.

e-marchand avatar e-marchand commented on August 20, 2024

l'erreur correspond à la ligne
https://github.com/4d/4D-Mobile-App/blob/main/Project/Sources/Methods/panel_Load.4dm#L34

Form:C1466.$dialog[$form].callWorker:=Formula:C1597(CALL WORKER:C1389("4D Mobile ("+String:C10(Form:C1466.$dialog[$form].window)+")"; $1; $2))

j'ai du mal à voir où on peut avoir un soucis de type "Object or Collection Expected." sur cette ligne
vu qu'on vérifie plein de truc avant, si c'est null on instancie etc...
je demande un avis à l'auteur du code mais sinon je reproduis pas comme ca

from 4d-mobile-app.

e-marchand avatar e-marchand commented on August 20, 2024

peut être un soucis de feature pas activé suivant la version du composant ou de 4D

from 4d-mobile-app.

e-marchand avatar e-marchand commented on August 20, 2024

oui soucis de feature flag

c'est plutot Form.$dialog[$form]:=cs[$form].new() qui par en cacahète
c'est cs[$form] qui est undefined

avec $form = _FEATURES

or cette classe existe pas c'est FEATURES

dans le code le changement en fonction de la feature

	If (Feature.with("customLoginForms"))
		
		$o.panels.push(New object(\
		"title"; Get localized string("features"); \
		"form"; "FEATURES"))
		
	Else 
		
		$o.panels.push(New object(\
		"title"; Get localized string("features"); \
		"form"; "_FEATURES"))
		
	End if 

ca a du etre fixer si on a la feature activé, chose faite

from 4d-mobile-app.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.